#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; 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 VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 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; } }; template struct InvokerFuncInvoker3; template struct InvokerFuncInvoker3 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3) { R ret; void* params[3] = { p1, &p2, &p3 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Action`1 struct Action_1_t741CBBCB28E18BDBDEED4AE3BD7DBEEEA526DA43; // System.Action`1 struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // UnityEngine.UIElements.BaseSlider`1 struct BaseSlider_1_tCD357038DC0A12750F4E032D975E8D9F2AA6CD95; // UnityEngine.UIElements.BaseSlider`1 struct BaseSlider_1_tA2242F5C2885E381237291D880C94C7BBFB5CA87; // UnityEngine.UIElements.BaseSlider`1 struct BaseSlider_1_t72796443D058B00401238104911BE7078A9FD0BA; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB; // UnityEngine.Events.CachedInvokableCall`1 struct CachedInvokableCall_1_t2FC1002B91116AD8AB2525F411DC8061D81F80B3; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t90F15389646803EE7369005EA7D71A95BF543F86; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C; // System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1 struct CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_t2AA4161DCA648D276CFE726DD08B0D55FA799D4B; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_tC3BB6BA2C838B5ABAB019FFF6BE7FA220D766454; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_t59730190AEEC760B97F416AC38A51AB64D67D371; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_tAB4351D85EACEBEE9040F90F3A0430C076BE372E; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_tCD9F1784219CD82AC16B95CD8B1EBB62E61CE928; // UnityEngine.UIElements.ClampedDragger`1 struct ClampedDragger_1_t38308021CEC312E002F1A5665B792022E28A1A3E; // UnityEngine.UIElements.ClampedDragger`1 struct ClampedDragger_1_t85BD8A59129E3542BBED473547E42F62F071FA92; // UnityEngine.UIElements.ClampedDragger`1 struct ClampedDragger_1_t18A937D027747303C3811CCC9FAD288366DF8DC3; // Unity.VisualScripting.Cloner`1 struct Cloner_1_t185A40C461846B5710DA72126FDA4757250C8DBF; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3; // UnityEngine.UIElements.CommandEventBase`1 struct CommandEventBase_1_t5C854B0E85C1032ABBABBDFD0046CDB90858E518; // System.Collections.Generic.Comparer`1> struct Comparer_1_t773578C5F9B441B5C1637F0B8BA77D26E40A19B0; // System.Collections.Generic.Comparer`1> struct Comparer_1_t9C0E2CE26F6076EC5B7F509CB7FFE38E9EC4AD27; // System.Collections.Generic.Comparer`1> struct Comparer_1_tDE90D5EF32C8ED9F4278320A55BDB8950FFBEE40; // System.Collections.Generic.Comparer`1> struct Comparer_1_t469B728CACEB3ED3EE0E8A9E12FF3646C3A67325; // System.Collections.Generic.Comparer`1> struct Comparer_1_t009EFFFBCE735207F80B9A98E18A4F2FA5714294; // System.Collections.Generic.Comparer`1> struct Comparer_1_tDE744FF9BEB76BB8CC9B1B390EF8A47F374DAB6C; // System.Collections.Generic.Comparer`1> struct Comparer_1_t3CEA6959BD982414A4FEEF595A22BA3F01495EE7; // System.Collections.Generic.Comparer`1 struct Comparer_1_t075B18A0921F760D040E0D8BFE6637CE0E1587E4; // System.Collections.Generic.Comparer`1 struct Comparer_1_t49F23FD0F51B7B3F17D30558E0A425107523CC30; // System.Collections.Generic.Comparer`1 struct Comparer_1_t4EB0ADBCB3F521E51B444B8E631738B14C0C0063; // System.Collections.Generic.Comparer`1 struct Comparer_1_tECF0600884656F0F4F27BCB54DB74A5BFE41EB91; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2158F98C5484AAD9CDBEC169B93B8E28C528F647; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB561CAA6EA37F5AB92B7DD62949A3DE640305D48; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7D79B93D962FED51539E57571D173019714D3A58; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2A7CD7D5B4BDA0E0234E7B9B180F2C39F864BC0A; // System.Collections.Generic.Comparer`1 struct Comparer_1_t420D73C41321F646BA6C9F312DC3B7CFDE282912; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3093E6EEB43CE2B11D84CFE0500ED48F22CBE8FD; // System.Collections.Generic.Comparer`1 struct Comparer_1_t8BD78E66482FF4A4F4BBC5928AACAB5BB30B5E94; // System.Collections.Generic.Comparer`1 struct Comparer_1_t062DD1108ED729C784DCBD9514C298C6F09F4AA2; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC072BB6D9751DF60DECD30E25A7AFC03C1B9224B; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7EDCB50F141B8333E02C67781CAC2D41381F0563; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80; // System.Collections.Generic.Comparer`1 struct Comparer_1_t141A53CA93187F41857934BAF3D4DA7AE6F64ACD; // System.Collections.Generic.Comparer`1 struct Comparer_1_t88D1E609547CDB93D82F17BA326F506DC1C371E6; // System.Collections.Generic.Comparer`1 struct Comparer_1_t91B2382B439BF4E331D0FFB1C6F386A825BCD68D; // System.Collections.Generic.Comparer`1 struct Comparer_1_t6E4CB4A7920C1F8E7B0080BDC2C285F750A48C68; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC87240B80734A873F7622A6031AAF6F7B9305570; // System.Collections.Generic.Comparer`1 struct Comparer_1_t0A03F9FBBEA32FB1528366652D3D38513E8B1137; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3EDE98BB6B44997D329683C0C4EFD23012BAD734; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB46770764701A506FC09329EC9A1B70C3F1BB742; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7E3EAD0F7B3A6FBEE579F5E556570041BC58DAC5; // System.Collections.Generic.Comparer`1 struct Comparer_1_tA3A0135FC6D61C7E339AD7925EADC16CE77D9242; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2E0E7EFA2AB76D2832B4FEA21593D6CF37AE864B; // System.Collections.Generic.Comparer`1 struct Comparer_1_t880A2FA483B217FD9736C28CEB776951A6F5415A; // System.Collections.Generic.Comparer`1 struct Comparer_1_t51258FB27DE46C258069DEF26023BFEED2204F1E; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC5B42CEE11867B15BF337520BF9D8E05CE9CAF40; // System.Collections.Generic.Comparer`1 struct Comparer_1_tFA27DAC2908F666A385A0E5699BB66735365343B; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB6DFC01A318CBDB341EE54D7A9159C33A1D50A0E; // System.Collections.Generic.Comparer`1 struct Comparer_1_tE191E68CB394DD255CCA7A56F4D1DEFED0BD3FDB; // System.Collections.Generic.Comparer`1 struct Comparer_1_t20394B410581F06208770565883495BD2E43D160; // System.Collections.Generic.Comparer`1 struct Comparer_1_t698EDC70E7B1A947BF8D086CAA5A629299F9E7C5; // System.Collections.Generic.Comparer`1 struct Comparer_1_tEAF8CC095FC184BD267BEB20227DD22AEB81CC91; // System.Collections.Generic.Comparer`1 struct Comparer_1_t5383A66B5495055CA92CC402B3EEB3E6FA69F072; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB29A0A5F854C3A129322843FA8B49AE656FEF169; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2CABF3BDF699445D956E1B9C702BB8D79A89E864; // System.Collections.Generic.Comparer`1 struct Comparer_1_t5C6197F8F7BD19429D77BCB95187E4A9FA5EC96B; // System.Collections.Generic.Comparer`1 struct Comparer_1_t74CA6C7EACDB4FE32364CB0614E282AE4DD728A9; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7E87DE76617D09323659BE0CD7984C006A4F955E; // System.Collections.Generic.Comparer`1 struct Comparer_1_t47467053FC62C09FDBF6576982507C4B53337E3A; // System.Collections.Generic.Comparer`1 struct Comparer_1_t9C2E4695277A098F5124C71880B7446AB8FEC5E4; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3278F7B6600A65D48A552CCAE15A2468F57CCDD8; // System.Collections.Generic.Comparer`1 struct Comparer_1_t58CF625431A0184A14FF0A33D14229F8F6EA3C98; // System.Collections.Generic.Comparer`1 struct Comparer_1_t03DA6AFB24C7CAB292D6DC3A872298EE43E6C879; // System.Collections.Generic.Comparer`1 struct Comparer_1_t156CA54426F60B4132C76BFACD5FDBD3043D437E; // System.Collections.Generic.Comparer`1 struct Comparer_1_t5FA51F75A961701842266E5AE9A523EB0EC0B727; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB7F51412D69F88D22DA5DD6C60AC774519C01DDE; // System.Collections.Generic.Comparer`1 struct Comparer_1_t8E9229D8B4B4545D7522D09EC1BF7193DC4C0906; // System.Collections.Generic.Comparer`1 struct Comparer_1_t20CECABBA2D62AC4E57B399C89839DAC23B016C3; // System.Collections.Generic.Comparer`1 struct Comparer_1_t0D01727669621F007D4DB24267B13631C6B0948C; // System.Collections.Generic.Comparer`1 struct Comparer_1_t83BB240F5840BD62CA43AFBDF10E51D6192FBE6C; // System.Collections.Generic.Comparer`1 struct Comparer_1_tF16CFC3AAE41FA187E128600FF10776B1C475E79; // System.Collections.Generic.Comparer`1 struct Comparer_1_tD095B644E67CFFAA69EF371D5695CD1A8FAE5134; // System.Collections.Generic.Comparer`1 struct Comparer_1_t63C920BAFA084FA5DCDE3858CA5AE014290B9E87; // System.Collections.Generic.Comparer`1 struct Comparer_1_t72CB292C43751B498952E99F426F0E83FD850C49; // System.Collections.Generic.Comparer`1 struct Comparer_1_tF9CAFB07F0BDE025AFCCD14D3B8D648A987038AF; // System.Collections.Generic.Comparer`1 struct Comparer_1_t57462BD3D8D4D76A988C73DCDFC665FFA8EFC603; // System.Collections.Generic.Comparer`1 struct Comparer_1_t148CACCD3063AA995FB4F522E518642DD3F3DFF9; // System.Collections.Generic.Comparer`1 struct Comparer_1_t0C8873C1EB9CE1669F04C8CFF1366A4B9AF8F283; // System.Collections.Generic.Comparer`1 struct Comparer_1_t425203CB04C9C0DBA8377D7E1F9FAAB538A2DB96; // System.Collections.Generic.Comparer`1 struct Comparer_1_t8BF4D32ADB431AB730ACD5DB97EADCA2F0E17132; // System.Collections.Generic.Comparer`1 struct Comparer_1_t01D0D35DA07FC84ED9D2F1F36BA10C77FC63589C; // System.Collections.Generic.Comparer`1 struct Comparer_1_tD39CE7A8427C46E74A923BDBFA86E728BC6C59C2; // System.Collections.Generic.Comparer`1 struct Comparer_1_t01F4A3B9CE9BCD8190DF5C60B662F230A074DAD9; // System.Collections.Generic.Comparer`1 struct Comparer_1_tBA6FFE9E1286DCF5C92ED128C9DCCA5E53D8C7B0; // System.Collections.Generic.Comparer`1 struct Comparer_1_tA9689DB6D41BF8CF24D9CB338D0A979B0333D254; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2BCE85BA0C209F373051977D35D1BAB62611194A; // System.Collections.Generic.Comparer`1 struct Comparer_1_t11B705DDB882A2942574A9518A25CC883AED04A2; // System.Collections.Generic.Comparer`1 struct Comparer_1_t54046A0071F349E7F1D6EA6D46C3DA1DAAD64A99; // System.Collections.Generic.Comparer`1 struct Comparer_1_tDBA2459B2A7F6FE73078B1B8CF203E27A2BB8C8B; // System.Collections.Generic.Comparer`1 struct Comparer_1_tCB3D33B877298F17367ADCFE1A026A4A4A2B5385; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2A5B4DEA38F68D1F1BBA6690C544910C4B6CD1F4; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC2C3404D7BAD99AA3E3A464F3C779A80D5414D6C; // System.Collections.Generic.Comparer`1 struct Comparer_1_t4B9A62322A2C93AA9D8FBFBEE581C0ACBB4A4F27; // System.Collections.Generic.Comparer`1 struct Comparer_1_tA15AE14FF305091BC51D5BDBFA373EC002DEDF7A; // System.Comparison`1> struct Comparison_1_tB13A0B15D043D16449D293DA3526EB0FC6D8D7CF; // System.Comparison`1> struct Comparison_1_t63231751514501D10DF841E8057AF02108BB28B5; // System.Comparison`1> struct Comparison_1_t1087F8E45A489AC50D87CD34DB3491B06DFFC698; // System.Comparison`1> struct Comparison_1_tFE77D9765EFA2A45B552400E1A79BD1631F5579A; // System.Comparison`1> struct Comparison_1_tD4DF67E980CF944B519B1A9261D80BCA6C9F7B7C; // System.Comparison`1> struct Comparison_1_t4AFE583FC88F15585C1C8263FE0F2CF7CB7AADD7; // System.Comparison`1 struct Comparison_1_tF15DB3AEC82E2B8B1BF7E34C4EAB7D1031840D68; // System.Comparison`1 struct Comparison_1_t62E47208CF28E709E41BAA9250F30B24B9DE4B2D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4; // System.Func`2 struct Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2; // System.Func`3 struct Func_3_t0787D839A577CB564A3192D4164941D5F3DCFBB5; // System.Collections.Generic.IComparer`1 struct IComparer_1_tFAD3AE9FE3CE1FB3CBB781C55DC57C986D71521E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; // System.Collections.Generic.IList`1 struct IList_1_t6EE90D273EFCF5E7E4C37FAB712E70BB6F1B4BFF; // System.Collections.Generic.List`1> struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260; // System.Collections.Generic.List`1 struct List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3; // System.Collections.Generic.List`1 struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA; // System.Collections.Generic.List`1 struct List_1_t569CB45C96475FFA9C716A7CC2ADE24112D38121; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F; // System.Collections.Generic.List`1 struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95; // UnityEngine.Pool.ObjectPool`1 struct ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t8BEC5A7E2986A02A5A01CD523423A728794BD0E1; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t0842DF7433D3E54BAA56094E8939AC19484616C0; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_tFC2C1E3A2EF6C9947E11FA8B164153D7C97B8EE0; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_tFF144489BB8C0C001C589EE1D9C8AA94E457BCC2; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t6DA1BCB7407755BF2B4E53E04F07AF9B1C3197F3; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t8AFFCB7DAAEE40E4043E3A85360B759A778B3F5B; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // UnityEngine.UIElements.ComputedTransitionProperty[] struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82; // System.Decimal[] struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Runtime.CompilerServices.IStrongBox[] struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // UnityEngine.UIElements.StyleValueHandle[] struct StyleValueHandleU5BU5D_t66B7732469E9E30B1FB9A6E386315DAB36914ADE; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // Unity.VisualScripting.FullSerializer.fsMetaProperty[] struct fsMetaPropertyU5BU5D_t03BF317FB567AFD189BDBDC0F128AC96E7D25F98; // Unity.VisualScripting.FullSerializer.Internal.fsVersionedType[] struct fsVersionedTypeU5BU5D_tF4A5B18C49769943892747B1A1040CAE86746E1F; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Xml.Schema.BitSet struct BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3; // System.Linq.Expressions.Interpreter.CastInstruction struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3; // UnityEngine.UIElements.Clickable struct Clickable_tED3E313565F64BDF5DA9D3FE0FEFFD0E17E53834; // Unity.VisualScripting.CloningContext struct CloningContext_t907E6CF8019159138EF977FB1EA3C002911EB888; // System.Linq.Expressions.Interpreter.DebugInfo struct DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.Event struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB; // UnityEngine.UIElements.EventBase struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85; // UnityEngine.UIElements.Focusable struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0; // UnityEngine.Font struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6; // UnityEngine.TextCore.Text.FontAsset struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.UIElements.IBinding struct IBinding_t02FD99E9C9F2072B28E110F16C157666F5B2DBC7; // Unity.VisualScripting.ICloner struct ICloner_t3B6F254ECD633B0790951BBDB817EC0B79AF71A8; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // UnityEngine.UIElements.IEventHandler struct IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3; // UnityEngine.UIElements.ITreeViewItem struct ITreeViewItem_t0C5908872EA2842688BFFB2055D5096EC1EA9EFC; // Unity.VisualScripting.IUnit struct IUnit_tDD8B7D0F06EA3DB55DEBE4DF3CC85F4A63FBB98E; // UnityEngine.UIElements.IVisualElementScheduledItem struct IVisualElementScheduledItem_t309F1A5445514122A9E3F64182D0D8A4DE34C48F; // UnityEngine.UIElements.InlineStyleAccess struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165; // System.Linq.Expressions.Interpreter.Instruction struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998; // System.Linq.Expressions.Interpreter.InterpretedFrame struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D; // System.Linq.Expressions.Interpreter.Interpreter struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1; // UnityEngine.UIElements.Label struct Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70; // System.Threading.ManualResetEvent struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; // UnityEngine.MaterialPropertyBlock struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // UnityEngine.UIElements.UIR.MeshHandle struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E; // System.Reflection.MethodInfo struct MethodInfo_t; // System.MonoTypeInfo struct MonoTypeInfo_t90D5999A69AC524474FDEAC50F55B6CE868AB501; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // UnityEngine.UIElements.UIR.Page struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9; // UnityEngine.UIElements.PointerMoveEvent struct PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; // UnityEngine.UIElements.UIR.RenderChainCommand struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_tB41E49C7CFA74A03CCC986E78ABB0C0BD331A5AE; // System.RuntimeType struct RuntimeType_tB1A69257E7A00D07AB0CABD8D5BA7D83E0DC9EC1; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t5C292A12062F24027A98492F52ECFE9802AA6F0E; // System.String struct String_t; // UnityEngine.UIElements.StyleComplexSelector struct StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD; // UnityEngine.UIElements.StyleSheet struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428; // UnityEngine.UIElements.StyleVariableContext struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527; // UnityEngine.UIElements.TextField struct TextField_tDB34369F9468D7F02670087D9444EC23115827D9; // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700; // System.Type struct Type_t; // UnityEngine.UIElements.UIR.UIRenderDevice struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302; // UnityEngine.Events.UnityAction struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7; // UnityEngine.UIElements.VisualElement struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115; // UnityEngine.UIElements.VisualTreeAsset struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D; // UnityEngine.Yoga.YogaNode struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA; // UnityEngine.UIElements.VisualElement/CustomStyleAccess struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1; // UnityEngine.UIElements.VisualElement/TypeData struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_t95F1723A5A166E62D3FBEF9734DEFBF61594F8F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t4941B5AE834AA028696C83756491CE8884F30DDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_tB1A69257E7A00D07AB0CABD8D5BA7D83E0DC9EC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m3FC722D85FBD1538CE6B96AD3364192799BF1CA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_mD0FD52357DFDC016B39149C06C87B3FA2F786783_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* GenericComparer_1_tADECA8D55B3F132A735E752892B0224B9BF48588_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComparable_1_tDF3C054B1D1B2CEE8F9084D2CCCDFB5F22C624E6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NullableComparer_1_t1CE3558ABA90E10B2EB5A52546552DAA3EF40275_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke; struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D; struct fsVersionedType_tE569BD045F7DEDEC2122CC6CC0023B62B95332E8_marshaled_com; struct fsVersionedType_tE569BD045F7DEDEC2122CC6CC0023B62B95332E8_marshaled_pinvoke; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; 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.Pool.CollectionPool`2/<>c struct U3CU3Ec_t83DCBBB37A186C56BA4801E1C77AB11E239AA108 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_tC800564EBB5D32130E0C854A5C823A43D6E86A72 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_tEF36F5EDBC0D8E8E7EB80C857411C3885013499E : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t12B34263DAA336BDDD9345CAC6DF7F7E753BB669 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t674923ACD65EF9BC9808C5D718A0E4FB60B42EA8 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2/<>c struct U3CU3Ec_t24CE44E972541D9A99CA8CBCD6E7778828C2D9BC : public RuntimeObject { }; // Unity.VisualScripting.Cloner`1 struct Cloner_1_t185A40C461846B5710DA72126FDA4757250C8DBF : public RuntimeObject { }; // System.Collections.Generic.CollectionDebugView`1 struct CollectionDebugView_1_tE93EC7C110F19E227050A161AF74D9D43A25BE39 : public RuntimeObject { }; // System.Text.RegularExpressions.CollectionDebuggerProxy`1 struct CollectionDebuggerProxy_1_t0D30B28B1C48E025F70E126BF31475DBE806D993 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t6F1905D8979332C0F679BA087B3B9CAB2D0E98C4 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t416BD9EEAA6CF3FE08694B0ED1BFFB24DFCA9183 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_tE64DF0D7D3783D49F3822577F71035B734E1A26B : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t5D9769C415584CBA55C9D50FDDF84957F722AB87 : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_tB017AECD616BF88C506157C03A29912E92B61DAC : public RuntimeObject { }; // UnityEngine.Pool.CollectionPool`2 struct CollectionPool_2_t87016087A6FCF3BE6832F68340CE4B8EFB384904 : public RuntimeObject { }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3 : public RuntimeObject { // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t773578C5F9B441B5C1637F0B8BA77D26E40A19B0 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t9C0E2CE26F6076EC5B7F509CB7FFE38E9EC4AD27 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1> struct Comparer_1_tDE90D5EF32C8ED9F4278320A55BDB8950FFBEE40 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t469B728CACEB3ED3EE0E8A9E12FF3646C3A67325 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t009EFFFBCE735207F80B9A98E18A4F2FA5714294 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1> struct Comparer_1_tDE744FF9BEB76BB8CC9B1B390EF8A47F374DAB6C : public RuntimeObject { }; // System.Collections.Generic.Comparer`1> struct Comparer_1_t3CEA6959BD982414A4FEEF595A22BA3F01495EE7 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t075B18A0921F760D040E0D8BFE6637CE0E1587E4 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t49F23FD0F51B7B3F17D30558E0A425107523CC30 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t4EB0ADBCB3F521E51B444B8E631738B14C0C0063 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tECF0600884656F0F4F27BCB54DB74A5BFE41EB91 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2158F98C5484AAD9CDBEC169B93B8E28C528F647 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB561CAA6EA37F5AB92B7DD62949A3DE640305D48 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7D79B93D962FED51539E57571D173019714D3A58 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2A7CD7D5B4BDA0E0234E7B9B180F2C39F864BC0A : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t420D73C41321F646BA6C9F312DC3B7CFDE282912 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3093E6EEB43CE2B11D84CFE0500ED48F22CBE8FD : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t8BD78E66482FF4A4F4BBC5928AACAB5BB30B5E94 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t062DD1108ED729C784DCBD9514C298C6F09F4AA2 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC072BB6D9751DF60DECD30E25A7AFC03C1B9224B : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7EDCB50F141B8333E02C67781CAC2D41381F0563 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t141A53CA93187F41857934BAF3D4DA7AE6F64ACD : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t88D1E609547CDB93D82F17BA326F506DC1C371E6 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t91B2382B439BF4E331D0FFB1C6F386A825BCD68D : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t6E4CB4A7920C1F8E7B0080BDC2C285F750A48C68 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC87240B80734A873F7622A6031AAF6F7B9305570 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t0A03F9FBBEA32FB1528366652D3D38513E8B1137 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3EDE98BB6B44997D329683C0C4EFD23012BAD734 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB46770764701A506FC09329EC9A1B70C3F1BB742 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7E3EAD0F7B3A6FBEE579F5E556570041BC58DAC5 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tA3A0135FC6D61C7E339AD7925EADC16CE77D9242 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2E0E7EFA2AB76D2832B4FEA21593D6CF37AE864B : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t880A2FA483B217FD9736C28CEB776951A6F5415A : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t51258FB27DE46C258069DEF26023BFEED2204F1E : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC5B42CEE11867B15BF337520BF9D8E05CE9CAF40 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tFA27DAC2908F666A385A0E5699BB66735365343B : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB6DFC01A318CBDB341EE54D7A9159C33A1D50A0E : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tE191E68CB394DD255CCA7A56F4D1DEFED0BD3FDB : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t20394B410581F06208770565883495BD2E43D160 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t698EDC70E7B1A947BF8D086CAA5A629299F9E7C5 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tEAF8CC095FC184BD267BEB20227DD22AEB81CC91 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t5383A66B5495055CA92CC402B3EEB3E6FA69F072 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB29A0A5F854C3A129322843FA8B49AE656FEF169 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2CABF3BDF699445D956E1B9C702BB8D79A89E864 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t5C6197F8F7BD19429D77BCB95187E4A9FA5EC96B : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t74CA6C7EACDB4FE32364CB0614E282AE4DD728A9 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t7E87DE76617D09323659BE0CD7984C006A4F955E : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t47467053FC62C09FDBF6576982507C4B53337E3A : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t9C2E4695277A098F5124C71880B7446AB8FEC5E4 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3278F7B6600A65D48A552CCAE15A2468F57CCDD8 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t58CF625431A0184A14FF0A33D14229F8F6EA3C98 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t03DA6AFB24C7CAB292D6DC3A872298EE43E6C879 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t156CA54426F60B4132C76BFACD5FDBD3043D437E : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t5FA51F75A961701842266E5AE9A523EB0EC0B727 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tB7F51412D69F88D22DA5DD6C60AC774519C01DDE : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t8E9229D8B4B4545D7522D09EC1BF7193DC4C0906 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t20CECABBA2D62AC4E57B399C89839DAC23B016C3 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t0D01727669621F007D4DB24267B13631C6B0948C : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t83BB240F5840BD62CA43AFBDF10E51D6192FBE6C : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tF16CFC3AAE41FA187E128600FF10776B1C475E79 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tD095B644E67CFFAA69EF371D5695CD1A8FAE5134 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t63C920BAFA084FA5DCDE3858CA5AE014290B9E87 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t72CB292C43751B498952E99F426F0E83FD850C49 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tF9CAFB07F0BDE025AFCCD14D3B8D648A987038AF : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t57462BD3D8D4D76A988C73DCDFC665FFA8EFC603 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t148CACCD3063AA995FB4F522E518642DD3F3DFF9 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t0C8873C1EB9CE1669F04C8CFF1366A4B9AF8F283 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t425203CB04C9C0DBA8377D7E1F9FAAB538A2DB96 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t8BF4D32ADB431AB730ACD5DB97EADCA2F0E17132 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t01D0D35DA07FC84ED9D2F1F36BA10C77FC63589C : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tD39CE7A8427C46E74A923BDBFA86E728BC6C59C2 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t01F4A3B9CE9BCD8190DF5C60B662F230A074DAD9 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tBA6FFE9E1286DCF5C92ED128C9DCCA5E53D8C7B0 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tA9689DB6D41BF8CF24D9CB338D0A979B0333D254 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2BCE85BA0C209F373051977D35D1BAB62611194A : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t11B705DDB882A2942574A9518A25CC883AED04A2 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t54046A0071F349E7F1D6EA6D46C3DA1DAAD64A99 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tDBA2459B2A7F6FE73078B1B8CF203E27A2BB8C8B : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tCB3D33B877298F17367ADCFE1A026A4A4A2B5385 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2A5B4DEA38F68D1F1BBA6690C544910C4B6CD1F4 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC2C3404D7BAD99AA3E3A464F3C779A80D5414D6C : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t4B9A62322A2C93AA9D8FBFBEE581C0ACBB4A4F27 : public RuntimeObject { }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tA15AE14FF305091BC51D5BDBFA373EC002DEDF7A : public RuntimeObject { }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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; }; // UnityEngine.Pool.ObjectPool`1 struct ObjectPool_1_t13378E8CD14858BB05EA28BAB9CC49EDB91BA259 : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.Pool.ObjectPool`1::m_List List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___m_List_0; // System.Func`1 UnityEngine.Pool.ObjectPool`1::m_CreateFunc Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___m_CreateFunc_1; // System.Action`1 UnityEngine.Pool.ObjectPool`1::m_ActionOnGet Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_ActionOnGet_2; // System.Action`1 UnityEngine.Pool.ObjectPool`1::m_ActionOnRelease Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_ActionOnRelease_3; // System.Action`1 UnityEngine.Pool.ObjectPool`1::m_ActionOnDestroy Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___m_ActionOnDestroy_4; // System.Int32 UnityEngine.Pool.ObjectPool`1::m_MaxSize int32_t ___m_MaxSize_5; // System.Boolean UnityEngine.Pool.ObjectPool`1::m_CollectionCheck bool ___m_CollectionCheck_6; // System.Int32 UnityEngine.Pool.ObjectPool`1::k__BackingField int32_t ___U3CCountAllU3Ek__BackingField_7; }; // UnityEngine.Events.BaseInvokableCall struct BaseInvokableCall_tB912356039B1D3806B23DFBC7E9CFA1BCC82F339 : public RuntimeObject { }; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject { // UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0; }; // Unity.VisualScripting.CloningContext struct CloningContext_t907E6CF8019159138EF977FB1EA3C002911EB888 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 Unity.VisualScripting.CloningContext::k__BackingField Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ___U3CcloningsU3Ek__BackingField_0; // Unity.VisualScripting.ICloner Unity.VisualScripting.CloningContext::k__BackingField RuntimeObject* ___U3CfallbackClonerU3Ek__BackingField_1; // System.Boolean Unity.VisualScripting.CloningContext::k__BackingField bool ___U3CtryPreserveInstancesU3Ek__BackingField_2; // System.Boolean Unity.VisualScripting.CloningContext::disposed bool ___disposed_3; }; // System.Linq.Expressions.Interpreter.Instruction struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 : public RuntimeObject { }; // System.Linq.Expressions.Interpreter.InterpretedFrame struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D : public RuntimeObject { // System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.InterpretedFrame::Interpreter Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___Interpreter_1; // System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::_parent InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____parent_2; // System.Int32[] System.Linq.Expressions.Interpreter.InterpretedFrame::_continuations Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____continuations_3; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_continuationIndex int32_t ____continuationIndex_4; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingContinuation int32_t ____pendingContinuation_5; // System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingValue RuntimeObject* ____pendingValue_6; // System.Object[] System.Linq.Expressions.Interpreter.InterpretedFrame::Data ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Data_7; // System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.InterpretedFrame::Closure IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___Closure_8; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::StackIndex int32_t ___StackIndex_9; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::InstructionIndex int32_t ___InstructionIndex_10; }; // UnityEngine.UIElements.Manipulator struct Manipulator_tD5727ABA1F5AD1A50927212FAEB090E6BBCB4EBE : public RuntimeObject { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.Manipulator::m_Target VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Target_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // UnityEngine.UIElements.PointerId struct PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C : public RuntimeObject { }; // 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 { }; // UnityEngine.Events.InvokableCall`1 struct InvokableCall_1_tE1B51C9B4DC9B445D4D1F86682DDD6411A37FA9E : public BaseInvokableCall_tB912356039B1D3806B23DFBC7E9CFA1BCC82F339 { // UnityEngine.Events.UnityAction`1 UnityEngine.Events.InvokableCall`1::Delegate UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___Delegate_0; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_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; }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 { // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 { // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; }; // Unity.Collections.NativeSlice`1 struct NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 { // System.Byte* Unity.Collections.NativeSlice`1::m_Buffer uint8_t* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeSlice`1::m_Stride int32_t ___m_Stride_1; // System.Int32 Unity.Collections.NativeSlice`1::m_Length int32_t ___m_Length_2; }; // Unity.Collections.NativeSlice`1 struct NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A { // System.Byte* Unity.Collections.NativeSlice`1::m_Buffer uint8_t* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeSlice`1::m_Stride int32_t ___m_Stride_1; // System.Int32 Unity.Collections.NativeSlice`1::m_Length int32_t ___m_Length_2; }; // Unity.Collections.NativeSlice`1 struct NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F { // System.Byte* Unity.Collections.NativeSlice`1::m_Buffer uint8_t* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeSlice`1::m_Stride int32_t ___m_Stride_1; // System.Int32 Unity.Collections.NativeSlice`1::m_Length int32_t ___m_Length_2; }; // Unity.Collections.NativeSlice`1 struct NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 { // System.Byte* Unity.Collections.NativeSlice`1::m_Buffer uint8_t* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeSlice`1::m_Stride int32_t ___m_Stride_1; // System.Int32 Unity.Collections.NativeSlice`1::m_Length int32_t ___m_Length_2; }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t7EFACAB3856212C7D892706C87B5F5A7CC1EE479 : public Comparer_1_t773578C5F9B441B5C1637F0B8BA77D26E40A19B0 { }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tF7D7E66E5AF54FDBBAD43590E59456235E4F007F : public Comparer_1_t9C0E2CE26F6076EC5B7F509CB7FFE38E9EC4AD27 { }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tBE12261826596D16E2EFC2E8F6A077936B68DBC7 : public Comparer_1_tDE90D5EF32C8ED9F4278320A55BDB8950FFBEE40 { }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_tB133DCB50301ACD8371D0F8133564EA8B9814170 : public Comparer_1_t469B728CACEB3ED3EE0E8A9E12FF3646C3A67325 { }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t2660D7AA4228BE64C0A5C03E22FAF8FDD7FD6DF8 : public Comparer_1_t009EFFFBCE735207F80B9A98E18A4F2FA5714294 { }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t9B9CF8899C1DCDFD30B4DDFF7ECDC6979C0E0811 : public Comparer_1_tDE744FF9BEB76BB8CC9B1B390EF8A47F374DAB6C { }; // System.Collections.Generic.ObjectComparer`1> struct ObjectComparer_1_t1BACE624367B8A641264E6DD5166FBCEE9249E0F : public Comparer_1_t3CEA6959BD982414A4FEEF595A22BA3F01495EE7 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t24E1061334DD83D6EB63FE65898F99FF0ED957AE : public Comparer_1_t075B18A0921F760D040E0D8BFE6637CE0E1587E4 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tB2D8DD84403D59FACDFA89D0EA119D1BE9910062 : public Comparer_1_t49F23FD0F51B7B3F17D30558E0A425107523CC30 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t21E3550B764F43F74687A9B2E470B53C4A194B09 : public Comparer_1_t4EB0ADBCB3F521E51B444B8E631738B14C0C0063 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tF699915100EDF6FB0F03D7C7BFDDFADAF8C257E2 : public Comparer_1_tECF0600884656F0F4F27BCB54DB74A5BFE41EB91 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tDBCA3799FADB8C048FEF998B4115B904B5D430CE : public Comparer_1_t2158F98C5484AAD9CDBEC169B93B8E28C528F647 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tFDA86AE2F4A57598193ACEBAD884DB2CFCA49402 : public Comparer_1_tB561CAA6EA37F5AB92B7DD62949A3DE640305D48 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t0127A38ABFD3700847AF4E108F494DCE8CEE94FF : public Comparer_1_t7D79B93D962FED51539E57571D173019714D3A58 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t600D2BC83A6C1ABA5B191FFA30A8DB60E8CCCE9B : public Comparer_1_t2A7CD7D5B4BDA0E0234E7B9B180F2C39F864BC0A { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tE0E56EDC565A34BD498912C2E0A1925295F78EE2 : public Comparer_1_t420D73C41321F646BA6C9F312DC3B7CFDE282912 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t903F63FDB3C9E3A7A80945B89A228F5F6C5AC9E7 : public Comparer_1_t3093E6EEB43CE2B11D84CFE0500ED48F22CBE8FD { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tDB8B9EF2471E89FB00F97C914DEEB94955AF0F50 : public Comparer_1_t8BD78E66482FF4A4F4BBC5928AACAB5BB30B5E94 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t30EE26278924B7D3A924D10E2E011D08AA73831D : public Comparer_1_t062DD1108ED729C784DCBD9514C298C6F09F4AA2 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t8D18854111C66D6ECDFC008FFC222E964816BEF4 : public Comparer_1_tC072BB6D9751DF60DECD30E25A7AFC03C1B9224B { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t22172A9AADA8E2AF0F02AC5B28C1890DA4DD24B2 : public Comparer_1_t7EDCB50F141B8333E02C67781CAC2D41381F0563 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tB2419E59ED9F7816C6E170F51318F8662ADA0796 : public Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t0CF55470E0750B4D4ECCAD00C88F1CDB74EC50A8 : public Comparer_1_t141A53CA93187F41857934BAF3D4DA7AE6F64ACD { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t723DFCFDC0BED5045FB7F9546ED6F183B84D09D8 : public Comparer_1_t88D1E609547CDB93D82F17BA326F506DC1C371E6 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t34131EA1E475F42C4B71DC121F56B5DB4D02740B : public Comparer_1_t91B2382B439BF4E331D0FFB1C6F386A825BCD68D { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t65B6800211CE388EDE41206EBE57B7D72476BBAA : public Comparer_1_t6E4CB4A7920C1F8E7B0080BDC2C285F750A48C68 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t576057C07D81BAD96DD2CD8EA7D204EA7D15BCAE : public Comparer_1_tC87240B80734A873F7622A6031AAF6F7B9305570 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t07490F710F3CE7B9BC8288935EB590B919B32BA3 : public Comparer_1_t0A03F9FBBEA32FB1528366652D3D38513E8B1137 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1A9276938A71C912C80BF8CF9DEC4EEF19D5BB91 : public Comparer_1_t3EDE98BB6B44997D329683C0C4EFD23012BAD734 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tF4E1596B314BD85AF389AEF97659A85DC3C9F32C : public Comparer_1_tB46770764701A506FC09329EC9A1B70C3F1BB742 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t3B4B66B901814419C70CF08B29E5760E04BC67CD : public Comparer_1_t7E3EAD0F7B3A6FBEE579F5E556570041BC58DAC5 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1D62EAF3188E4B2DEFEA949ED7BD4D1B710B36E7 : public Comparer_1_tA3A0135FC6D61C7E339AD7925EADC16CE77D9242 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t484B01E522F6B77B2D13AD969D1C122DA6D3C8CB : public Comparer_1_t2E0E7EFA2AB76D2832B4FEA21593D6CF37AE864B { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tC4CFB9E6A03CBF9CBD52E7A321D868A7BB07E004 : public Comparer_1_t880A2FA483B217FD9736C28CEB776951A6F5415A { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tD38B7151633B16EB92652EEAAB14BA3E587A0956 : public Comparer_1_t51258FB27DE46C258069DEF26023BFEED2204F1E { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t13BBD1595D45AFF36C8130E46149BDBDCCC5845D : public Comparer_1_tC5B42CEE11867B15BF337520BF9D8E05CE9CAF40 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tAA1D5F91B0EE429FE581E84A123CE19B95935F0F : public Comparer_1_tFA27DAC2908F666A385A0E5699BB66735365343B { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t875FE7411C51CDABF5321E658E40A7DF484E7407 : public Comparer_1_tB6DFC01A318CBDB341EE54D7A9159C33A1D50A0E { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tB3DD0DDD571E1DD203D7C379066BA768BCAE18C1 : public Comparer_1_tE191E68CB394DD255CCA7A56F4D1DEFED0BD3FDB { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t3AE20DCA734D319C0C226778B3CE9B6E1B499735 : public Comparer_1_t20394B410581F06208770565883495BD2E43D160 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t841BD6941A789B6C6EFE4D2F8923531EC7A0103F : public Comparer_1_t698EDC70E7B1A947BF8D086CAA5A629299F9E7C5 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tCCC89F695CF8B1214DFF594D34D0DAD72276DEFF : public Comparer_1_tEAF8CC095FC184BD267BEB20227DD22AEB81CC91 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tDA69D7197465BB6F59F991390136B8EC18C84798 : public Comparer_1_t5383A66B5495055CA92CC402B3EEB3E6FA69F072 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tF3D8ECFE8AC85D8B809A03D2729630B8AA6C30C6 : public Comparer_1_tB29A0A5F854C3A129322843FA8B49AE656FEF169 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tB0A5B97334096F246AC77F584B7EBAEC24C37A0C : public Comparer_1_t2CABF3BDF699445D956E1B9C702BB8D79A89E864 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t346DEBADBFC869DE5BDB865A136E62E08B131B37 : public Comparer_1_t5C6197F8F7BD19429D77BCB95187E4A9FA5EC96B { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tD12C9AAA09EEFAFCFA4A58E4CD7FE368A0D8F835 : public Comparer_1_t74CA6C7EACDB4FE32364CB0614E282AE4DD728A9 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t99E6DBF182124F200E26A11FD454F281BA37A634 : public Comparer_1_t7E87DE76617D09323659BE0CD7984C006A4F955E { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tF40CA5BA428EB2E2070AF682EC0A0389571D3257 : public Comparer_1_t47467053FC62C09FDBF6576982507C4B53337E3A { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tE53501D517DF8E767111E55E76D621A84E6CBDDC : public Comparer_1_t9C2E4695277A098F5124C71880B7446AB8FEC5E4 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t3D412CB5D596C898D48043A5EB38CA7126C0D1E0 : public Comparer_1_t3278F7B6600A65D48A552CCAE15A2468F57CCDD8 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t30D0EB2886CEA8E0263B98130EA4A18DA47A726E : public Comparer_1_t58CF625431A0184A14FF0A33D14229F8F6EA3C98 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t9C988EFFB4AB04C1173F2E94C74AE32929C7241F : public Comparer_1_t03DA6AFB24C7CAB292D6DC3A872298EE43E6C879 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t9C8A77B78B837816A17A98D9A5F2B4B739603207 : public Comparer_1_t156CA54426F60B4132C76BFACD5FDBD3043D437E { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t062FF40FD6FCB48DD3CA47913CFC5B9254C00683 : public Comparer_1_t5FA51F75A961701842266E5AE9A523EB0EC0B727 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tA34B78B1052800EF1196794F8B1F681CBA7808B4 : public Comparer_1_tB7F51412D69F88D22DA5DD6C60AC774519C01DDE { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1D5880246C2FC8DE41FBD42826E360B62A4CF277 : public Comparer_1_t8E9229D8B4B4545D7522D09EC1BF7193DC4C0906 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1D1C88289B676BDACA8991DA50963F79D3D5D835 : public Comparer_1_t20CECABBA2D62AC4E57B399C89839DAC23B016C3 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tC4028E5078CFF7F272B94F9BFAA828004E1104E9 : public Comparer_1_t0D01727669621F007D4DB24267B13631C6B0948C { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t0C9CF94D8544A545CB883CC504C85F77EBCDCADE : public Comparer_1_t83BB240F5840BD62CA43AFBDF10E51D6192FBE6C { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t8104D39B437FA29D54BFF4753EC786A9CF308919 : public Comparer_1_tF16CFC3AAE41FA187E128600FF10776B1C475E79 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t9D66AB99F60B340BF028540F69EAC6A5E0393092 : public Comparer_1_tD095B644E67CFFAA69EF371D5695CD1A8FAE5134 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tCAED061CAAF71AE8F0BD6705472BB2EC41D84076 : public Comparer_1_t63C920BAFA084FA5DCDE3858CA5AE014290B9E87 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tD8BD779A90B3023CC355701E3F26E4BA4A5888EB : public Comparer_1_t72CB292C43751B498952E99F426F0E83FD850C49 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t271ED51C25AEF53D99EB1D3C288D3E644BB08D74 : public Comparer_1_tF9CAFB07F0BDE025AFCCD14D3B8D648A987038AF { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t067896C4563AC1DC0A9F193A9C4672ECB4F6B5B2 : public Comparer_1_t57462BD3D8D4D76A988C73DCDFC665FFA8EFC603 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tE379929E500725D98D9CC56F42C2BF5A725AD9F7 : public Comparer_1_t148CACCD3063AA995FB4F522E518642DD3F3DFF9 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t05EA13332F200905F207F852FA7CB2DB16AEDF82 : public Comparer_1_t0C8873C1EB9CE1669F04C8CFF1366A4B9AF8F283 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1E0166236BFC9D3B7B0605B7739A49E89845F659 : public Comparer_1_t425203CB04C9C0DBA8377D7E1F9FAAB538A2DB96 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1B5883803ACE1B2689A1B417EB4FCF0FED6A7667 : public Comparer_1_t8BF4D32ADB431AB730ACD5DB97EADCA2F0E17132 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t6F2F2D20C5210E47D6D48267938478BA63A3BD44 : public Comparer_1_t01D0D35DA07FC84ED9D2F1F36BA10C77FC63589C { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t0083D2EA800FDB9D1E12AE9AA731BD9900B0D2AF : public Comparer_1_tD39CE7A8427C46E74A923BDBFA86E728BC6C59C2 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t512C334490ECA9A9AA641F391C0A52E7ADBB7B4C : public Comparer_1_t01F4A3B9CE9BCD8190DF5C60B662F230A074DAD9 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t02FA793A0B6A7B4F15F9991AC4F9D1327AEFDF58 : public Comparer_1_tBA6FFE9E1286DCF5C92ED128C9DCCA5E53D8C7B0 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t5A7E32E6AE15D68AEEAF8FCD3D152FECDC7C2255 : public Comparer_1_tA9689DB6D41BF8CF24D9CB338D0A979B0333D254 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t1F9C1634F4A504F40F8270F2C78745838FDFC91B : public Comparer_1_t2BCE85BA0C209F373051977D35D1BAB62611194A { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tCEF008B07064665C60481874143B23559365A1DF : public Comparer_1_t11B705DDB882A2942574A9518A25CC883AED04A2 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tCDAA499792CC821D7FF340B5234000E3C50DAD7A : public Comparer_1_t54046A0071F349E7F1D6EA6D46C3DA1DAAD64A99 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t3FE942BBA506CA4AAB35D0400ACD9C59322A9CED : public Comparer_1_tDBA2459B2A7F6FE73078B1B8CF203E27A2BB8C8B { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t2C9A980EB7575A43B3D13ED45B9DDB6992DE3B2D : public Comparer_1_tCB3D33B877298F17367ADCFE1A026A4A4A2B5385 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t827BE5B2F35E52FDA0416AAF18ADE9E132932771 : public Comparer_1_t2A5B4DEA38F68D1F1BBA6690C544910C4B6CD1F4 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_tD977B68FCCF6B2FCDE69EEDF54393DBC13C6ECCB : public Comparer_1_tC2C3404D7BAD99AA3E3A464F3C779A80D5414D6C { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t4818835B00A85DEACC3D7196115390E721B187D9 : public Comparer_1_t4B9A62322A2C93AA9D8FBFBEE581C0ACBB4A4F27 { }; // System.Collections.Generic.ObjectComparer`1 struct ObjectComparer_1_t91DE86DCAE0151BB6DBB54469F9C9B1BBD71F8F3 : public Comparer_1_tA15AE14FF305091BC51D5BDBFA373EC002DEDF7A { }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref_0; }; // System.ValueTuple`1 struct ValueTuple_1_tBFF71B8F72F9D197DB09CFE88F0C8C7FE97CEF75 { // T1 System.ValueTuple`1::Item1 bool ___Item1_0; }; // System.ValueTuple`2 struct ValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A { // T1 System.ValueTuple`2::Item1 RuntimeObject* ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject* ___Item2_1; }; // UnityEngine.UIElements.UIR.Alloc struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE { // System.UInt32 UnityEngine.UIElements.UIR.Alloc::start uint32_t ___start_0; // System.UInt32 UnityEngine.UIElements.UIR.Alloc::size uint32_t ___size_1; // System.Object UnityEngine.UIElements.UIR.Alloc::handle RuntimeObject* ___handle_2; // System.Boolean UnityEngine.UIElements.UIR.Alloc::shortLived bool ___shortLived_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Alloc struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke { uint32_t ___start_0; uint32_t ___size_1; Il2CppIUnknown* ___handle_2; int32_t ___shortLived_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.UIR.Alloc struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com { uint32_t ___start_0; uint32_t ___size_1; Il2CppIUnknown* ___handle_2; int32_t ___shortLived_3; }; // UnityEngine.UIElements.UIR.BMPAlloc struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 { // System.Int32 UnityEngine.UIElements.UIR.BMPAlloc::page int32_t ___page_1; // System.UInt16 UnityEngine.UIElements.UIR.BMPAlloc::pageLine uint16_t ___pageLine_2; // System.Byte UnityEngine.UIElements.UIR.BMPAlloc::bitIndex uint8_t ___bitIndex_3; // UnityEngine.UIElements.UIR.OwnedState UnityEngine.UIElements.UIR.BMPAlloc::ownedState uint8_t ___ownedState_4; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Linq.Expressions.Interpreter.CastInstruction struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // UnityEngine.Color struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; }; // UnityEngine.Color32 struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B { union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; }; // UnityEngine.UIElements.ComputedTransitionProperty struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1 { // UnityEngine.UIElements.StyleSheets.StylePropertyId UnityEngine.UIElements.ComputedTransitionProperty::id int32_t ___id_0; // System.Int32 UnityEngine.UIElements.ComputedTransitionProperty::durationMs int32_t ___durationMs_1; // System.Int32 UnityEngine.UIElements.ComputedTransitionProperty::delayMs int32_t ___delayMs_2; // System.Func`2 UnityEngine.UIElements.ComputedTransitionProperty::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedTransitionProperty struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke { int32_t ___id_0; int32_t ___durationMs_1; int32_t ___delayMs_2; Il2CppMethodPointer ___easingCurve_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.ComputedTransitionProperty struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com { int32_t ___id_0; int32_t ___durationMs_1; int32_t ___delayMs_2; Il2CppMethodPointer ___easingCurve_3; }; // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { // System.UInt64 System.DateTime::_dateData uint64_t ____dateData_46; }; // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // UnityEngine.UIElements.EasingFunction struct EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4 { // UnityEngine.UIElements.EasingMode UnityEngine.UIElements.EasingFunction::m_Mode int32_t ___m_Mode_0; }; // UnityEngine.UIElements.Focusable struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 { // System.Boolean UnityEngine.UIElements.Focusable::k__BackingField bool ___U3CfocusableU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.Focusable::k__BackingField int32_t ___U3CtabIndexU3Ek__BackingField_2; // System.Boolean UnityEngine.UIElements.Focusable::m_DelegatesFocus bool ___m_DelegatesFocus_3; // System.Boolean UnityEngine.UIElements.Focusable::m_ExcludeFromFocusRing bool ___m_ExcludeFromFocusRing_4; // System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer bool ___isIMGUIContainer_5; }; // UnityEngine.TextCore.GlyphRect struct GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D { // System.Int32 UnityEngine.TextCore.GlyphRect::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Height int32_t ___m_Height_3; }; // UnityEngine.TextCore.LowLevel.GlyphValueRecord struct GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E { // System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_XPlacement float ___m_XPlacement_0; // System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_YPlacement float ___m_YPlacement_1; // System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_XAdvance float ___m_XAdvance_2; // System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_YAdvance float ___m_YAdvance_3; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // 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; }; // System.Linq.Expressions.Interpreter.InterpretedFrameInfo struct InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 { // System.String System.Linq.Expressions.Interpreter.InterpretedFrameInfo::_methodName String_t* ____methodName_0; // System.Linq.Expressions.Interpreter.DebugInfo System.Linq.Expressions.Interpreter.InterpretedFrameInfo::_debugInfo DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ____debugInfo_1; }; // Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.InterpretedFrameInfo struct InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_pinvoke { char* ____methodName_0; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ____debugInfo_1; }; // Native definition for COM marshalling of System.Linq.Expressions.Interpreter.InterpretedFrameInfo struct InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_com { Il2CppChar* ____methodName_0; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ____debugInfo_1; }; // UnityEngine.UIElements.Length struct Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 { // System.Single UnityEngine.UIElements.Length::m_Value float ___m_Value_1; // UnityEngine.UIElements.Length/Unit UnityEngine.UIElements.Length::m_Unit int32_t ___m_Unit_2; }; // UnityEngine.UIElements.ManipulatorActivationFilter struct ManipulatorActivationFilter_t866A0295DA75EA271B30BDC1F9EEA2C4FDEB1A81 { // UnityEngine.UIElements.MouseButton UnityEngine.UIElements.ManipulatorActivationFilter::