#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #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 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 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); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tC26278B0CA053BAF4547345679D3E8D1F748AC12; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2B071FD0D9C7410BEDE633CDB14F13654FC2A973; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t7A4F79038C7079DFB69340991577802A9439A59D; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t79D91C3E0DB82A874E072CF1EF486B5F78D7F8DE; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t7341CD6BAA9CD38815B6A9E3CFF47989DE634ABF; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tD50BA08812AFCD7C2C34161AA370ADAD96ED9147; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t7A2E1B65C126514AD320331036B9ACCE74AD21D9; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t56BEDD6B006DC2E8D499101DE8A2339425AE6A10; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3823C0F935A3168B9E48DC90ABD9A0CED3D7BB82; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tA51581359A1B697A7A0A8F2FFDE00794FA1E67F4; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t60F4DE5120CFD5986925189A0E775FAEAB4C59B9; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tF7DC4DC804C28471C8A2FE7BAB02032703A99806; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t303ADD886C8A7272DE43A8D065EEB864F5E03BF4; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4082710A2BB933E2D055E454B3EFAC4C0A319444; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t6D32722320E631CCB96F0ADA615C9F5E568C4720; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t053B27021E31B21883DF289A9875BD9EB5381671; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tE5A78BE46D046C07A6356B8AB596B2D00F9295E7; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t9F8F8099624B165B75CB1E0C53FA9762CB2815FC; // System.Action`1 struct Action_1_t8AE9CB3E5DC764211C9FEAC59DE7B65AD1444780; // System.Action`1 struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Action`1 struct Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1; // System.Action`3 struct Action_3_t3638A0A401CA68AF6FECFB956B602BBF7B9EFA72; // System.Action`3 struct Action_3_t8A9161BC98843636E3BF066B37CBCC15C593B73E; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t4DFFF7454A1BCD259676FED36CCF2114E34B5B95; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t70E6A9734FBC296B3CB5063E8F4EE3C37A648D54; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tBBA11DAFDBCE2EA3888D6532DC2E9A31FD2571F1; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t126D20ADA2999ECC8E5336D1EDE57C560F53784B; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tB91953D825596DF9261D34075CD34AEBD9EBF7D2; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t423CA9B377A96EA7C69ABA0C83C81B8D5B045E85; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tB89DD12456B8E79576BB70E1CA6DF899686410D3; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t64F1C0E113DC45CC9A1FD194A80B7B4C40AC4923; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tE8B39477E96408653D0242624F4D7E48ABFD1B03; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t187AC9EC362AB6EF9475A1B6469E2261EDF9DEE1; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tF4FBD9712869BD6129C41ADBD9D3DCD51CBB4746; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t13276681BE97FCE6AB699EF1F894EA98C825FE66; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t709462C08281F3AA5DFEF36CAF91404B1004C338; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t7663EC1A34326612C559E1AC30ED719944D21731; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t5E2B8A5C7040616545D7D029D20C4BF5F3E6DA89; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t41F9F9F15EDD1C77118E90D2FB8D86655B6D8B95; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4B1A4782CD18775DA1DED50CE3D612E44203BAF1; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t034B092AF3597985E5ACEBF7D43ED7297EF3C6A8; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3D1FA50DC1B5C50FA55EFD9A39EECC7D2F841917; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t6889207117879689DE539960755CE5F277F65C0F; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t9EFF8DD70A15F455A6FE698A22BD0FE9683AC28E; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t1682EBCD9936CA04E27CEC6CFD3F7C8CD8584CDD; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t48D41DB8CE0BFC91A1844C4CC49A8A7222A69200; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tD132DAEA45806BE3693620C9FBBABB556336C1E5; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t88E79937FFFCB0EA500E064661BF5F6BDA9E94B0; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t0DAD29F0B667B9ED214C9F6B9C4D7093FE7C0D9C; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t02E8F9920F174322F1CF5AC8BCDEAABD14A03358; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tD317D77AA1F91A2D7941174E732F54F68ACE8FA3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t00B3CBC13D1439C8660D9FC33442C5620590706F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF0368534E8881FC0469B58E4901741C5B0CC1D79; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t97160852989689D9543E2E1EA7D7196DBEA5AEE4; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tCAA8B21BC7E1029BB1288DEAE6D8ACB730BC5D4B; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tCE8310CD3375BA173DFEDBBDFF5C9E3ECFA5472F; // 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_tEA33EB74546F679A978D87A75A355AA70D84E6B2; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24; // System.EventHandler`1 struct EventHandler_1_tE698654C3F437D97ABCCA3FD0AD8F86E776DC77A; // System.Func`1> struct Func_1_tF400708EEA4975A6298D8D1C9AC51877FA5FD985; // System.Func`1 struct Func_1_t97C6124008260D65F78265F8B3965ACA776F0671; // System.Func`1 struct Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Func`2 struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`2 struct Func_2_t8A4E59735D50CEA34C30F6CD6B5804A38327CD0B; // System.Func`2 struct Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2; // System.Func`2 struct Func_2_t9B51E021A2F650A25F187ADF600A42C9BF4658C2; // System.Func`3 struct Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C; // System.Func`3 struct Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5; // System.Func`4 struct Func_4_t52E8A0837DB4E6228CB49F92F452987A63FBEC4D; // System.Func`5 struct Func_5_tA07BEDDD813173420A179C25AEDEA235CEB634BB; // System.Func`5 struct Func_5_t318E92560B3BCC40982F5FD19861164DC9EFBA20; // System.Collections.Generic.HashSet`1 struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A; // System.Collections.Generic.HashSet`1 struct HashSet_1_t03A441EC1493E313B17FAEAEFD9B0BEBFA3F6206; // System.Collections.Generic.IComparer`1 struct IComparer_1_tFAD3AE9FE3CE1FB3CBB781C55DC57C986D71521E; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC6EEF4DE19255D76EDF497CDE277E5578CB81EB2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCF360FA8155395D7F2E3092E355BE18C4A37F7E0; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tB1CBD8584610F6122FB9F16A9A9985BB7CCD1711; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t341DBC625B94A179D2F2C3E3CF45C76E281F4612; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t8E602724F08CCD09684BFAB341CE20B029B90C61; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t1774C3328C4606BECAC1D6AC39FE101AAD09A588; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t759DE12491F28A1314E1391C054C0751E6F2AE5D; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_tA5FD40262C6FAE001F449A254109EE92CF34C82F; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t108FCAA674CEF45D92E496EA3B258DD2D3BC2950; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t16A5DC766A6291B26C6C37FE5183C62625136585; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_tE245E2034FAF975F9107DAA3D480DABD36D065DE; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t60B64B8F2AABFE93E9F980903FA235A25EEE6AC2; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t1DB43353EC06ED52600D61657BBD26EF81CE5B6D; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_tA3635C4407421A9C31ECDFD4F63804EE7D57AF43; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t824116821CB88294640F85D02E205AC5F157F4FF; // UnityEngine.UIElements.IStyleValue`1 struct IStyleValue_1_t75C345274538150C05DDA28E113AD0B691730A17; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tAE1CD1CE327D07F072532A89E6854F2C33EB014A; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC; // System.Collections.Generic.List`1> struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260; // System.Collections.Generic.List`1> struct List_1_tD3D80A48908E0B8646110C913780E72E2157A541; // System.Collections.Generic.List`1 struct List_1_t0C6BF1E3B166E9D2A63FC3291C519D61B950BFDC; // System.Collections.Generic.List`1 struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35; // System.Collections.Generic.List`1 struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B; // System.Collections.Generic.List`1 struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C; // System.Collections.Generic.List`1 struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B; // System.Collections.Generic.List`1 struct List_1_tB481045C42962DD282E8A89B2AF0246A4042EADF; // System.Collections.Generic.List`1 struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA; // System.Collections.Generic.List`1 struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; // System.Collections.Generic.List`1 struct List_1_t78E7232867D713AA9907E71F6C5B19B226F0B180; // System.Collections.Generic.List`1 struct List_1_tACFC79734710927A89702FFC38900223BB85B5A6; // 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_tF941E9C3FEB6F1C2D20E73A90AA7F6319EB3F828; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268; // System.Collections.Generic.List`1 struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F; // System.Collections.Generic.List`1 struct List_1_t9E8CCD70A25458CE30A64503B35F06ECA62E3052; // System.Collections.Generic.List`1 struct List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E; // System.Collections.Generic.List`1 struct List_1_t2D19D6F759F401FE6C5460698E5B8249E470E044; // System.Collections.Generic.List`1 struct List_1_tD834E8FB7FDC0D4243FBCF922D7FE4E3C707AAC3; // System.Collections.Generic.List`1 struct List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E; // System.Collections.Generic.List`1 struct List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF; // System.Collections.Generic.List`1 struct List_1_tAB7976FADCF872E418770E60783056C23394843D; // System.Collections.Generic.List`1 struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF; // System.Collections.Generic.List`1 struct List_1_tD78196B4DE777C4B74ADAD24051A9978F5191506; // System.Collections.Generic.List`1 struct List_1_t6908BEEFB57470CB30420983896AA06BFB8796F0; // System.Collections.Generic.List`1 struct List_1_tDA2C18E15C40590123A37DABB6D0D9AEB77A3BBD; // System.Collections.Generic.List`1 struct List_1_t6EF58ECBFCFA6FA99AC1281CE3A14BB083B08524; // System.Collections.Generic.List`1 struct List_1_t44EF1B9C71532303037AAC259AD8D405401724D8; // System.Collections.Generic.List`1 struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A; // System.Collections.Generic.List`1 struct List_1_t41896DF347A129D13205BBFADE03DFB21E05E459; // System.Collections.Generic.List`1 struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95; // System.Collections.Generic.List`1 struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A; // System.Collections.Generic.List`1 struct List_1_t76F0B957C54456D9FEEEA81D78039166218CC88A; // System.Collections.Generic.List`1 struct List_1_t491E344573B9D6F61E36AF56132B7412453928C9; // System.Collections.Generic.List`1 struct List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // 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; // System.Buffers.SpanAction`2> struct SpanAction_2_t65B015FEFE1F64814AC2EFA0E19A38B1CFC53178; // System.Buffers.SpanAction`2> struct SpanAction_2_t84FDFFEECCC96A9A407DCB490E60340E38185947; // System.Buffers.SpanAction`2>> struct SpanAction_2_t02885A83F58261D2CFDC8FFBBCD7C8ECAF105A7B; // System.Buffers.SpanAction`2 struct SpanAction_2_t0CB19FBAD63F42C01432B842C5169FC10C1777E3; // System.Collections.Generic.Stack`1 struct Stack_1_t5BFE231094D4C21C56F26E6EE0BC9A194AD9A5B6; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t6D562D6E02741F0C7D98C590754714C6D6429450; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4BEAD6CE2527DBE682C128CEAA0FF2A79483E96C; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2; // System.Threading.Tasks.Task`1 struct Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_tC1DACCA9274641DD267223338E7C026D4CF520AC; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_tC8FEB488506DC99B874A454BED371793598879E9; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_tFBFEC4A6BE1900A8D6115CD438F3CCC15A0DBCE9; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_tE30358B7263E3BE53EB8E856D7B0E1980F1AD855; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t864A52D0F7726A4F4C2C667BCB56E8A745F7340C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC; // System.Tuple`2 struct Tuple_2_t4B75F18A57363D88671568DEF504983C60E18AC6; // System.Tuple`3,System.Object> struct Tuple_3_t76B18FDDE87BFB452CF969BC16B10789E225FCF6; // System.Tuple`3 struct Tuple_3_tA9629AB90A9BD8C1E0490927A977DF122A277ACF; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_tF0ADCA0C226C9C243ACB55E67D852E4BB53AEB67; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t73E1EB45F3C3BEF4DBBF96B3CA6E87233E4D9014; // TMPro.TweenRunner`1 struct TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tC0593021331EF2AF46590E2184F512C0D38FD4C3; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEAA0D8AFDE65BA4B76FB61D33C4769C339E17949; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tD1EF4B796EFD7E02D28B6A0E0DD08737178F54E9; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t9535EBAA281A1D58F2F4C103D11394072D85754C; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t5D0EC4E2435A9E48640918EEBB42A14E29F9E554; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t309A316DD98511F745EEA5D99CEC7179C868AB59; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tA6865573C9B15C90F5AF42AA9F04D8D11822B687; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t9A48A35EB4763F174321ED1A1BE49A67BC0A5C6F; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t392C54729BB024F5802F8E205C583653C4E886E3; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tE0A3D42393A2015849880D806418B2EDD0187D5D; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t88CA32E51F4E95E6907CE2C6FD5D8122059AC2C1; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t9B9A98357AEDE656A9D176C3FAC7B9FBB946A9F1; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2043A56E4E5C035C8690037B5961DF809EF6002B; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2FB3CB0C11B50649FE6CFC6DBE404552B898B271; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t588FE764FFE6D341E358B05F0CB12A449ABF8B9C; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t76519FA34EF184090B81F1F9F8F10E7EC238AB9C; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tCD82DFC45FB71C681FA8659EA63A7D7D16BFFE77; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t963D77C15EC065D01436953D600312198028FDA3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t04D5F77EBC72D81BB7FE7199D6C9DC65DEB60064; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t49C0EEE75C4A46F518DA157D93141A5AA673B5E0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tF2422B8F8347145D2FE398C58F2EF1EAB96567A5; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t988DC70C892CC8E803830C5C3A4370F5177CD9A6; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t34227637D0C93F730700DFD895768AF8F8C7FF8D; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t0E31EAA5A590859BBD863FE74A3208C8F5722AA1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t4FC6419C796BBADFEC77D9CB97A3FB7B1C6D5CB8; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tDFE3104887D7AEB406BC646123D7C8AA698EB58A; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t568C72D6625FA05F854FF86F02910C531D98B72E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t920355EC41DECEE4E1D5688CEA971923802FC9A3; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tE2C14BF5968870FDDD993014F93FDE3FC5572837; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t543192ACC732EF0DB4B419407C24CD12260A485B; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t4EA7859B72A26B20006E0BD02EC63611C4C71485; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tF2D26ADE6FCC1E97FB2FFC1DC56D63F08E711A3C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t60D6EDC5438323017497721F3A8E4A0376F2B741; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t8EE2FFAAC9B7C301CF4690109183A2EFDFC5A20F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tB3A736D4DE7E747B7C1B6CA7B36EB41FA6207653; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tFD0240910F0FF75CC94A141EDE346043BD9C179C; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t524C33EA8D08013B8734724ABCA925485CF3B799; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t93B88656D82161E5A58053D74E6C823720B88361; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822; // TMPro.TMP_TextProcessingStack`1[] struct TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t0DDECCB612303E94B577E5978AB4B36B5192AFB1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t45DAD27FEA03547B7581715461816FA37E7EC651; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t86A2877F21E58289C845548B2244BFCA090918B1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3; // UnityEngine.UIElements.Background[] struct BackgroundU5BU5D_t29762095DD694E79A85A59135735FF02E54C4B46; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // UnityEngine.Color[] struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389; // UnityEngine.Color32[] struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259; // UnityEngine.UIElements.ComputedTransitionProperty[] struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82; // System.Decimal[] struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.UIElements.StyleSheets.Dimension[] struct DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B; // UnityEngine.UIElements.EasingFunction[] struct EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49; // UnityEngine.UIElements.FontDefinition[] struct FontDefinitionU5BU5D_t31BDC3E2D72918B36F815F95F7CBA1F057E3DA39; // TMPro.FontWeight[] struct FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA; // TMPro.HighlightState[] struct HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622; // TMPro.HorizontalAlignmentOptions[] struct HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // UnityEngine.IntegratedSubsystem[] struct IntegratedSubsystemU5BU5D_tEEE77FC679DF18ADB573921A79329F94951E95E1; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5; // UnityEngine.UIElements.Length[] struct LengthU5BU5D_t6E92E14664BA86924824C32A0BBE10AEC53C7FAE; // UnityEngine.TextCore.Text.LineInfo[] struct LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D; // UnityEngine.TextCore.Text.LinkInfo[] struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51; // UnityEngine.Material[] struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D; // TMPro.MaterialReference[] struct MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2; // UnityEngine.TextCore.Text.MeshInfo[] struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.Object[] struct ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A; // UnityEngine.TextCore.Text.PageInfo[] struct PageInfoU5BU5D_tFEA2CF88695491CFC2F2A2EF6BDCC56E52B0A6D4; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_tC50C3F27A8E4246488F7A5998CAABAC4811A92CD; // TMPro.RichTextTagAttribute[] struct RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D; // UnityEngine.UIElements.Rotate[] struct RotateU5BU5D_tD482C518713DEC5763C34C827A9B6DB565776772; // UnityEngine.UIElements.StyleSheets.ScalableImage[] struct ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52; // UnityEngine.UIElements.Scale[] struct ScaleU5BU5D_tE608175710457D7343DD849244BF59B58157F0EF; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // UnityEngine.UIElements.StyleComplexSelector[] struct StyleComplexSelectorU5BU5D_tF7B5239DE9BF477DECF97EFBA7CB1D71C45DB857; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359; // UnityEngine.UIElements.StylePropertyName[] struct StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8; // UnityEngine.UIElements.StyleRule[] struct StyleRuleU5BU5D_t7897A39D88CA043B2BFB5B28C53B41564EBA3AF3; // UnityEngine.UIElements.StyleValueHandle[] struct StyleValueHandleU5BU5D_t66B7732469E9E30B1FB9A6E386315DAB36914ADE; // UnityEngine.Subsystem[] struct SubsystemU5BU5D_t07C0341FE1F84408AA50BB19DA43A246F0EC8AFC; // UnityEngine.SubsystemsImplementation.SubsystemWithProvider[] struct SubsystemWithProviderU5BU5D_t9E5EDC6CF4EFA1968392CDB134778437D26F9329; // TMPro.TMP_CharacterInfo[] struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99; // TMPro.TMP_ColorGradient[] struct TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A; // TMPro.TMP_FontWeightPair[] struct TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37; // TMPro.TMP_LineInfo[] struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E; // TMPro.TMP_LinkInfo[] struct TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E; // TMPro.TMP_MeshInfo[] struct TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7; // TMPro.TMP_PageInfo[] struct TMP_PageInfoU5BU5D_tE3DAAA8E2E9147F97C424A9034F677A516E8DAF9; // TMPro.TMP_WordInfo[] struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC; // UnityEngine.TextCore.Text.TextElementInfo[] struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E; // UnityEngine.UIElements.TextShadow[] struct TextShadowU5BU5D_tF37C87EBD3D8745BEDABCE2EA499DE16C15B5D8C; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191; // UnityEngine.UIElements.TimeValue[] struct TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE; // UnityEngine.Timeline.TimelineClip[] struct TimelineClipU5BU5D_t37945156A55BC896C442C4FE59198216769A4E64; // UnityEngine.Timeline.TrackAsset[] struct TrackAssetU5BU5D_tE6935AFD32D0BE4B0C69D1CCE96B55D383BCF88C; // UnityEngine.UIElements.TransformOrigin[] struct TransformOriginU5BU5D_t0BDBC9C8F1888009152284DC2903B3C289F826DA; // UnityEngine.UIElements.Translate[] struct TranslateU5BU5D_t9199DFD72A8EC5FA4C33D75E5F85242F9F97E358; // DG.Tweening.Tween[] struct TweenU5BU5D_t6E5F58C51FA0DA64C990C1C7E02EE9B70220C2F7; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // UnityEngine.Vector2[] struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA; // UnityEngine.Vector3[] struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; // UnityEngine.Vector4[] struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD; // UnityEngine.UIElements.VisualElement[] struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF; // UnityEngine.TextCore.Text.WordInfo[] struct WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B; // TMPro.WordWrapState[] struct WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values[] struct ValuesU5BU5D_t5332999C48416329B2A447FCD8C71113DDB459EA; // UnityEngine.UIElements.StyleSheet/ImportStruct[] struct ImportStructU5BU5D_t42D231FD5BB4B620965D7BED87D56D531B4C7AE9; // TMPro.TMP_Text/UnicodeChar[] struct UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // UnityEngine.AnimationClip struct AnimationClip_t00BD2F131D308A4AD2C6B0BF66644FC25FECE712; // UnityEngine.AnimationCurve struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B; // UnityEngine.Canvas struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26; // UnityEngine.CanvasRenderer struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // UnityEngine.ComputeBuffer struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // UnityEngine.Coroutine struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_tEA6C5A1520B40681AE6FA1703529F60EBC3691DC; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // UnityEngine.Rendering.Universal.DecalCachedChunk struct DecalCachedChunk_tDEF493C8A3A1F442BDEC1794BDDA0996B32DCACE; // UnityEngine.Rendering.Universal.DecalCulledChunk struct DecalCulledChunk_tFD4472F0ADDD173C7B13E8B0529983E745F12ED3; // UnityEngine.Rendering.Universal.DecalDrawCallChunk struct DecalDrawCallChunk_tBD0491A1B0B7D19DF01A5C9EDE0A40CBEDBF7A3A; // UnityEngine.Rendering.Universal.DecalEntityChunk struct DecalEntityChunk_t2CDCBFA35711DA074631D26572EF9755A3AD740C; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // DG.Tweening.Core.Easing.EaseCurve struct EaseCurve_t36BD7EAD5E58656A06E0D71596FF781803BE9C5F; // DG.Tweening.EaseFunction struct EaseFunction_t0F945D9D726B0915C5FBF30862E987EC3AC12A04; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85; // System.Exception struct Exception_t; // TMPro.FaceInfo_Legacy struct FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8; // UnityEngine.UIElements.Focusable struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0; // UnityEngine.Font struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6; // UnityEngine.TextCore.Text.FontAsset struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.UI.Graphic struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // UnityEngine.Timeline.IMarker struct IMarker_t56D4AC9FC0C2FA104A18211FF74D707C03FCDB8D; // UnityEngine.Playables.INotification struct INotification_tEF630287442F0A66470493068A5D158E3C2D3C6B; // TMPro.ITextPreprocessor struct ITextPreprocessor_tDBB49C8B68D7B80E8D233B9D9666C43981EFAAB9; // UnityEngine.UIElements.ITreeViewItem struct ITreeViewItem_t0C5908872EA2842688BFFB2055D5096EC1EA9EFC; // UnityEngine.UI.Image struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E; // UnityEngine.UIElements.InlineStyleAccess struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // TMPro.KerningTable struct KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B; // UnityEngine.UI.LayoutElement struct LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A; // System.Threading.Lock struct Lock_t529C04C831C120E5FFD6039EC3CB76F9956BCDD7; // System.Threading.ManualResetEvent struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158; // UnityEngine.Timeline.MarkerTrack struct MarkerTrack_tE18594CE52CCC412606B1B5A147DD3A4F7D056C2; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; // UnityEngine.MaterialPropertyBlock struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MemberInfo struct MemberInfo_t; // UnityEngine.Mesh struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4; // UnityEngine.UIElements.UIR.MeshHandle struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // System.OperationCanceledException struct OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662; // UnityEngine.UIElements.UIR.Page struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9; // UnityEngine.Playables.PlayableAsset struct PlayableAsset_t6964211C3DAE503FEEDD04089ED6B962945D271E; // UnityEngine.Experimental.Rendering.ProbeReferenceVolumeProfile struct ProbeReferenceVolumeProfile_t7E258E0C21DBA74C68F6F73D272EB9B56A15C7A5; // UnityEngine.Experimental.Rendering.ProbeVolumeAsset struct ProbeVolumeAsset_t06802A1A4A4B3197799AEC2D220AFEBBCC458D8B; // UnityEngine.UI.RectMask2D struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670; // UnityEngine.RectTransform struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; // UnityEngine.UIElements.UIR.RenderChainCommand struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.UI.Selectable struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t5C292A12062F24027A98492F52ECFE9802AA6F0E; // DG.Tweening.Sequence struct Sequence_tEADBE56D6ED2E9EE8FB2E5459C3E57131EC0545C; // UnityEngine.Rendering.Universal.ShaderData struct ShaderData_t149ABF5B880D5E69604B9F5A510F02D567464C19; // UnityEngine.Sprite struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99; // UnityEngine.TextCore.Text.SpriteAsset struct SpriteAsset_t1D3CF1D9DC350A4690CB09DE228A8B59F2F02313; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UIElements.StyleComplexSelector struct StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD; // UnityEngine.UIElements.StylePropertyAnimationSystem struct StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718; // UnityEngine.UIElements.StyleSheet struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428; // UnityEngine.UIElements.StyleVariableContext struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527; // TMPro.TMP_Character struct TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35; // TMPro.TMP_ColorGradient struct TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB; // TMPro.TMP_FontAsset struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160; // TMPro.TMP_FontFeatureTable struct TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA; // TMPro.TMP_SpriteAnimator struct TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4; // TMPro.TMP_SpriteAsset struct TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39; // TMPro.TMP_Style struct TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C; // TMPro.TMP_StyleSheet struct TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859; // TMPro.TMP_Text struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9; // TMPro.TMP_TextElement struct TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5; // TMPro.TMP_TextInfo struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // UnityEngine.TextCore.Text.TextElement struct TextElement_tCEF567A8810788262275B39DC39CBA6EBE7472DA; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; // UnityEngine.Timeline.TimelineAsset struct TimelineAsset_tE400C944B07CA9D1349BAD84545E24075ADB3496; // UnityEngine.Timeline.TimelineClip struct TimelineClip_t003008F08E56A75F3A47FD9ADE7C066988A3371D; // UnityEngine.Timeline.TrackAsset struct TrackAsset_t31E19BE900C90F6616C0D337652C8614CD833B96; // UnityEngine.Transform struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1; // DG.Tweening.Tween struct Tween_t8CB06EBC48A5B6F5065C490E4F4909C18CE7983C; // DG.Tweening.TweenCallback struct TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24; // DG.Tweening.TweenParams struct TweenParams_t0BF9382130164497B9A5A19076149D1CEDC697DA; // System.Type struct Type_t; // UnityEngine.UIElements.UIR.UIRenderDevice struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302; // UnityEngine.Events.UnityAction struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7; // UnityEngine.UnityException struct UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067; // UnityEngine.UIElements.VectorImage struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC; // UnityEngine.UI.VertexHelper struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE; // UnityEngine.UIElements.VisualElement struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115; // UnityEngine.UIElements.VisualTreeAsset struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.Threading.WaitCallback struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3; // UnityEngine.Yoga.YogaNode struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8; // UnityEngine.Playables.PlayableBinding/CreateOutputMethod struct CreateOutputMethod_tD18AFE3B69E6DDD913D82D5FA1D5D909CEEC8509; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values struct Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesBackground struct ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesColor struct ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFloat struct ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFont struct ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFontDefinition struct ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesInt struct ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesLength struct ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesRotate struct ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesScale struct ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTextShadow struct ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTransformOrigin struct ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTranslate struct ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B; // TMPro.TMP_Dropdown/DropdownEvent struct DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91; // TMPro.TMP_Dropdown/OptionData struct OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E; // TMPro.TMP_Dropdown/OptionDataList struct OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // UnityEngine.Timeline.TimelineAsset/EditorSettings struct EditorSettings_t3A8D02A80F57944B75911D9692FECDF6B7081DFF; // UnityEngine.UIElements.VisualElement/CustomStyleAccess struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1; // UnityEngine.UIElements.VisualElement/TypeData struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t96369E1D40ABE93A56308F57DEA6B04219C66D13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_tCF42DBFBF81B46CDEE59CA397F2860F3427FE1F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EaseCurve_t36BD7EAD5E58656A06E0D71596FF781803BE9C5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EaseFunction_t0F945D9D726B0915C5FBF30862E987EC3AC12A04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_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* IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISubsystemDescriptor_tEF29944D579CC7D70F52CB883150735991D54E6E_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* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sequence_tEADBE56D6ED2E9EE8FB2E5459C3E57131EC0545C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsystemManager_t9A7261E4D0B53B996F04B8707D8E1C33AB65E824_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskWrapperAsyncResult_t4C6D1512204E29D09826CD904C9ACB9981D57CEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenManager_t3DFB74C661BA08421AF4EB9F62D6DB3B8F7351F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VertexAttribute_tF34C1B76F20CA4AEC9D606BCD37A8A0C4A24C9A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral08AAD62E530799C15714A41B93652F8A49FDBB68; IL2CPP_EXTERN_C String_t* _stringLiteral0A452795E040C66D151B05EE8648BF3F8016F207; IL2CPP_EXTERN_C String_t* _stringLiteral1502EDED1093B03DA1C847BC5F555B62BD858FDC; IL2CPP_EXTERN_C String_t* _stringLiteral1D8C0FEACB3F25706873303C3604F2CE5666744C; IL2CPP_EXTERN_C String_t* _stringLiteral1FB9018D8BFC0FACF068B1067EF9E96C35FED1FE; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral56F2B0842B62E62D254D6434C877013C6454CD24; IL2CPP_EXTERN_C String_t* _stringLiteral5977A16B28199C20C0F8770A4DADB9C5CC05247A; IL2CPP_EXTERN_C String_t* _stringLiteral6A2A387BC9FF3611BBF99C11B1CC0549CD9C67A5; IL2CPP_EXTERN_C String_t* _stringLiteral7AD319493499620E43634FF644A0CEF1624086AD; IL2CPP_EXTERN_C String_t* _stringLiteral7C32FB7BD7AFDE19CE5858E4EC392FADC0892DBC; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral97B5A6868822BFCE4A13A9E1D6B6FE8D25C6E5C3; IL2CPP_EXTERN_C String_t* _stringLiteralB382FDA4B30D0397739E8EC9B987AB66568010F7; IL2CPP_EXTERN_C String_t* _stringLiteralBE9FAAB12E6FC68BB89C81F3D0414F95EE54E1E2; IL2CPP_EXTERN_C String_t* _stringLiteralC472776C9180B19630B6E4112538D935B62E3F35; IL2CPP_EXTERN_C String_t* _stringLiteralC4ADC60D7B4D387FB421586A9B670B3D4B8A0775; IL2CPP_EXTERN_C String_t* _stringLiteralCF6D423D6F6C1327D40E616C52007CE750F00A62; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267; IL2CPP_EXTERN_C String_t* _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE2CB2DBE9CFA9FD3FF4707BB20A9B1FE52C76273_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EaseCurve_Evaluate_m036A88A768920A29FA6C7EA6E78646F679C9DFEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA2DB3B33B757C906EBF689F682FD659A191A242B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m71E6FD21D54996DACBC26526FABF5E57B9E4C3B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpriteDataAccessExtensions_CheckAttributeTypeMatchesAndThrow_TisRuntimeObject_mB61FECA1F4CF42E28EB6204669229CF7D5B9C574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpriteDataAccessExtensions_CheckAttributeTypeMatchesAndThrow_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mFD6C53B2AC2CBE5550C3945139F0A79D9D2D6850_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpriteDataAccessExtensions_CheckAttributeTypeMatchesAndThrow_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m13358A837F48F4EBF20D240912AA387837EFE018_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_MakeUniqueName_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mE32CFC445127E39449755C6DE3FC7F9B3E25865A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_MakeUniqueName_TisRuntimeObject_m497725367BE472857F667ADA3CAD428DC9E6D806_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Create_TisRuntimeObject_m2FF3AB456D8895209A459A9F333FC669F1B1ECDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Create_TisValueTuple_3_tFD2ADB3DA89E958885034AAFEF1ABDA8C814D987_mF6724B93867EE2A12D4053F46E75806CF9557C3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Create_TisValueTuple_5_t558B9F95CA55DE5694FC58A3BEAE441BF728FB57_mC8713BB789582FA498F3A9BDD075B77794145A53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Create_TisValueTuple_8_t9B4E1B0569C36F02E150189D05FFCC0A69667F85_m6F505BE8BEAF8A3324DDCED5C13F3EC1970BA9B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_JoinCore_TisRuntimeObject_m010137B76A888B4A77A0C668F0CAB952CF3D4E71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisRuntimeObject_m3A816C4B76334C524F3A72D8BF603C92B9F29DF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mB63359289167D8DDD29CD440525186BE9586873A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m64EF24758B483A0F2026841BAF84240470F23DE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mA2563A31BE4ECDB082688B267381538C65FA811B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisRuntimeObject_m32271AFA9522DF170FBA4BFA7D026114ED62711C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisRuntimeObject_m38025C544CE91D455E63358AB2EAA1F2D173FCE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisVoidTaskResult_t73B628B764C6668DAAAE2D37BD6FC07BCA27A5AC_m3D0619EF0B707377DD0715DB44C2C3AA0530E99A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m2512A0C4A3009B5078FC0B965B4D1E6C89A3DBD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromException_TisRuntimeObject_m81649814701F78FC4AAB5BE79018C8DCC7227E6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromException_TisVoidTaskResult_t73B628B764C6668DAAAE2D37BD6FC07BCA27A5AC_m7594A0E6E26B701AD7D7F0E73F0A82019C3D2061_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Run_TisRuntimeObject_mE6EC478769A44E9987615F4858FF2C8470005FF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Texture2D_GetRawTextureData_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m3F258FE3486B29D798DCFECF41E9845382EF5CC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Texture2D_GetRawTextureData_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m3B133F38C7E43266DCD025BC599C24C187E779B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_QueueUserWorkItem_TisRuntimeObject_m33D268DC1C26363C733AF217B6DE45D1ABCEDD4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BoneWeight_t7E7DACA0D0F56698E05EBBD839D1D343502EA11F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_0_0_0_var; struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com; struct StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3; struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_com; struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_pinvoke; struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389; struct DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51; struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PageInfoU5BU5D_tFEA2CF88695491CFC2F2A2EF6BDCC56E52B0A6D4; struct ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52; struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99; struct TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E; struct TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7; struct TMP_PageInfoU5BU5D_tE3DAAA8E2E9147F97C424A9034F677A516E8DAF9; struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC; struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E; struct TweenU5BU5D_t6E5F58C51FA0DA64C990C1C7E02EE9B70220C2F7; struct WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B; struct UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5; 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 // System.Threading.ThreadPool/<>c__DisplayClass17_0`1 struct U3CU3Ec__DisplayClass17_0_1_t2B15CAC58697E814BC5DCB25B4947CD8A1A91E29 : public RuntimeObject { // System.Action`1 System.Threading.ThreadPool/<>c__DisplayClass17_0`1::callBack Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___callBack_0; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7 : 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_t524C33EA8D08013B8734724ABCA925485CF3B799* ____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_tAE1CD1CE327D07F072532A89E6854F2C33EB014A* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t04D5F77EBC72D81BB7FE7199D6C9DC65DEB60064* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t97160852989689D9543E2E1EA7D7196DBEA5AEE4 : public RuntimeObject { }; struct EqualityComparer_1_t97160852989689D9543E2E1EA7D7196DBEA5AEE4_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t97160852989689D9543E2E1EA7D7196DBEA5AEE4* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tCAA8B21BC7E1029BB1288DEAE6D8ACB730BC5D4B : public RuntimeObject { }; struct EqualityComparer_1_tCAA8B21BC7E1029BB1288DEAE6D8ACB730BC5D4B_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tCAA8B21BC7E1029BB1288DEAE6D8ACB730BC5D4B* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tCE8310CD3375BA173DFEDBBDFF5C9E3ECFA5472F : public RuntimeObject { }; struct EqualityComparer_1_tCE8310CD3375BA173DFEDBBDFF5C9E3ECFA5472F_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tCE8310CD3375BA173DFEDBBDFF5C9E3ECFA5472F* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC : public RuntimeObject { }; struct EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF : public RuntimeObject { }; struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tEA33EB74546F679A978D87A75A355AA70D84E6B2 : public RuntimeObject { }; struct EqualityComparer_1_tEA33EB74546F679A978D87A75A355AA70D84E6B2_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tEA33EB74546F679A978D87A75A355AA70D84E6B2* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499 : public RuntimeObject { }; struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* ___defaultComparer_0; }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24 : public RuntimeObject { }; struct EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24_StaticFields { // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tF74A06E4DA351FE016FE9BD76C2A66524D685C24* ___defaultComparer_0; }; // System.Collections.Generic.List`1 struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49* ____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; }; struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t78E7232867D713AA9907E71F6C5B19B226F0B180 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IntegratedSubsystemU5BU5D_tEEE77FC679DF18ADB573921A79329F94951E95E1* ____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; }; struct List_1_t78E7232867D713AA9907E71F6C5B19B226F0B180_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray IntegratedSubsystemU5BU5D_tEEE77FC679DF18ADB573921A79329F94951E95E1* ___s_emptyArray_5; }; // 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; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* ____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; }; struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t9E8CCD70A25458CE30A64503B35F06ECA62E3052 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items SubsystemU5BU5D_t07C0341FE1F84408AA50BB19DA43A246F0EC8AFC* ____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; }; struct List_1_t9E8CCD70A25458CE30A64503B35F06ECA62E3052_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray SubsystemU5BU5D_t07C0341FE1F84408AA50BB19DA43A246F0EC8AFC* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tD834E8FB7FDC0D4243FBCF922D7FE4E3C707AAC3 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items SubsystemWithProviderU5BU5D_t9E5EDC6CF4EFA1968392CDB134778437D26F9329* ____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; }; struct List_1_tD834E8FB7FDC0D4243FBCF922D7FE4E3C707AAC3_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray SubsystemWithProviderU5BU5D_t9E5EDC6CF4EFA1968392CDB134778437D26F9329* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE* ____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; }; struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t491E344573B9D6F61E36AF56132B7412453928C9 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ValuesU5BU5D_t5332999C48416329B2A447FCD8C71113DDB459EA* ____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; }; struct List_1_t491E344573B9D6F61E36AF56132B7412453928C9_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ValuesU5BU5D_t5332999C48416329B2A447FCD8C71113DDB459EA* ___s_emptyArray_5; }; // System.Tuple`2 struct Tuple_2_t4B75F18A57363D88671568DEF504983C60E18AC6 : public RuntimeObject { // T1 System.Tuple`2::m_Item1 RuntimeObject* ___m_Item1_0; // T2 System.Tuple`2::m_Item2 RuntimeObject* ___m_Item2_1; }; // System.Tuple`3 struct Tuple_3_tA9629AB90A9BD8C1E0490927A977DF122A277ACF : public RuntimeObject { // T1 System.Tuple`3::m_Item1 RuntimeObject* ___m_Item1_0; // T2 System.Tuple`3::m_Item2 RuntimeObject* ___m_Item2_1; // T3 System.Tuple`3::m_Item3 RuntimeObject* ___m_Item3_2; }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t05DF85FC63E3650D2D4CF6ABBA0F43263EB8CE89 : public RuntimeObject { // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onStart_3; }; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject { // UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0; }; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject* ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37; // System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_39; }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // DG.Tweening.DOTween struct DOTween_t96369E1D40ABE93A56308F57DEA6B04219C66D13 : public RuntimeObject { }; struct DOTween_t96369E1D40ABE93A56308F57DEA6B04219C66D13_StaticFields { // System.String DG.Tweening.DOTween::Version String_t* ___Version_0; // System.Boolean DG.Tweening.DOTween::useSafeMode bool ___useSafeMode_1; // System.Boolean DG.Tweening.DOTween::showUnityEditorReport bool ___showUnityEditorReport_2; // System.Single DG.Tweening.DOTween::timeScale float ___timeScale_3; // System.Boolean DG.Tweening.DOTween::useSmoothDeltaTime bool ___useSmoothDeltaTime_4; // DG.Tweening.LogBehaviour DG.Tweening.DOTween::_logBehaviour int32_t ____logBehaviour_5; // System.Boolean DG.Tweening.DOTween::drawGizmos bool ___drawGizmos_6; // DG.Tweening.UpdateType DG.Tweening.DOTween::defaultUpdateType int32_t ___defaultUpdateType_7; // System.Boolean DG.Tweening.DOTween::defaultTimeScaleIndependent bool ___defaultTimeScaleIndependent_8; // DG.Tweening.AutoPlay DG.Tweening.DOTween::defaultAutoPlay int32_t ___defaultAutoPlay_9; // System.Boolean DG.Tweening.DOTween::defaultAutoKill bool ___defaultAutoKill_10; // DG.Tweening.LoopType DG.Tweening.DOTween::defaultLoopType int32_t ___defaultLoopType_11; // System.Boolean DG.Tweening.DOTween::defaultRecyclable bool ___defaultRecyclable_12; // DG.Tweening.Ease DG.Tweening.DOTween::defaultEaseType int32_t ___defaultEaseType_13; // System.Single DG.Tweening.DOTween::defaultEaseOvershootOrAmplitude float ___defaultEaseOvershootOrAmplitude_14; // System.Single DG.Tweening.DOTween::defaultEasePeriod float ___defaultEasePeriod_15; // DG.Tweening.Core.DOTweenComponent DG.Tweening.DOTween::instance DOTweenComponent_tEA6C5A1520B40681AE6FA1703529F60EBC3691DC* ___instance_16; // System.Boolean DG.Tweening.DOTween::isUnityEditor bool ___isUnityEditor_17; // System.Boolean DG.Tweening.DOTween::isDebugBuild bool ___isDebugBuild_18; // System.Int32 DG.Tweening.DOTween::maxActiveTweenersReached int32_t ___maxActiveTweenersReached_19; // System.Int32 DG.Tweening.DOTween::maxActiveSequencesReached int32_t ___maxActiveSequencesReached_20; // System.Collections.Generic.List`1 DG.Tweening.DOTween::GizmosDelegates List_1_t6EF58ECBFCFA6FA99AC1281CE3A14BB083B08524* ___GizmosDelegates_21; // System.Boolean DG.Tweening.DOTween::initialized bool ___initialized_22; // System.Boolean DG.Tweening.DOTween::isQuitting bool ___isQuitting_23; }; // DG.Tweening.Core.Debugger struct Debugger_tCF42DBFBF81B46CDEE59CA397F2860F3427FE1F0 : public RuntimeObject { }; struct Debugger_tCF42DBFBF81B46CDEE59CA397F2860F3427FE1F0_StaticFields { // System.Int32 DG.Tweening.Core.Debugger::logPriority int32_t ___logPriority_0; }; // DG.Tweening.Core.Easing.EaseCurve struct EaseCurve_t36BD7EAD5E58656A06E0D71596FF781803BE9C5F : public RuntimeObject { // UnityEngine.AnimationCurve DG.Tweening.Core.Easing.EaseCurve::_animCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ____animCurve_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // TMPro.SetPropertyUtility struct SetPropertyUtility_tD587A194C84F640B40FCDA35FC6D46BFE68626F0 : public RuntimeObject { }; // UnityEngine.UI.SetPropertyUtility struct SetPropertyUtility_t7A9A8AC1523C59CF066D8802A39FD11F635AE623 : public RuntimeObject { }; // UnityEngine.Rendering.Universal.ShaderData struct ShaderData_t149ABF5B880D5E69604B9F5A510F02D567464C19 : public RuntimeObject { // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.ShaderData::m_LightDataBuffer ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_LightDataBuffer_1; // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.ShaderData::m_LightIndicesBuffer ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_LightIndicesBuffer_2; // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.ShaderData::m_AdditionalLightShadowParamsStructuredBuffer ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_AdditionalLightShadowParamsStructuredBuffer_3; // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.ShaderData::m_AdditionalLightShadowSliceMatricesStructuredBuffer ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_AdditionalLightShadowSliceMatricesStructuredBuffer_4; }; struct ShaderData_t149ABF5B880D5E69604B9F5A510F02D567464C19_StaticFields { // UnityEngine.Rendering.Universal.ShaderData UnityEngine.Rendering.Universal.ShaderData::m_Instance ShaderData_t149ABF5B880D5E69604B9F5A510F02D567464C19* ___m_Instance_0; }; // System.SpanHelpers struct SpanHelpers_tCA85E2BE495D0EC31B7D20D20E9FC3309265176A : public RuntimeObject { }; // UnityEngine.U2D.SpriteDataAccessExtensions struct SpriteDataAccessExtensions_t3E42874762D049E221636AD9A719EBAE7F9C9980 : 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; }; struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t* ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; }; // UnityEngine.InputSystem.Utilities.StringHelpers struct StringHelpers_t3FFB10FA36ABE7FB6496D420593169678B21AC3D : public RuntimeObject { }; // UnityEngine.UIElements.StylePropertyAnimationSystem struct StylePropertyAnimationSystem_tB499821AFC54DE61DC54CFDCD392C337F5097718 : public RuntimeObject { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFloat UnityEngine.UIElements.StylePropertyAnimationSystem::m_Floats ValuesFloat_t79D7FFC3D96EA35AFBCE6E41A84C30186FFFF0C2* ___m_Floats_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesInt UnityEngine.UIElements.StylePropertyAnimationSystem::m_Ints ValuesInt_t2D0093355274C731BB6DF9C8933EEEDA42276367* ___m_Ints_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesLength UnityEngine.UIElements.StylePropertyAnimationSystem::m_Lengths ValuesLength_tCE4AE0723109EE10076DBD46F7A853F202AF5915* ___m_Lengths_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesColor UnityEngine.UIElements.StylePropertyAnimationSystem::m_Colors ValuesColor_tDE4E373E9165A21D96B77B831D7663BE93073904* ___m_Colors_4; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesBackground UnityEngine.UIElements.StylePropertyAnimationSystem::m_Backgrounds ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34* ___m_Backgrounds_5; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFontDefinition UnityEngine.UIElements.StylePropertyAnimationSystem::m_FontDefinitions ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7* ___m_FontDefinitions_6; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFont UnityEngine.UIElements.StylePropertyAnimationSystem::m_Fonts ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4* ___m_Fonts_7; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTextShadow UnityEngine.UIElements.StylePropertyAnimationSystem::m_TextShadows ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C* ___m_TextShadows_8; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesScale UnityEngine.UIElements.StylePropertyAnimationSystem::m_Scale ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A* ___m_Scale_9; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesRotate UnityEngine.UIElements.StylePropertyAnimationSystem::m_Rotate ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63* ___m_Rotate_10; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTranslate UnityEngine.UIElements.StylePropertyAnimationSystem::m_Translate ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B* ___m_Translate_11; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTransformOrigin UnityEngine.UIElements.StylePropertyAnimationSystem::m_TransformOrigin ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F* ___m_TransformOrigin_12; // System.Collections.Generic.List`1 UnityEngine.UIElements.StylePropertyAnimationSystem::m_AllValues List_1_t491E344573B9D6F61E36AF56132B7412453928C9* ___m_AllValues_13; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem::m_PropertyToValues Dictionary_2_t8B8AC3704119A64857E8D359CB4782C5ECEA90E7* ___m_PropertyToValues_14; }; // UnityEngine.UIElements.StyleValueExtensions struct StyleValueExtensions_t726B74FF15FD6E36DAD4BF0C34078437975FF358 : public RuntimeObject { }; // UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore struct SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250 : public RuntimeObject { }; struct SubsystemDescriptorStore_tEF3761B84B8C25EA4B93F94A487551820B268250_StaticFields { // System.Collections.Generic.List`1 UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::s_IntegratedDescriptors List_1_tACFC79734710927A89702FFC38900223BB85B5A6* ___s_IntegratedDescriptors_0; // System.Collections.Generic.List`1 UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::s_StandaloneDescriptors List_1_t2D19D6F759F401FE6C5460698E5B8249E470E044* ___s_StandaloneDescriptors_1; // System.Collections.Generic.List`1 UnityEngine.SubsystemsImplementation.SubsystemDescriptorStore::s_DeprecatedDescriptors List_1_t15AD773D34D3739AFB67421B6DFFACEA7638F64E* ___s_DeprecatedDescriptors_2; }; // UnityEngine.SubsystemManager struct SubsystemManager_t9A7261E4D0B53B996F04B8707D8E1C33AB65E824 : public RuntimeObject { }; struct SubsystemManager_t9A7261E4D0B53B996F04B8707D8E1C33AB65E824_StaticFields { // System.Action UnityEngine.SubsystemManager::beforeReloadSubsystems Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___beforeReloadSubsystems_0; // System.Action UnityEngine.SubsystemManager::afterReloadSubsystems Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___afterReloadSubsystems_1; // System.Collections.Generic.List`1 UnityEngine.SubsystemManager::s_IntegratedSubsystems List_1_t78E7232867D713AA9907E71F6C5B19B226F0B180* ___s_IntegratedSubsystems_2; // System.Collections.Generic.List`1 UnityEngine.SubsystemManager::s_StandaloneSubsystems List_1_tD834E8FB7FDC0D4243FBCF922D7FE4E3C707AAC3* ___s_StandaloneSubsystems_3; // System.Collections.Generic.List`1 UnityEngine.SubsystemManager::s_DeprecatedSubsystems List_1_t9E8CCD70A25458CE30A64503B35F06ECA62E3052* ___s_DeprecatedSubsystems_4; // System.Action UnityEngine.SubsystemManager::reloadSubsytemsStarted Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___reloadSubsytemsStarted_5; // System.Action UnityEngine.SubsystemManager::reloadSubsytemsCompleted Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___reloadSubsytemsCompleted_6; }; // TMPro.TMPro_ExtensionMethods struct TMPro_ExtensionMethods_t3819FC7768FE507D3553E9F093C74086C6ED99D6 : public RuntimeObject { }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_7; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_10; }; struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields { // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_0; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject* ___s_taskCompletionSentinel_8; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_9; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_11; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_14; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_15; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_16; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_17; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_19; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_20; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_21; }; struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_12; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_13; }; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskScheduler::m_taskSchedulerId int32_t ___m_taskSchedulerId_2; }; struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_StaticFields { // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::s_defaultTaskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___s_defaultTaskScheduler_0; // System.Int32 System.Threading.Tasks.TaskScheduler::s_taskSchedulerIdCounter int32_t ___s_taskSchedulerIdCounter_1; // System.EventHandler`1 System.Threading.Tasks.TaskScheduler::_unobservedTaskException EventHandler_1_tE698654C3F437D97ABCCA3FD0AD8F86E776DC77A* ____unobservedTaskException_3; // System.Threading.Lock System.Threading.Tasks.TaskScheduler::_unobservedTaskExceptionLockObject Lock_t529C04C831C120E5FFD6039EC3CB76F9956BCDD7* ____unobservedTaskExceptionLockObject_4; }; // System.Threading.Tasks.TaskToApm struct TaskToApm_t85E4852EFE616610E8B037ECB1926B91DEA7D458 : public RuntimeObject { }; // System.Threading.ThreadPool struct ThreadPool_t1EE413B12D8BD9F25602041645272351A26711FC : public RuntimeObject { }; // System.ThrowHelper struct ThrowHelper_tDAFF1075E5B21B120EF09F3F2EAD51037DAB6F73 : public RuntimeObject { }; // UnityEngine.Timeline.TimelineClip struct TimelineClip_t003008F08E56A75F3A47FD9ADE7C066988A3371D : public RuntimeObject { // System.Int32 UnityEngine.Timeline.TimelineClip::m_Version int32_t ___m_Version_1; // System.Double UnityEngine.Timeline.TimelineClip::m_Start double ___m_Start_9; // System.Double UnityEngine.Timeline.TimelineClip::m_ClipIn double ___m_ClipIn_10; // UnityEngine.Object UnityEngine.Timeline.TimelineClip::m_Asset Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___m_Asset_11; // System.Double UnityEngine.Timeline.TimelineClip::m_Duration double ___m_Duration_12; // System.Double UnityEngine.Timeline.TimelineClip::m_TimeScale double ___m_TimeScale_13; // UnityEngine.Timeline.TrackAsset UnityEngine.Timeline.TimelineClip::m_ParentTrack TrackAsset_t31E19BE900C90F6616C0D337652C8614CD833B96* ___m_ParentTrack_14; // System.Double UnityEngine.Timeline.TimelineClip::m_EaseInDuration double ___m_EaseInDuration_15; // System.Double UnityEngine.Timeline.TimelineClip::m_EaseOutDuration double ___m_EaseOutDuration_16; // System.Double UnityEngine.Timeline.TimelineClip::m_BlendInDuration double ___m_BlendInDuration_17; // System.Double UnityEngine.Timeline.TimelineClip::m_BlendOutDuration double ___m_BlendOutDuration_18; // UnityEngine.AnimationCurve UnityEngine.Timeline.TimelineClip::m_MixInCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___m_MixInCurve_19; // UnityEngine.AnimationCurve UnityEngine.Timeline.TimelineClip::m_MixOutCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___m_MixOutCurve_20; // UnityEngine.Timeline.TimelineClip/BlendCurveMode UnityEngine.Timeline.TimelineClip::m_BlendInCurveMode int32_t ___m_BlendInCurveMode_21; // UnityEngine.Timeline.TimelineClip/BlendCurveMode UnityEngine.Timeline.TimelineClip::m_BlendOutCurveMode int32_t ___m_BlendOutCurveMode_22; // System.Collections.Generic.List`1 UnityEngine.Timeline.TimelineClip::m_ExposedParameterNames List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ExposedParameterNames_23; // UnityEngine.AnimationClip UnityEngine.Timeline.TimelineClip::m_AnimationCurves AnimationClip_t00BD2F131D308A4AD2C6B0BF66644FC25FECE712* ___m_AnimationCurves_24; // System.Boolean UnityEngine.Timeline.TimelineClip::m_Recordable bool ___m_Recordable_25; // UnityEngine.Timeline.TimelineClip/ClipExtrapolation UnityEngine.Timeline.TimelineClip::m_PostExtrapolationMode int32_t ___m_PostExtrapolationMode_26; // UnityEngine.Timeline.TimelineClip/ClipExtrapolation UnityEngine.Timeline.TimelineClip::m_PreExtrapolationMode int32_t ___m_PreExtrapolationMode_27; // System.Double UnityEngine.Timeline.TimelineClip::m_PostExtrapolationTime double ___m_PostExtrapolationTime_28; // System.Double UnityEngine.Timeline.TimelineClip::m_PreExtrapolationTime double ___m_PreExtrapolationTime_29; // System.String UnityEngine.Timeline.TimelineClip::m_DisplayName String_t* ___m_DisplayName_30; }; struct TimelineClip_t003008F08E56A75F3A47FD9ADE7C066988A3371D_StaticFields { // UnityEngine.Timeline.ClipCaps UnityEngine.Timeline.TimelineClip::kDefaultClipCaps int32_t ___kDefaultClipCaps_2; // System.Single UnityEngine.Timeline.TimelineClip::kDefaultClipDurationInSeconds float ___kDefaultClipDurationInSeconds_3; // System.Double UnityEngine.Timeline.TimelineClip::kTimeScaleMin double ___kTimeScaleMin_4; // System.Double UnityEngine.Timeline.TimelineClip::kTimeScaleMax double ___kTimeScaleMax_5; // System.String UnityEngine.Timeline.TimelineClip::kDefaultCurvesName String_t* ___kDefaultCurvesName_6; // System.Double UnityEngine.Timeline.TimelineClip::kMinDuration double ___kMinDuration_7; // System.Double UnityEngine.Timeline.TimelineClip::kMaxTimeValue double ___kMaxTimeValue_8; }; // System.Tuple struct Tuple_tB9DB3180F4853E781BFDDC3093798F56B27AB03F : public RuntimeObject { }; // DG.Tweening.TweenExtensions struct TweenExtensions_t4C76E091AE2AF0DE956B5C2106E5F8BC882D6BC7 : public RuntimeObject { }; // DG.Tweening.Core.TweenManager struct TweenManager_t3DFB74C661BA08421AF4EB9F62D6DB3B8F7351F1 : public RuntimeObject { }; struct TweenManager_t3DFB74C661BA08421AF4EB9F62D6DB3B8F7351F1_StaticFields { // System.Int32 DG.Tweening.Core.TweenManager::maxActive int32_t ___maxActive_3; // System.Int32 DG.Tweening.Core.TweenManager::maxTweeners int32_t ___maxTweeners_4; // System.Int32 DG.Tweening.Core.TweenManager::maxSequences int32_t ___maxSequences_5; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveTweens bool ___hasActiveTweens_6; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveDefaultTweens bool ___hasActiveDefaultTweens_7; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveLateTweens bool ___hasActiveLateTweens_8; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveFixedTweens bool ___hasActiveFixedTweens_9; // System.Int32 DG.Tweening.Core.TweenManager::totActiveTweens int32_t ___totActiveTweens_10; // System.Int32 DG.Tweening.Core.TweenManager::totActiveDefaultTweens int32_t ___totActiveDefaultTweens_11; // System.Int32 DG.Tweening.Core.TweenManager::totActiveLateTweens int32_t ___totActiveLateTweens_12; // System.Int32 DG.Tweening.Core.TweenManager::totActiveFixedTweens int32_t ___totActiveFixedTweens_13; // System.Int32 DG.Tweening.Core.TweenManager::totActiveTweeners int32_t ___totActiveTweeners_14; // System.Int32 DG.Tweening.Core.TweenManager::totActiveSequences int32_t ___totActiveSequences_15; // System.Int32 DG.Tweening.Core.TweenManager::totPooledTweeners int32_t ___totPooledTweeners_16; // System.Int32 DG.Tweening.Core.TweenManager::totPooledSequences int32_t ___totPooledSequences_17; // System.Int32 DG.Tweening.Core.TweenManager::totTweeners int32_t ___totTweeners_18; // System.Int32 DG.Tweening.Core.TweenManager::totSequences int32_t ___totSequences_19; // System.Boolean DG.Tweening.Core.TweenManager::isUpdateLoop bool ___isUpdateLoop_20; // DG.Tweening.Tween[] DG.Tweening.Core.TweenManager::_activeTweens TweenU5BU5D_t6E5F58C51FA0DA64C990C1C7E02EE9B70220C2F7* ____activeTweens_21; // DG.Tweening.Tween[] DG.Tweening.Core.TweenManager::_pooledTweeners TweenU5BU5D_t6E5F58C51FA0DA64C990C1C7E02EE9B70220C2F7* ____pooledTweeners_22; // System.Collections.Generic.Stack`1 DG.Tweening.Core.TweenManager::_PooledSequences Stack_1_t5BFE231094D4C21C56F26E6EE0BC9A194AD9A5B6* ____PooledSequences_23; // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::_KillList List_1_tDA2C18E15C40590123A37DABB6D0D9AEB77A3BBD* ____KillList_24; // System.Int32 DG.Tweening.Core.TweenManager::_maxActiveLookupId int32_t ____maxActiveLookupId_25; // System.Boolean DG.Tweening.Core.TweenManager::_requiresActiveReorganization bool ____requiresActiveReorganization_26; // System.Int32 DG.Tweening.Core.TweenManager::_reorganizeFromId int32_t ____reorganizeFromId_27; // System.Int32 DG.Tweening.Core.TweenManager::_minPooledTweenerId int32_t ____minPooledTweenerId_28; // System.Int32 DG.Tweening.Core.TweenManager::_maxPooledTweenerId int32_t ____maxPooledTweenerId_29; }; // DG.Tweening.TweenParams struct TweenParams_t0BF9382130164497B9A5A19076149D1CEDC697DA : public RuntimeObject { // System.Object DG.Tweening.TweenParams::id RuntimeObject* ___id_1; // System.Object DG.Tweening.TweenParams::target RuntimeObject* ___target_2; // DG.Tweening.UpdateType DG.Tweening.TweenParams::updateType int32_t ___updateType_3; // System.Boolean DG.Tweening.TweenParams::isIndependentUpdate bool ___isIndependentUpdate_4; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onStart TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onStart_5; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onPlay TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onPlay_6; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onRewind TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onRewind_7; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onUpdate TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onUpdate_8; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onStepComplete TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onStepComplete_9; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onComplete TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onComplete_10; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onKill TweenCallback_t7C8B8A38E7B30905FF1B83C943256EF23617BB24* ___onKill_11; // DG.Tweening.TweenCallback`1 DG.Tweening.TweenParams::onWaypointChange TweenCallback_1_tF0ADCA0C226C9C243ACB55E67D852E4BB53AEB67* ___onWaypointChange_12; // System.Boolean DG.Tweening.TweenParams::isRecyclable bool ___isRecyclable_13; // System.Boolean DG.Tweening.TweenParams::isSpeedBased bool ___isSpeedBased_14; // System.Boolean DG.Tweening.TweenParams::autoKill bool ___autoKill_15; // System.Int32 DG.Tweening.TweenParams::loops int32_t ___loops_16; // DG.Tweening.LoopType DG.Tweening.TweenParams::loopType int32_t ___loopType_17; // System.Single DG.Tweening.TweenParams::delay float ___delay_18; // System.Boolean DG.Tweening.TweenParams::isRelative bool ___isRelative_19; // DG.Tweening.Ease DG.Tweening.TweenParams::easeType int32_t ___easeType_20; // DG.Tweening.EaseFunction DG.Tweening.TweenParams::customEase EaseFunction_t0F945D9D726B0915C5FBF30862E987EC3AC12A04* ___customEase_21; // System.Single DG.Tweening.TweenParams::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_22; // System.Single DG.Tweening.TweenParams::easePeriod float ___easePeriod_23; }; struct TweenParams_t0BF9382130164497B9A5A19076149D1CEDC697DA_StaticFields { // DG.Tweening.TweenParams DG.Tweening.TweenParams::Params TweenParams_t0BF9382130164497B9A5A19076149D1CEDC697DA* ___Params_0; }; // DG.Tweening.TweenSettingsExtensions struct TweenSettingsExtensions_t633F1D7D5B2C6D63B9331B5E0B63A14326F4F426 : public RuntimeObject { }; // 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.UIElements.StylePropertyAnimationSystem/Values struct Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 : public RuntimeObject { }; // System.Threading.Tasks.TaskToApm/TaskWrapperAsyncResult struct TaskWrapperAsyncResult_t4C6D1512204E29D09826CD904C9ACB9981D57CEB : public RuntimeObject { // System.Threading.Tasks.Task System.Threading.Tasks.TaskToApm/TaskWrapperAsyncResult::Task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___Task_0; // System.Object System.Threading.Tasks.TaskToApm/TaskWrapperAsyncResult::_state RuntimeObject* ____state_1; // System.Boolean System.Threading.Tasks.TaskToApm/TaskWrapperAsyncResult::_completedSynchronously bool ____completedSynchronously_2; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Background> struct AnimationDataSet_2_t07C050B2EAC67E726A0EDE08E5279AEDE10CD2E1 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t4FC6419C796BBADFEC77D9CB97A3FB7B1C6D5CB8* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style BackgroundU5BU5D_t29762095DD694E79A85A59135735FF02E54C4B46* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.Color> struct AnimationDataSet_2_t5C2C52995428480EE498ED27BBDAFCCE55045703 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tDFE3104887D7AEB406BC646123D7C8AA698EB58A* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.FontDefinition> struct AnimationDataSet_2_t484294514C51AC5E0E440CDA5AF2A1043C53E0FC { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t568C72D6625FA05F854FF86F02910C531D98B72E* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style FontDefinitionU5BU5D_t31BDC3E2D72918B36F815F95F7CBA1F057E3DA39* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,System.Int32> struct AnimationDataSet_2_t4DB9D41C1AF8039FC6D44B76F29446F2BEC85A14 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t920355EC41DECEE4E1D5688CEA971923802FC9A3* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Length> struct AnimationDataSet_2_tC6CE5153E3EAA98BB106BC6F00B2A9DE6FD23D69 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tE2C14BF5968870FDDD993014F93FDE3FC5572837* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style LengthU5BU5D_t6E92E14664BA86924824C32A0BBE10AEC53C7FAE* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,System.Object> struct AnimationDataSet_2_t2AB6B1DCEF83474EFD60DF81EB5AC7788DA9AEE1 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t543192ACC732EF0DB4B419407C24CD12260A485B* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Rotate> struct AnimationDataSet_2_tC89D9008D3FFA8DFDC3145842EFEC11F9D8EBEAC { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t4EA7859B72A26B20006E0BD02EC63611C4C71485* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style RotateU5BU5D_tD482C518713DEC5763C34C827A9B6DB565776772* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Scale> struct AnimationDataSet_2_tF4CF89DB617BD2ACE24400B864B2FB32EADB9D04 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tF2D26ADE6FCC1E97FB2FFC1DC56D63F08E711A3C* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style ScaleU5BU5D_tE608175710457D7343DD849244BF59B58157F0EF* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,System.Single> struct AnimationDataSet_2_t37FCD741F1DDE73FBF7D33FB969BB39D5F0EB530 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t60D6EDC5438323017497721F3A8E4A0376F2B741* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.TextShadow> struct AnimationDataSet_2_t41E105586D98932D715A57A47A3E21B5C3A7B340 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t8EE2FFAAC9B7C301CF4690109183A2EFDFC5A20F* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style TextShadowU5BU5D_tF37C87EBD3D8745BEDABCE2EA499DE16C15B5D8C* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.TransformOrigin> struct AnimationDataSet_2_t4532152E7A78B3E14F61FA9CA7C80BC1C3269D33 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tB3A736D4DE7E747B7C1B6CA7B36EB41FA6207653* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style TransformOriginU5BU5D_t0BDBC9C8F1888009152284DC2903B3C289F826DA* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Translate> struct AnimationDataSet_2_t9D395E96FBE02DA4D17B2E175F9B5C297C1BBAA8 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tFD0240910F0FF75CC94A141EDE346043BD9C179C* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style TranslateU5BU5D_t9199DFD72A8EC5FA4C33D75E5F85242F9F97E358* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t0DDECCB612303E94B577E5978AB4B36B5192AFB1* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t05E5B46314C503F32CE3258CA1AF9DF73160F79D { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t03C8C38B8DBF52B9A23FB2B77BEC41E63D4A3994* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t73BFD33363F897414B879236BE0A0DCA6962B9AB* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t45DAD27FEA03547B7581715461816FA37E7EC651* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t85603CE9660948961D59A0333F6A6309C7BB17FF { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t9253C6811381B1932706D115D067841C7175C077* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tDA10AD1016A9574B39F73BE1DBE2E3A55720EAA9* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t45555A77E9CCB1712AFAC90FC398811D0DFC89D0 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_tA5BE0E019AB587A0072682D5535D2295EC6F04B9* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t8ACFC9D6C572747CB5326B98E34DEE3AC989D876* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t1BF178588B6708AE2B0B1E189EA53A67F8B421FB { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t86A2877F21E58289C845548B2244BFCA090918B1* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t93B88656D82161E5A58053D74E6C823720B88361* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t0C85CDF29C591FFB68A31A73E030182698C727FA { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t295398C1274FE0EB846F0554EBF4EF36A80BCDBE { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t6CCD1B60CF99FF9003A6D1D5C5902EC074711A32 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t370B0476A79A76456F04BA6664A963CC579E9CD0* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t73D276E94B9F65AFF0A22B0D465D05D5E9438F5E* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t9B3435A0C6251F2602B478702F4F7EC8CEDBC437 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t51062A50DDCEFF7458A164F033D211C9E0701513 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t22FC41AC7166F393727321C212FD541AA7DC4880 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.Timeline.IntervalTree`1/Entry struct Entry_t2EBE8F0B2EC8789846CCD693457A5504B953A43E { // System.Int64 UnityEngine.Timeline.IntervalTree`1/Entry::intervalStart int64_t ___intervalStart_0; // System.Int64 UnityEngine.Timeline.IntervalTree`1/Entry::intervalEnd int64_t ___intervalEnd_1; // T UnityEngine.Timeline.IntervalTree`1/Entry::item RuntimeObject* ___item_2; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current RuntimeObject* ____current_3; }; // 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; }; // System.Memory`1 struct Memory_1_tB7CEF4416F5014E364267478CEF016A4AC5C0036 { // System.Object System.Memory`1::_object RuntimeObject* ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t56F63672B8E752B13E0BBBBD034BA3C1F6CFDC17_marshaled_pinvoke_define #define Memory_1_t56F63672B8E752B13E0BBBBD034BA3C1F6CFDC17_marshaled_pinvoke_define struct Memory_1_t56F63672B8E752B13E0BBBBD034BA3C1F6CFDC17_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t56F63672B8E752B13E0BBBBD034BA3C1F6CFDC17_marshaled_com_define #define Memory_1_t56F63672B8E752B13E0BBBBD034BA3C1F6CFDC17_marshaled_com_define struct Memory_1_t56F63672B8E752B13E0BBBBD034BA3C1F6CFDC17_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Unity.Collections.NativeArray`1 struct NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D { // 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_t0783F5E3C7AF6C600A6A20DA7A32D82CA836528D { // 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_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_tBDD0B6C963222DE23BD34911416213E058F9FBAF { // 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_t4B5C42A704ED060AB92A8716135FE435B1E6C23A { // 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.Nullable`1 struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value bool ___value_1; }; // System.Nullable`1 struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 { // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo struct ResourceLogInfo_t1FA44296E83BFFF7118C3D41B7D2550D7B0AF8DB { // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo::name String_t* ___name_0; // System.Int64 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo::size int64_t ___size_1; }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo #ifndef ResourceLogInfo_tD44FBA10E9FF961EF9ADD4E98C987231C2CC2C1B_marshaled_pinvoke_define #define ResourceLogInfo_tD44FBA10E9FF961EF9ADD4E98C987231C2CC2C1B_marshaled_pinvoke_define struct ResourceLogInfo_tD44FBA10E9FF961EF9ADD4E98C987231C2CC2C1B_marshaled_pinvoke { char* ___name_0; int64_t ___size_1; }; #endif // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo #ifndef ResourceLogInfo_tD44FBA10E9FF961EF9ADD4E98C987231C2CC2C1B_marshaled_com_define #define ResourceLogInfo_tD44FBA10E9FF961EF9ADD4E98C987231C2CC2C1B_marshaled_com_define struct ResourceLogInfo_tD44FBA10E9FF961EF9ADD4E98C987231C2CC2C1B_marshaled_com { Il2CppChar* ___name_0; int64_t ___size_1; }; #endif // 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; }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 { // T[] TMPro.TMP_TextProcessingStack`1::itemStack FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 { // T[] TMPro.TMP_TextProcessingStack`1::itemStack HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C { // T[] TMPro.TMP_TextProcessingStack`1::itemStack Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 { // T[] TMPro.TMP_TextProcessingStack`1::itemStack SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem float ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C { // T[] TMPro.TMP_TextProcessingStack`1::itemStack TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t6207F4E776722AC1BA32517028D30E6E3071F48E { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_0; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t0B808409CD8201F13AAC85F29D646518C4857BEA { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_0; }; // System.Threading.Tasks.Task`1> struct Task_1_t8923214371A3F5BC070C6DE37A05405486B5D868 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_result_22; }; struct Task_1_t8923214371A3F5BC070C6DE37A05405486B5D868_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t6D562D6E02741F0C7D98C590754714C6D6429450* ___s_defaultFactory_23; }; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_22; }; struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0* ___s_defaultFactory_23; }; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_22; }; struct Task_1_t4C228DE57804012969575431CFF12D57C875552D_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3* ___s_defaultFactory_23; }; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject* ___m_result_22; }; struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* ___s_defaultFactory_23; }; // System.ValueTuple`1 struct ValueTuple_1_tBFF71B8F72F9D197DB09CFE88F0C8C7FE97CEF75 { // T1 System.ValueTuple`1::Item1 bool ___Item1_0; }; // System.ValueTuple`2 struct ValueTuple_2_tD9DCD90C6490444503B936F72B6882564ED11825 { // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject* ___Item2_1; }; // System.ValueTuple`2 struct ValueTuple_2_tC57529B8C1EE84CA3D138FBE3836C013C6DC40AC { // T1 System.ValueTuple`2::Item1 RuntimeObject* ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; }; // System.ValueTuple`3 struct ValueTuple_3_tFD2ADB3DA89E958885034AAFEF1ABDA8C814D987 { // T1 System.ValueTuple`3::Item1 RuntimeObject* ___Item1_0; // T2 System.ValueTuple`3::Item2 int32_t ___Item2_1; // T3 System.ValueTuple`3::Item3 int32_t ___Item3_2; }; // 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.Angle struct Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC { // System.Single UnityEngine.UIElements.Angle::m_Value float ___m_Value_0; // UnityEngine.UIElements.Angle/Unit UnityEngine.UIElements.Angle::m_Unit int32_t ___m_Unit_1; }; // UnityEngine.AnimatorClipInfo struct AnimatorClipInfo_t0C913173594C893E36282602F54ABD06AC1CFA03 { // System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID int32_t ___m_ClipInstanceID_0; // System.Single UnityEngine.AnimatorClipInfo::m_Weight float ___m_Weight_1; }; // LitJson.ArrayMetadata struct ArrayMetadata_tACCCBD1B8815EDDC21759548BA3FD120086DAA7D { // System.Type LitJson.ArrayMetadata::element_type Type_t* ___element_type_0; // System.Boolean LitJson.ArrayMetadata::is_array bool ___is_array_1; // System.Boolean LitJson.ArrayMetadata::is_list bool ___is_list_2; }; // Native definition for P/Invoke marshalling of LitJson.ArrayMetadata struct ArrayMetadata_tACCCBD1B8815EDDC21759548BA3FD120086DAA7D_marshaled_pinvoke { Type_t* ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // Native definition for COM marshalling of LitJson.ArrayMetadata struct ArrayMetadata_tACCCBD1B8815EDDC21759548BA3FD120086DAA7D_marshaled_com { Type_t* ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // 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; }; struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields { // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid_0; }; // UnityEngine.UIElements.Background struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 { // UnityEngine.Texture2D UnityEngine.UIElements.Background::m_Texture Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0; // UnityEngine.Sprite UnityEngine.UIElements.Background::m_Sprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1; // UnityEngine.RenderTexture UnityEngine.UIElements.Background::m_RenderTexture RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2; // UnityEngine.UIElements.VectorImage UnityEngine.UIElements.Background::m_VectorImage VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Background struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.Background struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED { // System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields { // System.Action`1 System.Threading.CancellationToken::s_actionToActionObjShunt Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt_1; }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // 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; }; }; }; // DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t9F2151E3A21F3FE2A41BEEF7D288D670C2685F39 { // System.Boolean DG.Tweening.Plugins.Options.ColorOptions::alphaOnly bool ___alphaOnly_0; }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t9F2151E3A21F3FE2A41BEEF7D288D670C2685F39_marshaled_pinvoke { int32_t ___alphaOnly_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t9F2151E3A21F3FE2A41BEEF7D288D670C2685F39_marshaled_com { int32_t ___alphaOnly_0; }; // 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; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { // System.Int32[] System.DateTime::s_daysToMonth365 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30; // System.Int32[] System.DateTime::s_daysToMonth366 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31; // System.DateTime System.DateTime::MinValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32; // System.DateTime System.DateTime::MaxValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33; // System.DateTime System.DateTime::UnixEpoch DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34; }; // 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; }; }; }; struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields { // System.Decimal System.Decimal::Zero Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3; // System.Decimal System.Decimal::One Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4; // System.Decimal System.Decimal::MinusOne Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5; // System.Decimal System.Decimal::MaxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6; // System.Decimal System.Decimal::MinValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7; }; // UnityEngine.UIElements.StyleSheets.Dimension struct Dimension_t5B1EAB500AE32C3789A2BCC4D43F7A29996DF3F8 { // UnityEngine.UIElements.StyleSheets.Dimension/Unit UnityEngine.UIElements.StyleSheets.Dimension::unit int32_t ___unit_0; // System.Single UnityEngine.UIElements.StyleSheets.Dimension::value float ___value_1; }; // UnityEngine.Timeline.DiscreteTime struct DiscreteTime_t1598D60B0B2432F702E2A6120D04369EE54600A6 { // System.Int64 UnityEngine.Timeline.DiscreteTime::m_DiscreteTime int64_t ___m_DiscreteTime_2; }; struct DiscreteTime_t1598D60B0B2432F702E2A6120D04369EE54600A6_StaticFields { // UnityEngine.Timeline.DiscreteTime UnityEngine.Timeline.DiscreteTime::kMaxTime DiscreteTime_t1598D60B0B2432F702E2A6120D04369EE54600A6 ___kMaxTime_1; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // UnityEngine.Rendering.Universal.DoublePoint struct DoublePoint_t446FD90BD115DB77200658E482706463B1E514AF { // System.Double UnityEngine.Rendering.Universal.DoublePoint::X double ___X_0; // System.Double UnityEngine.Rendering.Universal.DoublePoint::Y double ___Y_1; }; // UnityEngine.UIElements.EasingFunction struct EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4 { // UnityEngine.UIElements.EasingMode UnityEngine.UIElements.EasingFunction::m_Mode int32_t ___m_Mode_0; }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // 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 { }; // UnityEngine.TextCore.FaceInfo struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 { // System.Int32 UnityEngine.TextCore.FaceInfo::m_FaceIndex int32_t ___m_FaceIndex_0; // System.String UnityEngine.TextCore.FaceInfo::m_FamilyName String_t* ___m_FamilyName_1; // System.String UnityEngine.TextCore.FaceInfo::m_StyleName String_t* ___m_StyleName_2; // System.Int32 UnityEngine.TextCore.FaceInfo::m_PointSize int32_t ___m_PointSize_3; // System.Single UnityEngine.TextCore.FaceInfo::m_Scale float ___m_Scale_4; // System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight float ___m_LineHeight_5; // System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine float ___m_AscentLine_6; // System.Single UnityEngine.TextCore.FaceInfo::m_CapLine float ___m_CapLine_7; // System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine float ___m_MeanLine_8; // System.Single UnityEngine.TextCore.FaceInfo::m_Baseline float ___m_Baseline_9; // System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine float ___m_DescentLine_10; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset float ___m_SuperscriptOffset_11; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize float ___m_SuperscriptSize_12; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset float ___m_SubscriptOffset_13; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize float ___m_SubscriptSize_14; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset float ___m_UnderlineOffset_15; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness float ___m_UnderlineThickness_16; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset float ___m_StrikethroughOffset_17; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness float ___m_StrikethroughThickness_18; // System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth float ___m_TabWidth_19; }; // Native definition for P/Invoke marshalling of UnityEngine.TextCore.FaceInfo struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_pinvoke { int32_t ___m_FaceIndex_0; char* ___m_FamilyName_1; char* ___m_StyleName_2; int32_t ___m_PointSize_3; float ___m_Scale_4; float ___m_LineHeight_5; float ___m_AscentLine_6; float ___m_CapLine_7; float ___m_MeanLine_8; float ___m_Baseline_9; float ___m_DescentLine_10; float ___m_SuperscriptOffset_11; float ___m_SuperscriptSize_12; float ___m_SubscriptOffset_13; float ___m_SubscriptSize_14; float ___m_UnderlineOffset_15; float ___m_UnderlineThickness_16; float ___m_StrikethroughOffset_17; float ___m_StrikethroughThickness_18; float ___m_TabWidth_19; }; // Native definition for COM marshalling of UnityEngine.TextCore.FaceInfo struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_com { int32_t ___m_FaceIndex_0; Il2CppChar* ___m_FamilyName_1; Il2CppChar* ___m_StyleName_2; int32_t ___m_PointSize_3; float ___m_Scale_4; float ___m_LineHeight_5; float ___m_AscentLine_6; float ___m_CapLine_7; float ___m_MeanLine_8; float ___m_Baseline_9; float ___m_DescentLine_10; float ___m_SuperscriptOffset_11; float ___m_SuperscriptSize_12; float ___m_SubscriptOffset_13; float ___m_SubscriptSize_14; float ___m_UnderlineOffset_15; float ___m_UnderlineThickness_16; float ___m_StrikethroughOffset_17; float ___m_StrikethroughThickness_18; float ___m_TabWidth_19; }; // DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t8A9B05DB7CF6CC90A27F300C2977D91A48B3FEF5 { // System.Boolean DG.Tweening.Plugins.Options.FloatOptions::snapping bool ___snapping_0; }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t8A9B05DB7CF6CC90A27F300C2977D91A48B3FEF5_marshaled_pinvoke { int32_t ___snapping_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t8A9B05DB7CF6CC90A27F300C2977D91A48B3FEF5_marshaled_com { int32_t ___snapping_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; }; // TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF { // System.String TMPro.FontAssetCreationSettings::sourceFontFileName String_t* ___sourceFontFileName_0; // System.String TMPro.FontAssetCreationSettings::sourceFontFileGUID String_t* ___sourceFontFileGUID_1; // System.Int32 TMPro.FontAssetCreationSettings::pointSizeSamplingMode int32_t ___pointSizeSamplingMode_2; // System.Int32 TMPro.FontAssetCreationSettings::pointSize int32_t ___pointSize_3; // System.Int32 TMPro.FontAssetCreationSettings::padding int32_t ___padding_4; // System.Int32 TMPro.FontAssetCreationSettings::packingMode int32_t ___packingMode_5; // System.Int32 TMPro.FontAssetCreationSettings::atlasWidth int32_t ___atlasWidth_6; // System.Int32 TMPro.FontAssetCreationSettings::atlasHeight int32_t ___atlasHeight_7; // System.Int32 TMPro.FontAssetCreationSettings::characterSetSelectionMode int32_t ___characterSetSelectionMode_8; // System.String TMPro.FontAssetCreationSettings::characterSequence String_t* ___characterSequence_9; // System.String TMPro.FontAssetCreationSettings::referencedFontAssetGUID String_t* ___referencedFontAssetGUID_10; // System.String TMPro.FontAssetCreationSettings::referencedTextAssetGUID String_t* ___referencedTextAssetGUID_11; // System.Int32 TMPro.FontAssetCreationSettings::fontStyle int32_t ___fontStyle_12; // System.Single TMPro.FontAssetCreationSettings::fontStyleModifier float ___fontStyleModifier_13; // System.Int32 TMPro.FontAssetCreationSettings::renderMode int32_t ___renderMode_14; // System.Boolean TMPro.FontAssetCreationSettings::includeFontFeatures bool ___includeFontFeatures_15; }; // Native definition for P/Invoke marshalling of TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_pinvoke { char* ___sourceFontFileName_0; char* ___sourceFontFileGUID_1; int32_t ___pointSizeSamplingMode_2; int32_t ___pointSize_3; int32_t ___padding_4; int32_t ___packingMode_5; int32_t ___atlasWidth_6; int32_t ___atlasHeight_7; int32_t ___characterSetSelectionMode_8; char* ___characterSequence_9; char* ___referencedFontAssetGUID_10; char* ___referencedTextAssetGUID_11; int32_t ___fontStyle_12; float ___fontStyleModifier_13; int32_t ___renderMode_14; int32_t ___includeFontFeatures_15; }; // Native definition for COM marshalling of TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_com { Il2CppChar* ___sourceFontFileName_0; Il2CppChar* ___sourceFontFileGUID_1; int32_t ___pointSizeSamplingMode_2; int32_t ___pointSize_3; int32_t ___padding_4; int32_t ___packingMode_5; int32_t ___atlasWidth_6; int32_t ___atlasHeight_7; int32_t ___characterSetSelectionMode_8; Il2CppChar* ___characterSequence_9; Il2CppChar* ___referencedFontAssetGUID_10; Il2CppChar* ___referencedTextAssetGUID_11; int32_t ___fontStyle_12; float ___fontStyleModifier_13; int32_t ___renderMode_14; int32_t ___includeFontFeatures_15; }; // UnityEngine.UIElements.FontDefinition struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C { // UnityEngine.Font UnityEngine.UIElements.FontDefinition::m_Font Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0; // UnityEngine.TextCore.Text.FontAsset UnityEngine.UIElements.FontDefinition::m_FontAsset FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.FontDefinition struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.FontDefinition struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1; }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED { // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; }; // 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; }; struct GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_StaticFields { // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___s_ZeroGlyphRect_4; }; // 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; }; // RenderHeads.Media.AVProVideo.HttpHeader struct HttpHeader_tBB03B8AEA0B7B25D6B59C1AF8E69F4679DD00A45 { // System.String RenderHeads.Media.AVProVideo.HttpHeader::name String_t* ___name_0; // System.String RenderHeads.Media.AVProVideo.HttpHeader::value String_t* ___value_1; }; // Native definition for P/Invoke marshalling of RenderHeads.Media.AVProVideo.HttpHeader struct HttpHeader_tBB03B8AEA0B7B25D6B59C1AF8E69F4679DD00A45_marshaled_pinvoke { char* ___name_0; char* ___value_1; }; // Native definition for COM marshalling of RenderHeads.Media.AVProVideo.HttpHeader struct HttpHeader_tBB03B8AEA0B7B25D6B59C1AF8E69F4679DD00A45_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___value_1; }; // UnityEngine.InputSystem.InputBinding struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 { // System.String UnityEngine.InputSystem.InputBinding::m_Name String_t* ___m_Name_2; // System.String UnityEngine.InputSystem.InputBinding::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputBinding::m_Path String_t* ___m_Path_4; // System.String UnityEngine.InputSystem.InputBinding::m_Interactions String_t* ___m_Interactions_5; // System.String UnityEngine.InputSystem.InputBinding::m_Processors String_t* ___m_Processors_6; // System.String UnityEngine.InputSystem.InputBinding::m_Groups String_t* ___m_Groups_7; // System.String UnityEngine.InputSystem.InputBinding::m_Action String_t* ___m_Action_8; // UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags int32_t ___m_Flags_9; // System.String UnityEngine.InputSystem.InputBinding::m_OverridePath String_t* ___m_OverridePath_10; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions String_t* ___m_OverrideInteractions_11; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors String_t* ___m_OverrideProcessors_12; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke { char* ___m_Name_2; char* ___m_Id_3; char* ___m_Path_4; char* ___m_Interactions_5; char* ___m_Processors_6; char* ___m_Groups_7; char* ___m_Action_8; int32_t ___m_Flags_9; char* ___m_OverridePath_10; char* ___m_OverrideInteractions_11; char* ___m_OverrideProcessors_12; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com { Il2CppChar* ___m_Name_2; Il2CppChar* ___m_Id_3; Il2CppChar* ___m_Path_4; Il2CppChar* ___m_Interactions_5; Il2CppChar* ___m_Processors_6; Il2CppChar* ___m_Groups_7; Il2CppChar* ___m_Action_8; int32_t ___m_Flags_9; Il2CppChar* ___m_OverridePath_10; Il2CppChar* ___m_OverrideInteractions_11; Il2CppChar* ___m_OverrideProcessors_12; }; // UnityEngine.XR.InputDevice struct InputDevice_t882EE3EE8A71D8F5F38BA3F9356A49F24510E8BD { // System.UInt64 UnityEngine.XR.InputDevice::m_DeviceId uint64_t ___m_DeviceId_0; // System.Boolean UnityEngine.XR.InputDevice::m_Initialized bool ___m_Initialized_1; }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputDevice struct InputDevice_t882EE3EE8A71D8F5F38BA3F9356A49F24510E8BD_marshaled_pinvoke { uint64_t ___m_DeviceId_0; int32_t ___m_Initialized_1; }; // Native definition for COM marshalling of UnityEngine.XR.InputDevice struct InputDevice_t882EE3EE8A71D8F5F38BA3F9356A49F24510E8BD_marshaled_com { uint64_t ___m_DeviceId_0; int32_t ___m_Initialized_1; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F { // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // UnityEngine.InputSystem.LowLevel.InputEventPtr struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 { // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0; }; // 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; }; // UnityEngine.Rendering.Universal.IntPoint struct IntPoint_t2AA3A6066E5DF1400D3A9CFA2F8E84A82132174A { // System.Int64 UnityEngine.Rendering.Universal.IntPoint::N int64_t ___N_0; // System.Int64 UnityEngine.Rendering.Universal.IntPoint::X int64_t ___X_1; // System.Int64 UnityEngine.Rendering.Universal.IntPoint::Y int64_t ___Y_2; // System.Int64 UnityEngine.Rendering.Universal.IntPoint::D int64_t ___D_3; // System.Double UnityEngine.Rendering.Universal.IntPoint::NX double ___NX_4; // System.Double UnityEngine.Rendering.Universal.IntPoint::NY double ___NY_5; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 { // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.Timeline.IntervalTreeNode struct IntervalTreeNode_tDAA7D63276D62CD178C91CC7DF932C97896332EC { // System.Int64 UnityEngine.Timeline.IntervalTreeNode::center int64_t ___center_0; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::first int32_t ___first_1; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::last int32_t ___last_2; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::left int32_t ___left_3; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::right int32_t ___right_4; }; // 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.TextCore.Text.LinkInfo struct LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8 { // System.Int32 UnityEngine.TextCore.Text.LinkInfo::hashCode int32_t ___hashCode_0; // System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkIdFirstCharacterIndex int32_t ___linkIdFirstCharacterIndex_1; // System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkIdLength int32_t ___linkIdLength_2; // System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkTextfirstCharacterIndex int32_t ___linkTextfirstCharacterIndex_3; // System.Int32 UnityEngine.TextCore.Text.LinkInfo::linkTextLength int32_t ___linkTextLength_4; // System.Char[] UnityEngine.TextCore.Text.LinkInfo::linkId CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___linkId_5; }; // Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.LinkInfo struct LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_marshaled_pinvoke { int32_t ___hashCode_0; int32_t ___linkIdFirstCharacterIndex_1; int32_t ___linkIdLength_2; int32_t ___linkTextfirstCharacterIndex_3; int32_t ___linkTextLength_4; uint8_t* ___linkId_5; }; // Native definition for COM marshalling of UnityEngine.TextCore.Text.LinkInfo struct LinkInfo_tE85DDAFDFBDA635E6405C88EE4FD5941A9243DD8_marshaled_com { int32_t ___hashCode_0; int32_t ___linkIdFirstCharacterIndex_1; int32_t ___linkIdLength_2; int32_t ___linkTextfirstCharacterIndex_3; int32_t ___linkTextLength_4; uint8_t* ___linkId_5; }; // UnityEngine.UIElements.ManipulatorActivationFilter struct ManipulatorActivationFilter_t866A0295DA75EA271B30BDC1F9EEA2C4FDEB1A81 { // UnityEngine.UIElements.MouseButton UnityEngine.UIElements.ManipulatorActivationFilter::