#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_tF1C83113B027428EC02FDD6D3B91715E09E46CE9; // System.Action`1 struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53; // System.Action`1 struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C; // System.Action`1 struct Action_1_t86D072B032BE6224AE97339E11155FE3C2852631; // System.Action`1 struct Action_1_tBA3B1F047564C0FEF4668E919B719CEDF49CD3B0; // System.Action`1 struct Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6; // System.Action`1 struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404; // System.Action`1 struct Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B; // System.Action`1 struct Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA; // System.Action`1 struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Action`1 struct Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01; // System.Action`1 struct Action_1_t12BAEB5431579FAA5D01B255D10326B609682EDB; // System.Action`1 struct Action_1_t3AB036595A53604CCD8C377624B7AF476C2CEDC7; // System.Action`1 struct Action_1_tC444C22E226EED0A63BCCA5ADDE26DDA0F2D1610; // System.Action`1 struct Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A; // System.Action`1 struct Action_1_t17E52B12DC24FA6C9DD52F87043C85BEA889BB81; // System.Action`1 struct Action_1_t62EAC5F9E277F295047D93447CB6D3F81777B49C; // System.Action`2 struct Action_2_t37ED0ED2EAB11227A466ECCF5EDD0B6DF0CD695E; // System.Action`2 struct Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8; // System.Action`2 struct Action_2_t044C51A1E005E39BFDC8838F268A4348791C78FE; // System.Action`2 struct Action_2_t53203C1F481D8CB7695C3CCC612947E50642DD81; // System.Action`2 struct Action_2_tEB38DE0186D851F219502A8F5494B85C61E7A9EB; // System.Action`3 struct Action_3_t0C9658FD14112A9200C721055D1B2EA4BA2D8015; // System.Action`3 struct Action_3_tC8905E575365A1F4455CE9992CD6BD055631C05E; // System.Action`4 struct Action_4_t4AFCF24C1E430666CDC4D2B4906EBEF118CE4DCB; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB; // System.Dynamic.Utils.CacheDict`2> struct CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6; // System.Dynamic.Utils.CacheDict`2,System.Linq.Expressions.LambdaExpression>> struct CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7; // System.Dynamic.Utils.CacheDict`2 struct CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_t2AA4161DCA648D276CFE726DD08B0D55FA799D4B; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_t59730190AEEC760B97F416AC38A51AB64D67D371; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_tAB4351D85EACEBEE9040F90F3A0430C076BE372E; // System.Comparison`1 struct Comparison_1_t08F05E5982EA288B3368FA03B4763D49EFED87F0; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD1ABB0E63F077DE007695B628F1A4CC43E593377; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1F9B9B312350ECAEB55B1033969DEE8D8C6A78F1; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA1178F817CF26475E1CFC07931714B9148837ACC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA923EC8CA0D1A96AB2A52415403F3C0CB3A20A47; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4FC5FBBEB47C2A7FDE54A92E598382E02A97570F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t085D321FFFE1629BA3A62F7A3CBC29EED22EEB68; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D5C4496A22EAD3D8DD55DCDFBB4F4E9BE8311FF; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t73D7B210F00FD83B4F194279B052C32E9FCB1D04; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t103D0AE280060A707280D1A6221B0F0DB05F988E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDA0343B8AB450CA45F3B2928527148CAEC195202; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tF3CF45C4986F28ABE1FAD0935522BEF2D9E0AFA0; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tD901EC1C0BD4CF7EFE99A174D1F5018E2EC19929; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t61A24BC52E7190F59F99754B982FE10C74D2DD01; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3037EFA08A290C6E53EA7FE921F5067CB97C9BAE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA42794065062A1F618BC324141E216CEDA748815; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCAAF57FF731CF7E9CEC738A6E8400D208C1066EE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t93CDF0F4011A5A3024EB73A492F9512E3046EACB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t5EBF5D901B03BAA73BBA380BA0BAE56606A6F0E3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF7D7DED58466FC14F556ABC9A687C2F805A48806; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCF3172316536403A3A5E255305EF0BD382D128E2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t27B3EBF02A6B2C57A2BFCEE775E32208D70EF902; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1DFDA436532AA3D0B30D907014ED6A6EE883ECFC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9D8B45902B8598ACAD4237662899105022C27857; // System.Collections.Generic.EqualityComparer`1> struct EqualityComparer_1_tA86A51ABAEF3B79540C96CC647F63A249C1EBF0D; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2; // UnityEngine.UIElements.EventCallback`1> struct EventCallback_1_t0FE3F70E94CC4C4904A9F1C171A3DE56EE41F103; // UnityEngine.UIElements.EventCallback`1> struct EventCallback_1_t0FE340C14352510E0EB8F8F5DD92B45DB63B6483; // UnityEngine.UIElements.EventCallback`1> struct EventCallback_1_t4FC683FD40564304A8A351F88D0698DAF61F8A8A; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t5B9F26DC56564B82AEF63D8AFEEEADBAB365F403; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t9FDF6DF173D42030EFE70318BF2408968D3E65CA; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t761440E218DEDDDF4267213CA0E8B1C52C858690; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t37D97D8E7BDC68938191F138BFE31C7BEFCF855E; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tB3864D36512C3A896DAC44E898E5D9E1A92CB733; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t33BA7CA3F9202146F70BE77589CE24F7451C584C; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t7DFDB0A0C9926E06BF7870695CD48A0533DFABAD; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2A3D445A0300FDC32D29761DDFBBBFC30426F013; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t586168BFEFD0CF29A2B706B5411BF712BD73359E; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t00024D26E9CCD074EEBC25568B0383863A4CF117; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t5633AE56FD3D84C5E9E07AC717AF53435DA593C9; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tA70AAFA2BD47CD0A094BCB586E2EA3E04C5F8916; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t86320D8073B1F956C9EE0FB8749277DDE7C1DE06; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t919A3841A202FB8C678BC0172FAB7E2F79B88AD8; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t048C55D455059C49F0AFD58FA503F7A552C3DB65; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tD8870260CD9964C568C228D51BBD578A792137EA; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tEF0BF5C5A27323118905EB07330A8EF108FED92F; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tB9684C6044C44F9A8317A5E5A9A3C1C0376A4678; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t297B5C47242D1B98BEC955E2804FA142B43E7927; // System.Linq.Expressions.Expression`1 struct Expression_1_t63D438A2F366BA0B43CCDBBFCE66D131C313A7D7; // System.Func`1 struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Func`2,System.ValueTuple`2> struct Func_2_t4847DFE1EF6D7C84AAF9EF03BEA2117DF7233943; // System.Func`2,System.Boolean> struct Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858; // System.Func`2,System.Char> struct Func_2_t9373D63E56E9986B67D78874EDB3409836CDC133; // System.Func`2,System.Guid> struct Func_2_tA5BB2A6EBD01C0A257FA9DA974A4EADE89CAE4DF; // System.Func`2,System.Object> struct Func_2_tF42287527472FA89789873F068A87C60A00EC7D3; // System.Func`2,System.Single> struct Func_2_t50D381646417815AE6260BF1F4F2B3B50CE23B97; // System.Func`2,UnityEngine.Vector2> struct Func_2_tDF374B4046E66364AB5F0C56449275D0B99BAFD8; // System.Func`2,UnityEngine.Vector3> struct Func_2_t383ACA034986FB526C2536401996EF1CC0889958; // System.Func`2,UnityEngine.Vector4> struct Func_2_t756C971CC335E41E8726C19CC1971D0F93A0E08B; // System.Func`2,System.Boolean> struct Func_2_t852072CDFF0303D1154452D6964FAC8D36FAE7C4; // System.Func`2,System.Object> struct Func_2_t8A34ED5AC2D135095660313CD2024E3E2548CB8A; // System.Func`2> struct Func_2_t3707BF5524E02A1FADDB41C11D1BFCB6ECC50809; // System.Func`2> struct Func_2_tBE87859D0D9C6063A0D42AAC2974C32F87CDB861; // System.Func`2 struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F; // System.Func`2 struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630; // System.Func`2 struct Func_2_tFEAFE05686AA0495510E000FC24FEC2C845C0FBB; // System.Func`2 struct Func_2_t5D51F6431829ECE65F21B86CCE9ADC804041865E; // System.Func`2 struct Func_2_tEDCDCD7BE3F7A4F5A742A5FD711EA63155BC825E; // System.Func`2 struct Func_2_tAF4123F8D69F1A665BBB864E1C97131C05AEBBEB; // System.Func`2 struct Func_2_t751E090C9CCEDFE7DACDE13E290E3110D3EE28AA; // System.Func`2 struct Func_2_tC5B959A6DD6FDE84607DD9ECC529B9BE485C63C5; // System.Func`2> struct Func_2_tF56DF5480E243FCDF894BF58102BE74409D47665; // System.Func`2 struct Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821; // System.Func`2 struct Func_2_tEB5270271440F5524FC38C37B6ADABD8B1944ACD; // System.Func`2 struct Func_2_t3FE56BC6263D5B6DC5EC4029CBF5D3C13E3ABCD5; // System.Func`2 struct Func_2_tF12503C33FD184E465546C31F324F4C344B8975A; // System.Func`2 struct Func_2_t6F8F3763B94FF54CC94B682CC9FFCE38435E5975; // System.Func`2 struct Func_2_t2E0F87DDF5C79A1BF0E72E4A32070498DDB63C30; // System.Func`2 struct Func_2_t28BDEE0BBB0AF3832E1676D6ABB65EDA5546306B; // System.Func`2 struct Func_2_t20F329C9D47892E84BBF9A1B0EF63A1B4785E890; // System.Func`2>> struct Func_2_tDD6BEA13E3DC18AE782C81E53A726912588B3B16; // System.Func`2> struct Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1; // System.Func`2> struct Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0; // System.Func`2 struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00; // System.Func`2 struct Func_2_tA8F6CB924B4548E42010325397F16C187C098225; // System.Func`2 struct Func_2_t615C91B75B6D7B4E70D5080F4EE82DFCD6B6B069; // System.Func`2 struct Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838; // System.Func`2 struct Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`2 struct Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12; // System.Func`2 struct Func_2_tB86D019F1289E2D123C00796B373933613385952; // System.Func`2 struct Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4; // System.Func`2 struct Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E; // System.Func`2 struct Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302; // System.Func`2 struct Func_2_t49E998685259ADE759F9329BF66F20DE8667006E; // System.Func`2 struct Func_2_t378757FF082427448349A80CC63683B50DA787D3; // System.Func`2> struct Func_2_tC496704D554895234B1360058C5CC2D901C24957; // System.Func`2 struct Func_2_t7E7216694EE7A991563EC30D68D86C597BF2A56A; // System.Func`2 struct Func_2_t03FEFF7E970434A482A3A0FC41B48727066FB15C; // System.Func`2 struct Func_2_t77FA9C1683C0E1C9EAB1F170DF3C99ACB681C844; // System.Func`2 struct Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD; // System.Func`2 struct Func_2_t1DF9A6EF4754198AEEA5C4062DCC2D163ACDDA9D; // System.Func`2 struct Func_2_tE58FFCA3E7D1699580A0C27FAFD702E828AC651E; // System.Func`2 struct Func_2_t208A44437DC9E09577E7BBCC73E296265723730A; // System.Func`2 struct Func_2_t264165A1230ACB392CC4F13E8C39F1A315308B40; // System.Func`2 struct Func_2_t8B45F86AD27A9D8326FA522C45CA74669CD4CDF9; // System.Func`2 struct Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA; // System.Func`2 struct Func_2_t69265D7FBC2C3636F8EC4F844AE44F2CA605B56E; // System.Func`2 struct Func_2_t6F0E9D3F3FD9400677A87178B87ABAE9E0497DA9; // System.Func`3 struct Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566; // System.Func`3 struct Func_3_tD7872B3AA6B766CCE180AA90881C2CF2663CCA7E; // System.Func`3 struct Func_3_tD4BC08B54D8D8F3BB8F18DF2B70F773589AF02E3; // System.Func`3 struct Func_3_t74402C59F71D80CCF3A73645CAF4276F7F625E76; // System.Func`3 struct Func_3_tB38CFA2B03A052C237D2DF7974738D0E021CCD2D; // System.Func`3 struct Func_3_t496BD39F99494741E19064E8CB2E3790E925E757; // System.Func`3 struct Func_3_t6A5C49CDFBC10B2FAE4899D3D39D8A3C79E76DFC; // System.Func`3 struct Func_3_t58E5056C3858798D8903B14FF810EE9F2B38CC38; // System.Func`3 struct Func_3_t49C1586DECA35B5F39BFA5E6494607C7A9683FBD; // System.Func`3 struct Func_3_tF414E7583BB912F566F79F6BA83505A7F2C3C41A; // System.Func`3 struct Func_3_tAD065C32138D70F99F7E8D8BBF25867D55236464; // System.Func`4 struct Func_4_t3BDE3CA92565203F02E9E075D380C15E3C5964EE; // System.Func`4 struct Func_4_tA5546A90ACF2FBA116ECAAEB518084F68FC2040A; // System.Collections.Generic.HashSet`1> struct HashSet_1_t76783329407A13B928891EECA30140A2082D95CB; // System.Collections.Generic.HashSet`1> struct HashSet_1_t5CAE38889F2313A02A552072847532DC443342B7; // System.Collections.Generic.HashSet`1> struct HashSet_1_tFDA39169D9C6970C067C13BC43A659E8E7349DF9; // System.Collections.Generic.HashSet`1> struct HashSet_1_tF3E348B886A2127B3454B0F45C295D0B8F391FF7; // System.Collections.Generic.HashSet`1> struct HashSet_1_t38B7FE62B129B426F21562CAED3744B2548DB235; // System.Collections.Generic.HashSet`1> struct HashSet_1_t5D891E10DA7AABD8B7C5568F30B94255C84984F4; // System.Collections.Generic.HashSet`1> struct HashSet_1_t7C8B84DD2939A7C3D90B4C3CC2D2DCB9143D1386; // System.Collections.Generic.HashSet`1> struct HashSet_1_tBB17590C0098D3B9D26999089EDCD3989F9FAB4B; // System.Collections.Generic.HashSet`1> struct HashSet_1_t507FB6E877CFA14A3FA892AEE3DCD023D8238D79; // System.Collections.Generic.HashSet`1> struct HashSet_1_t22A110507176795CB8335234668911AC16DB52A9; // System.Collections.Generic.HashSet`1> struct HashSet_1_t939F040B907E9A156564420F62C340EAD172D14E; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC9EAB32D48234B1DC8EDC7128D40FC1EA7F420ED; // System.Collections.Generic.HashSet`1 struct HashSet_1_t015F1F38EE02675ACF63C72E1E1D832249BB06DA; // System.Collections.Generic.HashSet`1 struct HashSet_1_t78612646388239F6E7838296D69B92AB4126F7BD; // System.Collections.Generic.HashSet`1 struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885; // System.Collections.Generic.HashSet`1 struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178; // System.Collections.Generic.HashSet`1 struct HashSet_1_tAE2F12E55878645F5BE7C4D5603228A6FAB429C7; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A; // System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2 struct HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200; // System.Collections.Generic.ICollection`1 struct ICollection_1_tAEF1C056C36E7D5FEA74D8B3050426267827D51F; // System.Collections.Generic.ICollection`1 struct ICollection_1_tD7413105CA5DBF6629BE5E9EE453204D7C0D90FB; // System.Collections.Generic.IComparer`1 struct IComparer_1_t4483F9B9F43C7B0F8D4FEEAE12FAFDD3F9CF81FD; // System.Collections.Generic.IComparer`1 struct IComparer_1_tC0A12A847AF97F369A5CE9A0CCE71CE18EE1440E; // System.Collections.Generic.IComparer`1 struct IComparer_1_t2823311A1816BF1DC53D0C642C909DD5E1804382; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t823399AD16F88CDEB25958D8CB61771376A5ADED; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t6D567E0DEED199BD9CE1CD6D0CD7AA16F2A36274; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t60509816D8966320E2A9660FC756B6C440ADFC50; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tF87C02535F5ADDDE139D4D2EE4BD06652C1791A4; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF5487DDC9BFE72D77C0A279762BD5851F02B4F03; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tB708E9C2FA823B01C747E05E9A94F71093AAE6F1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBA4259158757D7E9A55293191376A3C4C288D5DC; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t6AD47CB8BEC813E15985AA93F7394F6ECE74088A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t71A46277DBD73BD4009B2B20885D2B7057593A1A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t352FDDEA001ABE8E1D67849D2E2F3D1D75B03D41; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE925592D6CE31E7FA5349FCEE9007F3DF53409FD; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF78C5A55C1D093F0B8CD95E0247BA2EE703D9D55; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t6C47A8FE62321E6AD75C312B8549AFD2B13F0591; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t5C1E5CDFEA99062D152E83B174072FEDB9763788; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tD5C0FD17E45BB16A64310D831E29C350A184590F; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t327FF232159D9644239A65F54312F684DB7BE375; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t526C6CBBA5290F560D4704AB11CDA3D0D499F433; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t239F6ACD0FC026E7FA70965FDE161517CD367AED; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4CA3732E083480E40018894623B3C184576E5EFD; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_tB7E354D74CEDB5573977ECDFE03ECB3A83CD73E3; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t29147E890A8D8AB385B839B2B83358B09DE1295C; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_tD5382B5CC92E9F70283E6D1289D0E1212D94F637; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t288243C366EBCB8F1B787A31C97A27619694E432; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t880016CE23BF32DBE8CD6E1A91E589D96A2B8D6F; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t63BD05CF83A947EBF85E7E1C7FAFBF84CA73B86F; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_tD37B953CB6EA2F8160C7024F1FC40D3E779D1A0F; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t25D41FC806D96CB119A76A7814B2C89C7F486CF3; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t71A84B1FC20F2196913E34110977A259F752C9BB; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t7C38F36269F48FA095C2FC36A971ED411699B60B; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t86EE906528E60749E83904E38932C85DA4FB5CE3; // System.Collections.Generic.IEqualityComparer`1> struct IEqualityComparer_1_t1917DFAEEFED34DD8ABCD70B8D94473220B6783D; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3375297CFAE54310DF749A7AEE85CAD2EDF0BD3C; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t28901CA89F7C7DF3DE6229DF3A87D9B107C2FA9B; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDDAFF6D050787FED8C1C71CF045D67E5872C0EE3; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t47748D4D9DEC6A665EFD3E51CEEE9F40DA6170B0; // System.Collections.Generic.IList`1 struct IList_1_t09217E1EDF7CCAED72B667F406AAC92AB64B8790; // System.Collections.Generic.IList`1 struct IList_1_t1E95A05AFA88C09BA96A40B431F7D5867BD0D622; // System.Collections.Generic.IList`1 struct IList_1_t28EB8E755FDBFBDE88574629581245F2CF1F5FC1; // System.Collections.Generic.IList`1 struct IList_1_t3A473ADDE8C3A13D6931A7D649D4F30980C12427; // System.Collections.Generic.IList`1 struct IList_1_t6EE90D273EFCF5E7E4C37FAB712E70BB6F1B4BFF; // System.Collections.Generic.IList`1 struct IList_1_t8237764F017214FEC3BDC5BA9D72BD235EAC1402; // System.Collections.Generic.IList`1 struct IList_1_tD910B530BD31B39CA6A134DCCB6C6FB4178B2DB2; // System.Collections.Generic.IList`1 struct IList_1_tA40FD5BA18CF72298BFDB4414A2F78F841DC2859; // UnityEngine.UIElements.INotifyValueChanged`1 struct INotifyValueChanged_1_t688BCC3C6D1DB1A3415DB438063ADD73883ABF14; // UnityEngine.UIElements.INotifyValueChanged`1 struct INotifyValueChanged_1_t5609D5E7F6B98CF0A5B5391C8ECA9B69C18C4F4D; // UnityEngine.UIElements.INotifyValueChanged`1 struct INotifyValueChanged_1_t6ED9607E6FB11EC5AA9A1A4D6F6B2DEF1A7D6315; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tF01059B4E37CC5D11A61FCA09D884F07708D5829; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t0E680E8E1A4A676334F2A0C9A6F9B93135A65EAC; // System.Collections.Generic.IReadOnlyDictionary`2 struct IReadOnlyDictionary_2_t38BAE2A79A8C85F8795E24CF5DB231156D5A3B66; // System.Collections.Generic.IReadOnlyList`1 struct IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t435768D0975E0BFD98989F752B7189D2EAF67F34; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB7FB8B930258E089DF6A6020A83FAA2D267D9892; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t789F3FBD1B0DF766FD867E4CC52C95E2FF810231; // System.Collections.Generic.List`1> struct List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927; // System.Collections.Generic.List`1> struct List_1_t8A1639802238DEF3222B6CBBC0DEF0B4B5F350EB; // System.Collections.Generic.List`1> struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260; // System.Collections.Generic.List`1 struct List_1_tE5044F7FE9266CC3681EB69214AB70D2D4913B5B; // System.Collections.Generic.List`1 struct List_1_t079B9C178CDD57A869A0E52A5B1D99E2FE3915BE; // System.Collections.Generic.List`1 struct List_1_tCECB9F715D9A943E7B804AC80F3FDF34AE52BE23; // System.Collections.Generic.List`1 struct List_1_tD68BDF78250E7FF972424A14A1402DEB6971C020; // System.Collections.Generic.List`1 struct List_1_tB7817106743D2DF307FBA6821A065A0149C627ED; // System.Collections.Generic.List`1 struct List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00; // System.Collections.Generic.List`1 struct List_1_tABEDC856C287FE24A53FEC481F83F07667C26E29; // System.Collections.Generic.List`1 struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35; // System.Collections.Generic.List`1 struct List_1_tFED0F30EE65D995591571D3CD2C10F22439CB317; // System.Collections.Generic.List`1 struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8; // System.Collections.Generic.List`1 struct List_1_t2880FDF6E679F904C81B265C292C78A23B19BD2E; // System.Collections.Generic.List`1 struct List_1_t584CB490C8F4C21E0A0D5545409ED60BF71F3FE4; // System.Collections.Generic.List`1 struct List_1_t888EAF80C1646E9D51193F9F6E183344845FB66C; // System.Collections.Generic.List`1 struct List_1_t878A1B9024A0EA08A197B57DD6C5EB625FBA09B1; // System.Collections.Generic.List`1 struct List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8; // System.Collections.Generic.List`1 struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B; // System.Collections.Generic.List`1 struct List_1_t63067C58F4431C88520760D0C5C2A5A7DBCE0850; // System.Collections.Generic.List`1 struct List_1_tF500A2724B7071301268C01D383547788E1C4F65; // System.Collections.Generic.List`1 struct List_1_t7A2861A4A1AAAECC02FAEF9DCFD5F384256022ED; // System.Collections.Generic.List`1 struct List_1_t3D72E539CB95E6031583970D3E5187DDB5EC674C; // System.Collections.Generic.List`1 struct List_1_t55B85B981AC5FD6A5358491F90FE354F78BB97DE; // System.Collections.Generic.List`1 struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C; // System.Collections.Generic.List`1 struct List_1_t3CA8EA3609B406A4099002CBD02BB599F3B1D5DB; // System.Collections.Generic.List`1 struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B; // System.Collections.Generic.List`1 struct List_1_t0644E23B86CC83C0A80012CBC2DAFE33D99F362E; // System.Collections.Generic.List`1 struct List_1_t340E1BCB927ADC85E3068DB08AE46FA2562D5B84; // System.Collections.Generic.List`1 struct List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434; // System.Collections.Generic.List`1 struct List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3; // System.Collections.Generic.List`1 struct List_1_tDF8521B5FFAC9D73CF65BE446C5F931238208088; // System.Collections.Generic.List`1 struct List_1_tE97B7994B98675F18C70DDD8DEB61E4FE5491DA1; // System.Collections.Generic.List`1 struct List_1_tF1785B2080B8536D64E747DAE8C2DE0D44A75E27; // System.Collections.Generic.List`1 struct List_1_t1715D0D9950CCCC39A77E9597CA69B346CD7E3E5; // System.Collections.Generic.List`1 struct List_1_tF8892BD96CF6B23CD95F24F5381A6E7237540FD1; // System.Collections.Generic.List`1 struct List_1_t645DF2A1E7B0FB808EDE07ED53B8C56194AF35E6; // System.Collections.Generic.List`1 struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA; // System.Collections.Generic.List`1 struct List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB; // System.Collections.Generic.List`1 struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; // System.Collections.Generic.List`1 struct List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576; // System.Collections.Generic.List`1 struct List_1_tF4883B065D486F83852B8492CAD13BEF36704705; // System.Collections.Generic.List`1 struct List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14; // System.Collections.Generic.List`1 struct List_1_tD2D0F8619152C126FACDEA2A754DAACADA91F659; // System.Collections.Generic.List`1 struct List_1_t4D7A081BDEE6C014CDE090A78D36D7462622500A; // System.Collections.Generic.List`1 struct List_1_t15C084085A96D6A707404FE16B3A54213C7F3131; // System.Collections.Generic.List`1 struct List_1_tADD86068D7EF2492B2C914FB1A71E3A2CC534AF5; // System.Collections.Generic.List`1 struct List_1_t15497C2CE809D6B0DC595F8C0AA376C5093693D9; // System.Collections.Generic.List`1 struct List_1_tFFDA24181421FAA1AF76B9536B6F57C4FAEDE0A4; // System.Collections.Generic.List`1 struct List_1_t7DFCFCE85D67DA041D0280C6F5724006DCCF9A8B; // System.Collections.Generic.List`1 struct List_1_tE9A3B1822FA6AEC2C90FF16DE4D55E3C1ED93BD2; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_t51F639BD3CCB50A583A947BF23B6A3251093233B; // System.Collections.Generic.List`1 struct List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919; // System.Collections.Generic.List`1 struct List_1_t3561A5697A75BB968EAEB848F4C446F75EC30A35; // System.Collections.Generic.List`1 struct List_1_tC55D0B4B5DD18E0AC8E5A33169CD1CD64D06099E; // System.Collections.Generic.List`1 struct List_1_t8B058549EDD0322EE32A1B351594F369CFAE1A90; // System.Collections.Generic.List`1 struct List_1_tD7D3802B8677DD938E12672F2AF58AF57E7DED50; // System.Collections.Generic.List`1 struct List_1_t57CA0B2E25A6A219E9AB1ABA75AF4801600F9162; // System.Collections.Generic.List`1 struct List_1_tD99579B030AC5F1A2E6A980C08AB2B2E6189A7A1; // System.Collections.Generic.List`1 struct List_1_t793BE2A52C8093C9ADE7AA7C828A67262DE82AB3; // System.Collections.Generic.List`1 struct List_1_t8B22598B97DEF1298BAF2C882747DFDC5975A670; // System.Collections.Generic.List`1 struct List_1_t5ED555E220A2C0CA4F1CC393401AF0D7BA5B456B; // System.Collections.Generic.List`1 struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC; // System.Collections.Generic.List`1 struct List_1_tE52E87A07B9FD3F6E49F7FFCB414E168254DA74A; // System.Collections.Generic.List`1 struct List_1_tB5FE6CD17731F8FC3FFD860595D43C889DA08D82; // System.Collections.Generic.List`1 struct List_1_t6265930D6CCB43F19FA1E8924BCEC43A5C614D3F; // System.Collections.Generic.List`1 struct List_1_t9598BF37B4E02D55822E8CAD2390B4F0C5C78E6B; // System.Collections.Generic.List`1 struct List_1_tBE1A7366B022A8A3CA423AB7F6B31D483DA4C4B7; // System.Collections.Generic.List`1 struct List_1_t7D530DD17096AB5C0D18FF30D1274200EC091191; // System.Collections.Generic.List`1 struct List_1_tC863C24E09F3C9923A95DBA8834CCC5D73667F61; // System.Collections.Generic.List`1 struct List_1_t9415B41A06AC4724B5E6ED4AA1BA11B19B4F3D7F; // System.Collections.Generic.List`1 struct List_1_t9B52EAC380BAA4225F43E5A26EBFD31FA2A29C49; // System.Collections.Generic.List`1 struct List_1_t5EA39E43D33F6B81FBB8CC2A35686890213D4731; // System.Collections.Generic.List`1 struct List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF; // System.Collections.Generic.List`1 struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F; // System.Collections.Generic.List`1 struct List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E; // System.Collections.Generic.List`1 struct List_1_t05E80B72E11DAF32DE5C2209E33E4AA7D99CCE45; // System.Collections.Generic.List`1 struct List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4; // System.Collections.Generic.List`1 struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF; // System.Collections.Generic.List`1 struct List_1_t0AEC7032D6BEA2116DE31E281C1257F6C7698BCE; // System.Collections.Generic.List`1 struct List_1_t152EAF111B7A0A64A756E141661C9B0D8EB42AAB; // System.Collections.Generic.List`1 struct List_1_tC7D490752C9D4C35D66DCAE12CE2540C28298F43; // System.Collections.Generic.List`1 struct List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D; // System.Collections.Generic.List`1 struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A; // System.Collections.Generic.List`1 struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95; // System.Collections.Generic.List`1 struct List_1_tD73FE166C0A6643C65F3717C5B8F93D689112DDA; // System.Collections.Generic.List`1 struct List_1_tAD914F28E55FD491295FD5F09B9461DF260A28E4; // System.Collections.Generic.List`1 struct List_1_tC9BF7EE1CA5D23178881E64CFC7A790A3176AEA5; // System.Collections.Generic.List`1 struct List_1_t89B39292AD45371F7FDCB295AAE956D33588BC6E; // System.Data.Listeners`1 struct Listeners_1_t37132A15E50B5B90C84260E8B1072BF1D7DB99CC; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t330A51752287ED087418126C388D21E9DBEF95C9; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t7FDDBA964772905A89719355C6E4F07922AA0C78; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t30C8F70D98C7F0227113800C031CF8E316BD7608; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tEA9E5136DCE87BF5FDC7E117132869969F52A700; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t8EEABC87399C51697FF13CC459FC26CA5A5857DA; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // System.Collections.Generic.Queue`1 struct Queue_1_t488F4FFC87B785BACAAF18A6B2E9307E5451DF68; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB; // Unity.VisualScripting.Recursion`1 struct Recursion_1_tDFF1B549E70648F1694033FADF89F8F0EB28587D; // 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.Linq.Set`1 struct Set_1_tE5019340A154F7D644402ECAE970AA5ACDAE7921; // System.Collections.Generic.Stack`1 struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6; // System.Collections.Generic.Stack`1 struct Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E; // System.Collections.Generic.Stack`1 struct Stack_1_t19851BEF370D35BCE2A6C3848C5148B09113067C; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B; // 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; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t830EC096236A3CEC7189DFA6E0B2E74C5C97780B; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t17AF9EF07998DC692EF46E4B762821926207BDF3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD34C07B01FDE3DA50B1CDF6C24947E3064040AC2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t1BEF0D0DF6424ECBF380F728004140849DA391C2; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t86ECB95C8ADA3F4C8726CC7BBBE047FE066025EC; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD1C3502C8737D12235B0AE0048937630CBF65234; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t8A61658460FB17254FA3796E021DC61AED164F75; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tB4C969386B40B46770594C11E6B72A7FFC89EDBF; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_t6F94DB7F608808BA5515DAAC9DFA86D4C1461B2F; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_tFC6F2925560786218BC89310A555062908EEB34A; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_t39CACD214A9864123B4909723A12357976D7962C; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_t91A624BBBF35783288D0EDE3A07605A6089F2EC3; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_tC31790A67730A002933CEA9792B7EB48D5500262; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_tB4D0292E43377A80B5CD8B2541B503F72CFD3B1F; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_tF8962AA69BB122FE153972795BF96745A828A4C3; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_t0F441D15BC9451B730811CA7ED8156290A0772EE; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_tF525A0A9B87524BBDD3332CD710F220F38ECA6CB; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_tCD55638D843270B3BED0B9D887BEF54A65C14675; // System.Collections.Generic.HashSet`1/Slot>[] struct SlotU5BU5D_t46921473366CB9E5753B55FA37C91AED64707222; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tCEDE2FE98064952AA75043CE279789BC3BED080F; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343; // System.Threading.SparselyPopulatedArray`1[] struct SparselyPopulatedArray_1U5BU5D_t8E75A036E16E53CF08AAAF37EB6621DE3B26307E; // System.Object[][] struct ObjectU5BU5DU5BU5D_t6491927494F825352C40DCE9D447C97B17297969; // System.Boolean[] struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // UnityEngine.Color32[] struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259; // UnityEngine.Component[] struct ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E; // UnityEngine.UIElements.ComputedTransitionProperty[] struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_tC0A39D9401E28662213F5958EFF5D26D0681B440; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t6CAA09EC6AACBED57FC8B02C587D50BF6B738C6B; // System.Linq.Expressions.Interpreter.DebugInfo[] struct DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.UIElements.EasingFunction[] struct EasingFunctionU5BU5D_t3EEBBFFAD92EA74C3960D5F78D2A98BCEEA62E49; // UnityEngine.TextCore.Text.FontWeightPair[] struct FontWeightPairU5BU5D_t76E8DB55C81EEBEFA2E6D1D3E3B3EA1FB4C4954F; // UnityEngine.TextCore.Glyph[] struct GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5; // UnityEngine.TextCore.LowLevel.GlyphMarshallingStruct[] struct GlyphMarshallingStructU5BU5D_t9424A4B1FAAD615472A9346208026B1B9E22069E; // UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord[] struct GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7; // UnityEngine.TextCore.GlyphRect[] struct GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70; // UnityEngine.UIElements.IEventDispatchingStrategy[] struct IEventDispatchingStrategyU5BU5D_tFA34355B1D26B7562068B4D394A28C62295EBD97; // UnityEngine.UIElements.IEventHandler[] struct IEventHandlerU5BU5D_t8B5095152BCB4F52D8AB93DF0B3DD76B0ED1B97D; // UnityEngine.EventSystems.IEventSystemHandler[] struct IEventSystemHandlerU5BU5D_t2A1BF495453B0C89CE5FF997A30B6F4239FDCBB2; // System.Runtime.CompilerServices.IStrongBox[] struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F; // System.Data.IndexField[] struct IndexFieldU5BU5D_t2E1FE07C5E6C8080FCF4908199FFDFEBA1EECA3E; // System.Linq.Expressions.Interpreter.Instruction[] struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.Int32Enum[] struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Linq.Expressions.Interpreter.LocalDefinition[] struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E; // XCharts.Runtime.MainComponent[] struct MainComponentU5BU5D_t8A962F57D7CAEDB100268375587C5E8E48CB1C2F; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.UIElements.Panel[] struct PanelU5BU5D_t7D67D36AB863888E29362503DEAFC876C6538C0B; // System.Linq.Expressions.ParameterExpression[] struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C; // System.Linq.Expressions.Interpreter.RuntimeLabel[] struct RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9; // XCharts.Runtime.Serie[] struct SerieU5BU5D_t3C286DD36DCE84820BE352D9EDD6C648C52C61D2; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359; // UnityEngine.UIElements.StyleSelectorPart[] struct StyleSelectorPartU5BU5D_tBA574FB3E75E94E52874FDB7B05B9048E8A5421B; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191; // UnityEngine.UIElements.TimeValue[] struct TimeValueU5BU5D_t3EB79C5975D39A0E711250FD8A9547F5312746DE; // UnityEngine.Transform[] struct TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // UnityEngine.Vector2[] struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA; // UnityEngine.Vector3[] struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; // System.Data.ProviderBase.DbReferenceCollection/CollectionEntry[] struct CollectionEntryU5BU5D_tA3E4D734F41DF1AC6028063B0A5C67096AB2F6C1; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // Unity.VisualScripting.AnimationCurveCloner struct AnimationCurveCloner_t5BBA4941A56EA2911D2FD1B71739116EC865E773; // XCharts.Runtime.AnimationStyle struct AnimationStyle_t8F4BABEB7D3FBF7A6AB2168A16BE0385FE6C787E; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074; // XCharts.Runtime.AreaStyle struct AreaStyle_tB93D4AF913FE3F291023C57E3CB991B7B5593F3E; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // Unity.VisualScripting.ArrayCloner struct ArrayCloner_t830C18EA72EDF1E71DC142C93CAA0B0CE487DD9D; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; // System.Reflection.Assembly struct Assembly_t; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // UnityEngine.UIElements.AtlasBase struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC; // UnityEngine.UIElements.AttachToPanelEvent struct AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; // XCharts.Runtime.Axis struct Axis_t5A392AEE486916EBA3E07498402A189890A7296A; // XCharts.Runtime.AxisContext struct AxisContext_tB7B5374492DA3C5AFE39E332BCB766890CF5AFDB; // XCharts.Runtime.AxisLabel struct AxisLabel_tFE4B1293ECE3EE43F60AAE6C2A0F956D92B958E1; // XCharts.Runtime.AxisLine struct AxisLine_tFB150A2818DD817026AAEA00C17199D844880278; // XCharts.Runtime.AxisMinorSplitLine struct AxisMinorSplitLine_t512B32BC4C7F69D3615BD704CD256EF3397D584F; // XCharts.Runtime.AxisMinorTick struct AxisMinorTick_t13FC42863DB12480E8E7850963AEF82568B82AF2; // XCharts.Runtime.AxisName struct AxisName_t5878D77AA06B267A3DC3D2C8FBE2B6314A92174B; // XCharts.Runtime.AxisSplitArea struct AxisSplitArea_tB59B64FD92D192EEDBCB34BE95D08FE598FFF58E; // XCharts.Runtime.AxisSplitLine struct AxisSplitLine_tA608733C6F5C03B70423196D95BC4F82C3F1FBFF; // XCharts.Runtime.AxisTick struct AxisTick_tBEB7F5F00AFF9A4759E8ACDB72C3B96568EBF4F3; // XCharts.Runtime.BaseChart struct BaseChart_tA95FB16375573C7CB8B10881F7462B26FDEFAB07; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F; // UnityEngine.UIElements.BaseRuntimePanel struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA; // Unity.VisualScripting.BinaryOperatorHandler struct BinaryOperatorHandler_tF07E986ACE1AEE23032593227517AF252D285866; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Linq.Expressions.Interpreter.BranchLabel struct BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B; // UnityEngine.Canvas struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26; // UnityEngine.CanvasRenderer struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860; // XCharts.Runtime.ChartLabel struct ChartLabel_tA9A487C8BA7092AD015B88510798DDA0F25E5B7C; // UnityEngine.UIElements.ClickDetector struct ClickDetector_t6B5A82C99CFD12E051D8E84A7C8F7488355B8F31; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3; // System.Linq.Expressions.ConstantExpression struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547; // System.Reflection.ConstructorInfo struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // UnityEngine.UIElements.ContextualMenuManager struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B; // System.Net.CookieContainer struct CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E; // XCharts.Runtime.CoordOptionsAttribute struct CoordOptionsAttribute_t6DE1A5D9838C3F051CD6A77619D94B23244AD0E9; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // XCharts.Runtime.CustomDataZoomStartEndFunction struct CustomDataZoomStartEndFunction_tB58EA65DA0693B4DFC724062445B71454D0FB4F2; // XCharts.Runtime.CustomDrawGaugePointerFunction struct CustomDrawGaugePointerFunction_tDDD166A9EA69DF895C12D2C13A6F12AFA99D39DB; // System.Data.DataCommonEventSource struct DataCommonEventSource_tC3BB57E78CED1A7EFBCC8F852266121F4641CBFE; // System.Data.DataTable struct DataTable_t9240A0D6726299C55832BF4EE085C864A1CCBB07; // XCharts.Runtime.DataZoom struct DataZoom_tE7B97193F095D2C07226F05E1F8E0F382B1F3ABF; // XCharts.Runtime.DataZoomContext struct DataZoomContext_t8D15CD328FFB63C4123CEA62C839C03AFE437055; // System.Data.ProviderBase.DbReferenceCollection struct DbReferenceCollection_t459E23141A0B0E02858DF535C8186F19E6C405E2; // XCharts.Runtime.DebugInfo struct DebugInfo_t151F8405F07C0FB3F0EFE4213AE1B980E4B54AD0; // UnityEngine.UIElements.DefaultEventSystem struct DefaultEventSystem_t264BDF66772AC091E74E08415FB9C70FAE619F98; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.UIElements.DetachFromPanelEvent struct DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496; // Unity.VisualScripting.DictionaryCloner struct DictionaryCloner_t092E8A3F493123B5B53637E42D9BDBBED1EE3CAF; // UnityEngine.UIElements.ElementUnderPointer struct ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904; // Unity.VisualScripting.EnsureThat struct EnsureThat_tCC49E8B65851E70C9534A68EB657B6227F0549FC; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; // Unity.VisualScripting.EnumerableCloner struct EnumerableCloner_tBE5F53C47D1E08F02ED721D91A9117D14407A87E; // UnityEngine.Event struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB; // UnityEngine.UIElements.EventBase struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C; // UnityEngine.UIElements.EventCallbackFunctorBase struct EventCallbackFunctorBase_tEFE8404D9A89369B0A322FA7743CDA068A0BB568; // UnityEngine.UIElements.EventCallbackList struct EventCallbackList_tC6B518C9C5192317B413145F9B9A3678EEE5BF1E; // UnityEngine.UIElements.EventCallbackListPool struct EventCallbackListPool_t258FFD0B864AC29862A6ACF4F56A0340621783B2; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85; // UnityEngine.UIElements.EventDispatcher struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398; // System.Diagnostics.Tracing.EventSource struct EventSource_tA86759A1E6F272632C299AAC181C0A67E5C52F25; // UnityEngine.EventSystems.EventSystem struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707; // System.Exception struct Exception_t; // System.Linq.Expressions.Expression struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785; // System.Linq.Expressions.ExpressionStringBuilder struct ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9; // System.Linq.Expressions.ExpressionVisitor struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590; // Unity.VisualScripting.FakeSerializationCloner struct FakeSerializationCloner_t61FEC1D77A4B008F1179A314D3BD7327396F560A; // System.Reflection.FieldInfo struct FieldInfo_t; // Unity.VisualScripting.FieldsCloner struct FieldsCloner_t6018D635B26D0F6A3B552143EA1C0F0406602E9D; // Unity.VisualScripting.Flow struct Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582; // UnityEngine.UIElements.FocusController struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A; // UnityEngine.Font struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6; // UnityEngine.TextCore.Text.FontAsset struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958; // UnityEngine.TextCore.Text.FontFeatureTable struct FontFeatureTable_t992E0493CD7E9D7834DF204E0198237F0D25B3B7; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.UIElements.GetViewDataDictionary struct GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638; // Unity.VisualScripting.GraphPointer struct GraphPointer_t01C98F06D1A7635CB867665044B7DC1FE03D1C0B; // Unity.VisualScripting.GraphPointerException struct GraphPointerException_t3C1D05DC844ADA13EC0EB7CD43250DC2D1AB13B2; // Unity.VisualScripting.GraphReference struct GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9; // Unity.VisualScripting.GraphStack struct GraphStack_tD9049F5FB5F8D9E9CD80764D18067D0F87343E7C; // UnityEngine.UI.Graphic struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; // UnityEngine.UIElements.HierarchyEvent struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9; // System.Net.HttpWebRequest struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9; // System.Net.HttpWebResponse struct HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2; // Unity.VisualScripting.ICloner struct ICloner_t3B6F254ECD633B0790951BBDB817EC0B79AF71A8; // System.Collections.ICollection struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E; // System.Net.ICredentials struct ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0; // UnityEngine.UIElements.ICursorManager struct ICursorManager_t78B026DED2559C62810B21C54C5F882457073A8B; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerable struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // System.Collections.IEqualityComparer struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1; // UnityEngine.UIElements.IEventHandler struct IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3; // UnityEngine.EventSystems.IEventSystemHandler struct IEventSystemHandler_t050874E4CAEDCBA7E792A19EE3405EA443AE36B5; // Unity.VisualScripting.IGraphData struct IGraphData_t378AD2F35789C5EE31649C40C32F060B47E7A484; // Unity.VisualScripting.IGraphDebugData struct IGraphDebugData_t05486AC7388DCB4D1CD80BD5AF0452D4182D98E7; // Unity.VisualScripting.IGraphElementWithData struct IGraphElementWithData_tC18161F70D64C76F821F13C7AE29C83B03C61EA1; // Unity.VisualScripting.IGraphElementWithDebugData struct IGraphElementWithDebugData_tFE1BC72BCBEACFE75D1D9D4E58ABA28B6B266A06; // Unity.VisualScripting.IGraphParent struct IGraphParent_t08913CB8AED9F8C99F89ADDFF257E8B5EAEA1E18; // Unity.VisualScripting.IGraphRoot struct IGraphRoot_t84A87B1D402F522D84DF0B9D1FBCA3FBDEEFCC81; // UnityEngine.UIElements.IGroupBoxOption struct IGroupBoxOption_t87C0253B1BAC4D10D10F1A020EEC0DAA52D2F5B7; // UnityEngine.UIElements.IGroupManager struct IGroupManager_tEDC32858D64340F916957A0674BE4FD06870EDB2; // UnityEngine.UIElements.IMGUIContainer struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26; // UnityEngine.UIElements.IPanel struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5; // System.Linq.Expressions.IParameterProvider struct IParameterProvider_tA879E2897812597C54EAFD3F2D5E6593EF584F5C; // UnityEngine.UIElements.IStylePropertyAnimationSystem struct IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2; // Unity.VisualScripting.IUnit struct IUnit_tDD8B7D0F06EA3DB55DEBE4DF3CC85F4A63FBB98E; // Unity.VisualScripting.IUnitValuePort struct IUnitValuePort_t066179230A251E8FFC4D9091EE2D9B4B95F649A9; // System.Net.IWebProxy struct IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D; // UnityEngine.UI.Image struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E; // UnityEngine.UIElements.InlineStyleAccess struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165; // System.Linq.Expressions.Interpreter.Instruction struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998; // System.Linq.Expressions.Interpreter.InstructionList struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A; // XCharts.Runtime.InteractData struct InteractData_t73A6B5E054D1A97518031677D339E94C4A8678D9; // System.Linq.Expressions.Interpreter.InterpretedFrame struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D; // System.Linq.Expressions.Interpreter.Interpreter struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // Unity.VisualScripting.InvokerBase struct InvokerBase_t7EAFB932168B4166A9D41BF15E3DF2160743B778; // XCharts.Runtime.ItemStyle struct ItemStyle_t112B8F78AB0EAF9B81F8CADFBAFDE7F31E0614E3; // SimpleJSON.JSONLazyCreator struct JSONLazyCreator_tDE06520D8A050030BC0C24F5C360FA69E8C5C40C; // SimpleJSON.JSONNode struct JSONNode_tDBF6A862594425AD5621BB6756DF7BBD6CDC7653; // System.Linq.Expressions.Interpreter.LabelInfo struct LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF; // System.Linq.Expressions.Interpreter.LabelScopeInfo struct LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C; // XCharts.Runtime.LabelStyle struct LabelStyle_t01B264A1BC9F1C245BF2BC9A9017DB1A3D0B76EB; // System.Linq.Expressions.LabelTarget struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5; // System.Linq.Expressions.LambdaExpression struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE; // System.Linq.Expressions.Interpreter.LightCompiler struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A; // System.Linq.Expressions.Interpreter.LightDelegateCreator struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58; // System.Linq.Expressions.Interpreter.LightLambda struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5; // XCharts.Runtime.LineStyle struct LineStyle_t13E90FBBE61B02895ED982EAED3529742A842A85; // Unity.VisualScripting.ListCloner struct ListCloner_tFED134D83C02E849E584E25231A900EC0B0670AF; // UnityEngine.UIElements.LoadResourceFunction struct LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850; // System.Linq.Expressions.Interpreter.LocalVariables struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44; // XCharts.Runtime.MainComponent struct MainComponent_t4B4E4C4E5AD627DDCA5EE5266EAC41609A0EA125; // XCharts.Runtime.MainComponentHandler struct MainComponentHandler_tB7AB40CC58F70BF0A48CFA60C4A3FAFA17B0F0DF; // System.Threading.ManualResetEvent struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158; // XCharts.Runtime.MarqueeStyle struct MarqueeStyle_t5C0A09D813CF93ECFFEAA90AB3F8E8F124E8FE28; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; // 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.MissingMemberException struct MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211; // Mono.Net.Security.MobileTlsProvider struct MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // Unity.VisualScripting.OperatorHandler struct OperatorHandler_tF3D07F68319B7937073E8361BABC759CED880F72; // XCharts.Runtime.Painter struct Painter_tF23D9EA34A72E457D4EDBF43F419C2AC0EA93CD9; // UnityEngine.UIElements.Panel struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9; // UnityEngine.UIElements.PanelSettings struct PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC; // System.Linq.Expressions.ParameterExpression struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110; // System.Reflection.ParameterInfo struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F; // UnityEngine.UIElements.PointerDispatchState struct PointerDispatchState_t145BB8BB02690F87487325596E690295E39A383A; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5; // UnityEngine.UI.RectMask2D struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670; // UnityEngine.RectOffset struct RectOffset_t6358774A0DEEABA4586840CB9BC7DC88B39660B5; // UnityEngine.RectTransform struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; // UnityEngine.UIElements.UIR.RenderChainCommand struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; // UnityEngine.UIElements.RepaintData struct RepaintData_t90534752135661579EC254884F550545D001B5EA; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_t18F3F4FF8D0F77E86C2C666CEE7FD48A80C042EE; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_t43C1AC170194874A0C0B0D3B8BE9EABFB613DF85; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.UIElements.SavePersistentViewData struct SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A; // UnityEngine.UI.ScrollRect struct ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E; // UnityEngine.UI.Selectable struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; // XCharts.Runtime.Serie struct Serie_tC660FA63CDDFBA44BF51D89396D177FBE64303A3; // XCharts.Runtime.SerieContext struct SerieContext_t7668E44F3F0D46C1B7719064E3F97E9F5279C869; // XCharts.Runtime.SerieHandler struct SerieHandler_t027F53DDA3421E7C95622F82A63E451D2BDB59C5; // XCharts.Runtime.SerieSymbol struct SerieSymbol_t525D172AAAD4FA1E00BBDDC7177166CE71AB0574; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F; // System.Net.ServicePoint struct ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29; // XCharts.Runtime.Settings struct Settings_t2DBA2EA4D6DB486782179C0885C41C64104F046B; // UnityEngine.Shader struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692; // UnityEngine.Sprite struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99; // System.Linq.Expressions.StackGuard struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UIElements.StyleSheets.StylePropertyReader struct StylePropertyReader_tA960AF3A0C411045E92E04E997D7EB2EF1B7552A; // UnityEngine.UIElements.StyleRule struct StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E; // UnityEngine.UIElements.StyleSheet struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428; // UnityEngine.UIElements.StyleValueCollection struct StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377; // UnityEngine.UIElements.StyleVariableContext struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527; // System.Linq.Expressions.SwitchCase struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A; // System.Linq.Expressions.SwitchExpression struct SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // UnityEngine.UI.Text struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; // XCharts.Runtime.ThemeStyle struct ThemeStyle_t84B08E623FCFDDF0856BE84316B3E77161E2B33C; // UnityEngine.UIElements.TimeMsFunction struct TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B; // System.Threading.Timer struct Timer_t763C1D5F5A36087DC92C7DA4D1F8AB578F83AB00; // System.Threading.TimerCallback struct TimerCallback_t7455CAFACC7054E62879920AFC84C5DA98B8C7CD; // UnityEngine.UIElements.TimerEventScheduler struct TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862; // UnityEngine.Transform struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; // Unity.VisualScripting.ValueInput struct ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392; // Unity.VisualScripting.VariableDeclarations struct VariableDeclarations_t7701E0B99E3AED5CDC693ABFBDD6D1C73945B405; // System.Version struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7; // UnityEngine.UI.VertexHelper struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE; // UnityEngine.UIElements.VisualElement struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115; // UnityEngine.UIElements.VisualTreeAsset struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB; // UnityEngine.UIElements.VisualTreeUpdater struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.WeakReference struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E; // System.Net.WebCompletionSource struct WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5; // System.Net.WebHeaderCollection struct WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8; // System.Net.WebOperation struct WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9; // System.Net.WebRequestStream struct WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE; // XCharts.Runtime.XAxis struct XAxis_t7251EC6B5D7167F67368C2C640FB1B1F33D8247D; // UnityEngine.Yoga.YogaConfig struct YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345; // UnityEngine.Yoga.YogaNode struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA; // System.Reflection.CustomAttributeData/LazyCAttrData struct LazyCAttrData_t4F8036F83C070762609DB213B69F7FAA2D34ACA3; // UnityEngine.UIElements.DefaultEventSystem/IInput struct IInput_t5B034697E44657CF7B5B7F4CA12E3653B3BBAFC3; // UnityEngine.UI.Dropdown/DropdownEvent struct DropdownEvent_t8A008B010A742724CFC93576D6976E474BB13059; // UnityEngine.UI.Dropdown/OptionData struct OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F; // UnityEngine.UI.Dropdown/OptionDataList struct OptionDataList_t53255477D0A9C6980AB48693A520EFBC94DFFB96; // System.Data.Index/IndexTree struct IndexTree_t5A9D1B6E4C2AF3B18E6CC799F1A38063EAA53887; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // System.Net.TimerThread/Queue struct Queue_t644DC21212BC432819522EDA395EB4562BE2CC47; // UnityEngine.UIElements.VisualElement/CustomStyleAccess struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1; // UnityEngine.UIElements.VisualElement/TypeData struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_t75F62E4DEBF416E21EAF6FBB62E43ADB83A0753E; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChartCached_tB33066A5A1D661A817689FD9B66661B96FFAD065_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChartHelper_tCB4F9928D84A1BFF07C47C927E75CE637897B20C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cloning_t5CEDB84978DF0B54739B29F4ABCE366E51AFEF22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CollectionPool_2_t108CF9D9B2C4D978FA47DCA328A90221D356C6ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CollectionPool_2_tDA01CF91FBE24DB66B21CCE16001565000381289_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConversionUtility_tBDD6C099F82B8131EF915E1CF82312D090963668_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataCommonEventSource_tC3BB57E78CED1A7EFBCC8F852266121F4641CBFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataZoom_tE7B97193F095D2C07226F05E1F8E0F382B1F3ABF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ensure_t1AB90E1B9CFC75A223C082272E0281C91184901D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t2637736704939772A86A2904BCFD1B314097DD1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionMessages_t2B50BCEA3112A565E96D9396D1096D15F3581F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecuteEvents_t74DCF8B83743EE2773ACF182344612A048E2CC59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5D51F6431829ECE65F21B86CCE9ADC804041865E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GraphPointerException_t3C1D05DC844ADA13EC0EB7CD43250DC2D1AB13B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GroupBoxUtility_t5B29AE5FF7BE272B8A8DFC848149A76F282912DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tC9EAB32D48234B1DC8EDC7128D40FC1EA7F420ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t395342D64BE4D709937F17BE716538E4DF668CCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEventSystemHandler_t050874E4CAEDCBA7E792A19EE3405EA443AE36B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IGraphData_t378AD2F35789C5EE31649C40C32F060B47E7A484_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IGraphDebugData_t05486AC7388DCB4D1CD80BD5AF0452D4182D98E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IGroupManager_tEDC32858D64340F916957A0674BE4FD06870EDB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingMemberException_tB9D7B25FF06EEBB52D036DA8B1BE67F67619D211_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t3D861B41F6520C32A7994A884343802925703155_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_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* PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerieHelper_tF97760729D335C7543B5A413DFF4F56C913A146B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringUtility_t917D61727897A6037FD97E10375BCD3CA799CB96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeUtility_t7D4E5C8ED9EB64D83C953F50E76AEE333EA0366A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0FDD716E74C52D972A9997C1B342B1A650D1D139; IL2CPP_EXTERN_C String_t* _stringLiteral12D34C4D5361DBE1804B6F49EDED3C800B442095; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2CB8354CCCE320F861C9A48DA25583D5E4A921F5; IL2CPP_EXTERN_C String_t* _stringLiteral2F5CB2D6749CA9E0DD2E170F0FAB5602F647B16E; IL2CPP_EXTERN_C String_t* _stringLiteral35F8E3A0586AED464D767EC8F8B084C783BDD7F6; IL2CPP_EXTERN_C String_t* _stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7; IL2CPP_EXTERN_C String_t* _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25; IL2CPP_EXTERN_C String_t* _stringLiteral49E87AC56AC0B369E2F81CCB477858B8E4427325; IL2CPP_EXTERN_C String_t* _stringLiteral51127D85D5C00C619F6DE7FA1DE866924CF49C8F; IL2CPP_EXTERN_C String_t* _stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5FDF9FEC70F212025B9E11949A6E891267251B9E; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral69F359B71F6F4DE78ABF7256A90B314F213EE57E; IL2CPP_EXTERN_C String_t* _stringLiteral6BB5C2A4902EB9D456C3EF623FC47389BC4D48BC; IL2CPP_EXTERN_C String_t* _stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral7A0A3608A3C4012D35E5DE3B2BA646379CCF198F; IL2CPP_EXTERN_C String_t* _stringLiteral7C695BC2E2B0B2D571600A15D2AA87351FF642B5; IL2CPP_EXTERN_C String_t* _stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628; IL2CPP_EXTERN_C String_t* _stringLiteral817128461F9C46CAD295AB9ABA50057C6FA59787; IL2CPP_EXTERN_C String_t* _stringLiteral82D95C9038FADE61EAA402493C3AB02991DF2B25; IL2CPP_EXTERN_C String_t* _stringLiteral85B223FCDAC08D2A26ABE5FC2EFF39C71EE2C9F4; IL2CPP_EXTERN_C String_t* _stringLiteral9AB16B3999460DDC981865934D979087351A14F2; IL2CPP_EXTERN_C String_t* _stringLiteral9E17CC1787F51008360F1B3CA0F0D1C275E544FE; IL2CPP_EXTERN_C String_t* _stringLiteral9FECA8236A38FEC33956EEF05F990CD55A68248C; IL2CPP_EXTERN_C String_t* _stringLiteralA0C3564F87D86D38D2BA2E24F512B0B5D0AC8F95; IL2CPP_EXTERN_C String_t* _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; IL2CPP_EXTERN_C String_t* _stringLiteralE1D7BE919C261D5E98ACD59CDFEECA356245E3D3; IL2CPP_EXTERN_C String_t* _stringLiteralE56439D05BDD9EF2046365C67A00A8196EEDC063; IL2CPP_EXTERN_C String_t* _stringLiteralE958A63C0675D65C92182FC45CE3E78A8DD48061; IL2CPP_EXTERN_C String_t* _stringLiteralF7736367EB5597A368928D1011CEA2283AF9B94D; IL2CPP_EXTERN_C const RuntimeMethod* BaseChart_GetChartComponent_TisXAxis_t7251EC6B5D7167F67368C2C640FB1B1F33D8247D_m61E46616B67E2D6135B6AA29C909111CC5C36BCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m9CA6BB904544DADA78FFEE7EC7CF4652B2F6A143_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m8BE985823FD8ADA5BD5C2F30948C88C1E9197726_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_mB3FF8FA91915E98DE23E7AE6E00084028EF289D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_m83B163E457B7A1584B95BE9763C6C511600621AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m447B429A2B50C919CB6E9F6D79C275C4AF8490DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_mEB197FEC425592E779BE55ADB43FE996B9254073_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mBE775D0122EF1D6089BB7A75B28E4AD342F2463F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mF3FDB95A8566534527140E9EB0AD352A8A873A11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mE4E63461B5EEDAF92439073CBCC8B1A8B3CB76A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryOperatorHandler_Handle_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m3C75AE521AA851333C27D6A62469E46160F629A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_mE0F1FA5E6172950D35D6FD8F6708B433954C4168_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_ToReadOnly_TisParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_m38BDDD59B8317C3114792AF4F226A3C978FDF901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionPool_2_Get_m5B106BB7E17539EE7CD224F4705AC599D5543AD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionPool_2_Get_m876E6C2E7BED1D25ED5887B2075072B99A6EAB7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionPool_2_Release_m59C1324B0736F8E08B4D90A0C1C63768047F9E4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionPool_2_Release_m91989A52596D733973467C59E5F5F2236D44CD22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_AddComponent_TisRuntimeObject_m32487FCF076428C0B5F75E8112D5A7B8BB487365_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_GetComponentInChildren_TisRuntimeObject_m69AA1F2EA8BEEFBDE0FA6D5BC236E073A6046EFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_GetComponentInParent_TisRuntimeObject_mB9BB24E1EAE226AD945B9D176B90AC7B5A8C62F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_GetComponent_TisRuntimeObject_m7A034A734B2DEB66CBC603D622DCF8CC53A14326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_GetComponentsInChildren_TisRuntimeObject_m08B404D9E3944E14E3BCB8192B300A41630B270D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_GetComponentsInParent_TisRuntimeObject_m62D08B728DB82CEE1D3CF34A0C9D2884627B7A09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentHolderProtocol_GetComponents_TisRuntimeObject_m7F4CD574BD85D0FA74E79F52EDBC6AFEB4DC5070_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ContractUtils_RequiresNotNullItems_TisRuntimeObject_m98832943A1A52F621A78A7499CC9589FEEA12DD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Contract_ForAll_TisRuntimeObject_mE621C65D4922D66716AA701EAE477A021CA3ADF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mA3C85F17A7C83E4674200B9DC3FD9B8C73979A78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mAEB7910E6F1CFE6DD72B26481C77D658227DB8FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mC52D5FF52C707DED85D9F860430DD21ABB6161E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mF5DB1590A1CBE2851375827A4C5C4490899E1BB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF7D2550015770750C49974A818A2A89EF26C3AEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mFEFE2EBD78B43938509F3D9CFDDD0AD6BD6F681E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_Any_TisRuntimeObject_m22588BD5807D4534B389D09551F9B9F4898A0600_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_Any_TisRuntimeObject_mFD501D52BCB534BE6107260CE71C4DDBB32D6C8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_HasItems_TisRuntimeObject_TisRuntimeObject_m76DCCAE0F4E57F52EA0DB60F253FBAB3F19B5CFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_HasItems_TisRuntimeObject_m630327FBED3230094979FD49C36863B5299A5088_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_HasItems_TisRuntimeObject_m8B7461956C74F564553A20E2C7C100DA0A8A1B89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_HasItems_TisRuntimeObject_mA3C3CFBC3903DCAF4E2269D6BA52D383B053AF14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_HasNoNullItem_TisRuntimeObject_m3EF18DC9A503E798C5A1A125CD927ED9EC3E2E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsGte_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mE7913A871C6E6631DA8230C1F98C9B924EB1525F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsKeyOf_TisRuntimeObject_TisRuntimeObject_m05F6BE55150298F78897D6F2AE095C8EF2590FDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsLt_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0B2F6EC4EEDFA3D9D54E6639A7FD51D775BAA3D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsNotNull_TisRuntimeObject_m609E619BEADC6A63A12D5BFF2B15CCB0A4E28F4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsNotNull_TisScene_tA1DC762B79745EB5140F054C884855B922318356_mAA03A4CBF1FAF6104E0D2B6E23E60BCE3C8F9B74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsNull_TisRuntimeObject_m57CD5D10D5B04A92872D676C017AEF9AF2972938_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_IsOfType_TisRuntimeObject_mE5705DB35F4089319CBC6347A5510D3E0E540213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_TisRuntimeObject_m07E9804C8D8B334603C3A0601129B9843F6176FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_TisRuntimeObject_mEB7BAC03E7E7A17BA80BB8D2F8C13452AE6D4022_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_m0EF2F6E546A8B88A7F587B107675AD7420AC47A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_m3D94A089FDA35FAF5341004B62A75E73ADDC57A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_m492FF9B983784DFAF3543C24006F34D9E26ADBF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_m8D6EAF6636AD82F53DF5F35D05AF650B28771E80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_mB16488B2B32143181D2DFE85042CDAB692BE8E15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnsureThat_SizeIs_TisRuntimeObject_mBEBA624E2EEC3064A8DD41CC986C872392F4C09A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m1F745C2E29AD7260B441065DDB7957BC7090693C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_m67CFBD544CF1D1C0C7E7457FDBDB81649DE26847_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisRuntimeObject_m21250FA47CFF08469ACE158D6FA4E1FE11837D29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Concat_TisRuntimeObject_m84DD8C4D7381636C5F798202183E95C359606D33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m125EA8C14C7489A707689BD6CAAC857F8D7BA9C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m4DF2EAE2D6D2DB96A6C1F9054B5937D291D3C175_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisRuntimeObject_mE70FD1CCA67EA8B7FD04C5C7A846B0AA651B83EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisRuntimeObject_mF0A3BCDCC75BCD5F4B818C48731347D0ED0EC827_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Distinct_TisRuntimeObject_mBCF33F5AD0A25B1E57B46FF34330DF74278ADB9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m61062EB22F3E0C1D799B19A5D035F80027CE3224_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_mC8ABDA345F7C58BD3955F75BB8ED7F3FA1028970_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisRuntimeObject_mC51F008F04886AD65463E3166E3BFAB665994771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Except_TisRuntimeObject_m8B8D61ADB6F12C233EEFF2A66C12135B67ECFE6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisRuntimeObject_m7DE546C4F58329C905F662422736A44C50268ECD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m665FD6DD7E983D1E8938E44617925C04CD612DE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m93CBB954FCCA2D8CD18552A18B58326CDD9F1DBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisRuntimeObject_mC6FA107934316BE28EA02DDB9EADA7AE8DD1916B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisRuntimeObject_mB7B75BD214645D8A79DFF139356112781451A936_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisRuntimeObject_m39971562AFD7CCF7CFF65E8CA0A457CCC3E18F8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OfType_TisRuntimeObject_m159512A788C6571FEF13C708CB20374087C762DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Repeat_TisRuntimeObject_mD7DCB0335A84950713EA4495E4027B2AD78CF5C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mC89216034DEE8779F1AC2D0A984C0ADE855BED00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisRuntimeObject_TisValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A_m91A43BA898C716EC8E31C34407A77A200A809493_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_TisRuntimeObject_mFD6C3D09A0699B365186241BCF95544D9C18BC9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_TisRuntimeObject_m9649CC8328C44B44485D78A25A3F08C6B53F65C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m244807EFE4113DD591357BCAC4F533B0EB55562A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisGuid_t_m827F440953F09B96648D54DA983C5DE365B60B49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m0D1B44AFBD2B7059BF6E998E94D46097B510E699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A_m37FC84B08CD0804D9D44B37265E3A6410F69B9F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m755C2029ECD59CA755A2DFEE0CD90DDE938D1B2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mD5D789F2B8DB62FA788B521C23208C7E5B589ED4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m6D130EEEB81C5CE0DF7311921E6D9A0C30A8A973_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisStyleSelectorPart_tEE5B8ADC7D114C7486CC8301FF96C114FF3C9470_TisRuntimeObject_m5673FAEA0E315F10F24C00754DB1E0BE28A4E33F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SequenceEqual_TisRuntimeObject_m742D5A2A9D0EBE7ECCF7CE3217255F7BE0A9C920_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisRuntimeObject_m96E15D999D3DAF8B31946255524EBB46907CFF17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisRuntimeObject_m2F3B0143335C4A53931600FD23BDE1C40D9A4F3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisRuntimeObject_m4966D6BB67940E1EE80ADA3CC60C81D03436C62F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Skip_TisRuntimeObject_mC63F7758979C7B3D3C94A57B8BCD63C5237EA697_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Take_TisRuntimeObject_m0D329A9F9B3CB4DFDA8FC9F35FFBFE45804B32D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisGlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mCE03B777AD666D36F46C55A3FB8514A699CE46DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m68448A2EBD1F3CB5A2D6059EEC317B58D03488BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisRuntimeObject_TisRuntimeObject_m9919065CD1231502CB7990F0A37FA36606168A53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m16433B19366A17ED4F07111EDABFBD161AA9D564_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m82691024CEFEC71EBDF5FA1C56204E9A32824CE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m3410137DD783C1066E73E33A8ED136258906F409_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToDictionary_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_TisRuntimeObject_TisRuntimeObject_m7BAED2F90E43729555D7DD69BBF174D1F9A920DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m23F22AA090DE123B9D5585007301D22631B635FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToDictionary_TisValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A_TisRuntimeObject_TisRuntimeObject_m6F93701BC84E07C92001CC38C41CF7FEC70A7E00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisGlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E_mF72E92465BC72BD0AE17D3AAE14B25565BEAE1A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3E9A8F467117CBA5D91E50BC524DEA85E532EAAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m04F511EE83DC4DFCD2F669E1C86C444367FD332B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5D5A5607C968B498251A348893CE7C0B37F1A5EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m818AD5818F3D94EE0F1019816029150B61F6A81E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF73B783BD913B24BAC3626123F89CF39DEF62BC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m44694A9B91653E1CE8BDE0E5FFABED8E3455BD8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m74159B8A9CBB0A17D8B7FFF35BD6712E96B50186_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD5EE98E8D37AA00A8A02C9951FF45C81CF2EB8CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6B88DCA3B17736497F95F07BB777B6306F233F5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8F8D921EB5BCC708FA5CE1CA9EF39B7AF14B7F27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD2D04862FCBE016B1158505B5C5B79F35E8856C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m08396DED606ACD1093BEEA8D939E5DA37B797C12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mA90FE9E21D00125CFC53652D23DB65FD2574D60D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventCallbackRegistry_RegisterCallback_TisRuntimeObject_mB4EF7159D7E9A0E1435729B4B488CEF2DA58ACDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventList_TisRuntimeObject_mE630958843CFA69B8B9C556D706FD8B249625DA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ValidateEventData_TisRuntimeObject_m040536F76D700E5860C5D98D6E18BFF2C412ADCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m2CBDAC468B5B84C29FF143386D1833A9B333C931_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExpressionVisitor_VisitAndConvert_TisRuntimeObject_m4C767DA02B81D479E7FC3AA1811B92265EC671B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponents_TisComponent_t39FBE53E5EFCF4409111FB22C15FF73717632EC3_m4CC28A4CF821ADA338084BBCDD4F1CA6F304D4D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GraphPointer_EnsureWithin_TisRuntimeObject_m3311E439EDB490AA2B2EEF530A31D62E60F2AECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GraphPointer_GetElementData_TisRuntimeObject_mABC9801D28C1FAADCFF0B08BEE4ADD0393409586_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GraphPointer_GetElementDebugData_TisRuntimeObject_mE1ADEF8C14250DB09E3AF852A9BBE407939F4B4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GraphPointer_GetGraphData_TisRuntimeObject_m347035BE4814E94264104A6840D7917F547F6F08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GraphPointer_GetGraphDebugData_TisRuntimeObject_m179C9F4B09EF2D0027D9CBB704955AAC82171C43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GroupBoxUtility_OnOptionAttachToPanel_m227E8DAD4C687749C1E87AC1468BAFDB68A5C891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GroupBoxUtility_OnOptionDetachFromPanel_mE571802019972490545DA33D71FC00A20F526161_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m2D4B497C130FF4E821F544E49A04E0BD1D0900C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m4713A3B85BAA46D80D4DBB0C38CFBB683FA111A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_mBCDCF918DCD9549DB3FC14605EF981B1233ABE8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m255BB2B62AAFAC0094B8A4A85F796BD62279E60F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InvokerBase_VerifyArgument_TisRuntimeObject_m490DCBDBBE03553D6DF8434C5A64171F4A0A7B8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m3C4591C0AD53EB095E17C4EAE9304651DAC2E671_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m6C657E70C3EDB91430549159C00923CBB5E589D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitializedCore_TisRuntimeObject_mF7F282E24251C4B201CE4AC5C5F0BB8E450B102E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m15D37DC63925DFEF6C02E934282463C02411242C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m711FB71A81AD0BD1C6FF3713F12857EA41C33DF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m06EAEA52AB075AB3B80E493CE0593C177AB19727_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m377F4EA9935CBD64678FEB9BCBEEFEF87B63BACA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB5E64608D47703A98476E026480AE38671047C87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDDF66CC2C694F12264A2848B8662990BEDC5DBF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m20568C4E9C1A6EA9AB25A9DE601FC55AE369A75E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8EAA91B4CE37CBB6C720FD238E4505097B29FFDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBB2665215C9020491DBEB82B9E3CABA0071A5B1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFB54FA29A70F8D8BC91BFEE9A2088B52356B3478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pressedButtons_mAEE1A8AAE5241E6E45E1750BE6BC01E86CC9EF1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_m8385693884168709EA34042CCFC135D9670E6183_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548; struct KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct CustomAttributeNamedArgumentU5BU5D_tC0A39D9401E28662213F5958EFF5D26D0681B440; struct CustomAttributeTypedArgumentU5BU5D_t6CAA09EC6AACBED57FC8B02C587D50BF6B738C6B; struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8; struct GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7; struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C; struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C; struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct StyleSelectorPartU5BU5D_tBA574FB3E75E94E52874FDB7B05B9048E8A5421B; struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; struct CollectionEntryU5BU5D_tA3E4D734F41DF1AC6028063B0A5C67096AB2F6C1; 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 // Unity.VisualScripting.EnumUtility/<>c__2`1 struct U3CU3Ec__2_1_t38DE38ACC5E8C7213AF75F51AEA6192F13400A83 : public RuntimeObject { }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t17BEEDF09096551355DA8EAB99B4985C7EAE7CC3 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t613A45FCF9B1A12F6D39EF6FB6DE89288112E696 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t852072CDFF0303D1154452D6964FAC8D36FAE7C4* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t852072CDFF0303D1154452D6964FAC8D36FAE7C4* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t6AC394511831000A7879F617A7A5A10F4E097F41 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t99B513FE3B92633DC8D61B09DA5292DC83FBDD74 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t751E090C9CCEDFE7DACDE13E290E3110D3EE28AA* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t751E090C9CCEDFE7DACDE13E290E3110D3EE28AA* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tA721F3FA3526198C198C53FD1DA29FD65DB5C162 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t4CDC6C432EAC565CE9A7DE695A33B8C33F9BA064 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t49E998685259ADE759F9329BF66F20DE8667006E* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t49E998685259ADE759F9329BF66F20DE8667006E* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t44CB69C17CCA3D82EEE90D3A4D29A7AF798486F1 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t8B45F86AD27A9D8326FA522C45CA74669CD4CDF9* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t8B45F86AD27A9D8326FA522C45CA74669CD4CDF9* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t03507AA9B63E29DBB1AC69485CC96FAA965A808A : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t69265D7FBC2C3636F8EC4F844AE44F2CA605B56E* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t69265D7FBC2C3636F8EC4F844AE44F2CA605B56E* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t2A430DB9706A5E7B2D83D88C8285A3BE7A6DE92D : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t6F0E9D3F3FD9400677A87178B87ABAE9E0497DA9* ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t6F0E9D3F3FD9400677A87178B87ABAE9E0497DA9* ___predicate2_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.ValueTuple`2> struct U3CU3Ec__DisplayClass7_0_3_t8FF294D3C6B8841DC6C84CAAE43BC6AAB7362E37 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Char> struct U3CU3Ec__DisplayClass7_0_3_tFB1D2C6DE89D1CF6FCC0A5F5CCFF91266E9E40B3 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Guid> struct U3CU3Ec__DisplayClass7_0_3_t564FDF24DB79F1A8FDC9EA5C28552871F4FDA68C : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> struct U3CU3Ec__DisplayClass7_0_3_tA929D09F4204D90D343747589174A49D72F43567 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Single> struct U3CU3Ec__DisplayClass7_0_3_tC6017985C816BE93A30A58B7697FD5B174106058 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector2> struct U3CU3Ec__DisplayClass7_0_3_t360F3C315FE3CE1C5216786EEDAAE71416359E31 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> struct U3CU3Ec__DisplayClass7_0_3_t464ABF4444E246AE1B386D951B1A91F0FC4FAA24 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector4> struct U3CU3Ec__DisplayClass7_0_3_tD776FABEAA58588FFAFCD87936854D21DAB8778E : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t37E1BD6BC7ED44C76B4F5D0698DDDF9B172D7274 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t1895E34D77F33EAF8A87782E8C6CD8AC2B0F4A3B : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t38A9AA69804F49C984E6748C9587E944BEEC7B05 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tE459953C56D61C1BD6A90D23985A15E579277C7B : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t17BCD5BC9517E3AE57212074F29558C2B309E537 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tA00D33706CAAC86FC273686E9497A431702F0368 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tEBA47A433E5FFBEEB56BDA322F10AC56CBE78E55 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t2C59BA5D36CE45124757D6559A7097D8FA3DBC4A : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t74D65A70795A5F9F9FEB8681A50522F8172EFECF : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t34B473367CFCD46DD7984B61D4B7BB0A7C120CAE : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tC79242BAB3624B909C796C8FAA143B3462E012F1 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t683290B8A5176087BD26069DBC070F8511175DC8 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t5A8A4B068CF95A4B520DDD446C9B7C625DA7EDD3 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t35586E3ED84A963A28B11535AF3D5455272C0804 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t319C53BA757327A50B0CF21C9905A3130E8E329F : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t76E3DB962420B80E3DDF2FE58D3319E7D0281ABB : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDE6AB716F84AC3A9FCD2632267F616064E48C8D3 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t968589E3FA9FEBC6BAB8A2236A9FF64C52233EC7 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t248395E82D583230D28BD3CAAF3C531B8D19FA62 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t3E97916CEC7784A71E5BFBED69E2F8FFB49994FC : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tE0BE88AB3DEEDBE06E47FC31B7FFB2BFAFD90759 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tAE0A7DD39E3D3BEFFC0ED569248FD6C36D28EE16 : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tD3D397E83CEF61BBD30523DEB1EFAB0DE4976F7E : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tF2DFBAC4FAAE35AE9BDD3172B75D2496A90857BE : public RuntimeObject { // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector1_1; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_tA48A82D2DCB4992AF8101905D660E9BDA28BDEA6 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_tD7872B3AA6B766CCE180AA90881C2CF2663CCA7E* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_t01E116ED1446E76A57A979E1EDA3DAB8BFAC52D7 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_tD4BC08B54D8D8F3BB8F18DF2B70F773589AF02E3* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_t73A53E9EB40BC4E66C9CC63525772D612FDCF130 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_t74402C59F71D80CCF3A73645CAF4276F7F625E76* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_t7C1DDC1DF9D8E4DA5144DAC4A6E59124A2C66933 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_tB38CFA2B03A052C237D2DF7974738D0E021CCD2D* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_tA0D0BA48069E82216E051BD49A1E37335C151428 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_t496BD39F99494741E19064E8CB2E3790E925E757* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_t4EA37689378A56B25BC92889EBBF8626BDDFCB6E : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_t6A5C49CDFBC10B2FAE4899D3D39D8A3C79E76DFC* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_tCC801136352D17FD798DFD245E2B3E57CFC73039 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_t58E5056C3858798D8903B14FF810EE9F2B38CC38* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_tD820ECD6A1F80A353AAF6EC00FE5E7DA78648B2F : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_t49C1586DECA35B5F39BFA5E6494607C7A9683FBD* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_tEABB90B4E2CA0CAAA8F4F743D0BA250B3B96DB71 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_tF414E7583BB912F566F79F6BA83505A7F2C3C41A* ___handler_0; }; // Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2 struct U3CU3Ec__DisplayClass8_0_2_t1F3C9F67E1B217D3D61734BAE14D30D5DE924846 : public RuntimeObject { // System.Func`3 Unity.VisualScripting.BinaryOperatorHandler/<>c__DisplayClass8_0`2::handler Func_3_tAD065C32138D70F99F7E8D8BBF25867D55236464* ___handler_0; }; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t9D02F14C2DCE5C36C89C4170721D0EFFC8ED09D5 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__99`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__99`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__99`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; }; // System.Linq.Enumerable/d__59`1 struct U3CConcatIteratorU3Ed__59_1_tDAFB43444D837C1BD4FFCCF332B8F39E80442B91 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__59`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__59`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__59`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::first RuntimeObject* ___first_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::<>3__first RuntimeObject* ___U3CU3E3__first_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::second RuntimeObject* ___second_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::<>3__second RuntimeObject* ___U3CU3E3__second_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__59`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; }; // System.Linq.Enumerable/d__68`1 struct U3CDistinctIteratorU3Ed__68_1_tE9924A60C1D3B7B37B6B2EBFA23FF32F38DDC7ED : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__68`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__68`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__68`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__68`1::comparer RuntimeObject* ___comparer_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__68`1::<>3__comparer RuntimeObject* ___U3CU3E3__comparer_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__68`1::source RuntimeObject* ___source_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__68`1::<>3__source RuntimeObject* ___U3CU3E3__source_6; // System.Linq.Set`1 System.Linq.Enumerable/d__68`1::5__2 Set_1_tE5019340A154F7D644402ECAE970AA5ACDAE7921* ___U3CsetU3E5__2_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__68`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; }; // System.Linq.Enumerable/d__77`1 struct U3CExceptIteratorU3Ed__77_1_t1521EF2AA8BA6A4B3BD620420AFA821563E95E61 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__77`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__77`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__77`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__77`1::comparer RuntimeObject* ___comparer_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__77`1::<>3__comparer RuntimeObject* ___U3CU3E3__comparer_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__77`1::second RuntimeObject* ___second_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__77`1::<>3__second RuntimeObject* ___U3CU3E3__second_6; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__77`1::first RuntimeObject* ___first_7; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__77`1::<>3__first RuntimeObject* ___U3CU3E3__first_8; // System.Linq.Set`1 System.Linq.Enumerable/d__77`1::5__2 Set_1_tE5019340A154F7D644402ECAE970AA5ACDAE7921* ___U3CsetU3E5__2_9; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__77`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_10; }; // System.Linq.Enumerable/d__97`1 struct U3COfTypeIteratorU3Ed__97_1_tF761C30C6E4843D1A86B1CF9B2400664456D923B : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__97`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__97`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__97`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__97`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__97`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__97`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; }; // System.Linq.Enumerable/d__117`1 struct U3CRepeatIteratorU3Ed__117_1_t1AC5945335D70AAF4C0A627599834E08C399269A : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__117`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__117`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__117`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // TResult System.Linq.Enumerable/d__117`1::element RuntimeObject* ___element_3; // TResult System.Linq.Enumerable/d__117`1::<>3__element RuntimeObject* ___U3CU3E3__element_4; // System.Int32 System.Linq.Enumerable/d__117`1::count int32_t ___count_5; // System.Int32 System.Linq.Enumerable/d__117`1::<>3__count int32_t ___U3CU3E3__count_6; // System.Int32 System.Linq.Enumerable/d__117`1::5__2 int32_t ___U3CiU3E5__2_7; }; // System.Linq.Enumerable/d__17`2 struct U3CSelectManyIteratorU3Ed__17_2_tB25EF93E4FE145DB1CE3B81C7854EAD9C5C38460 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__17`2::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__17`2::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__17`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Func`2> System.Linq.Enumerable/d__17`2::selector Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1* ___selector_5; // System.Func`2> System.Linq.Enumerable/d__17`2::<>3__selector Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1* ___U3CU3E3__selector_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; }; // System.Linq.Enumerable/d__31`1 struct U3CSkipIteratorU3Ed__31_1_t58E74A0C1789CE330172491EDCE6F0E532F18E3F : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__31`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__31`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__31`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__31`1::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__31`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Int32 System.Linq.Enumerable/d__31`1::count int32_t ___count_5; // System.Int32 System.Linq.Enumerable/d__31`1::<>3__count int32_t ___U3CU3E3__count_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__31`1::5__2 RuntimeObject* ___U3CeU3E5__2_7; }; // System.Linq.Enumerable/d__25`1 struct U3CTakeIteratorU3Ed__25_1_t2A8EA71A5DCED7EB2CD190B4B97A611C34A8C3A9 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__25`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__25`1::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__25`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Int32 System.Linq.Enumerable/d__25`1::count int32_t ___count_3; // System.Int32 System.Linq.Enumerable/d__25`1::<>3__count int32_t ___U3CU3E3__count_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__25`1::source RuntimeObject* ___source_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__25`1::<>3__source RuntimeObject* ___U3CU3E3__source_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__25`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA1178F817CF26475E1CFC07931714B9148837ACC : 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_t86ECB95C8ADA3F4C8726CC7BBBE047FE066025EC* ____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_t435768D0975E0BFD98989F752B7189D2EAF67F34* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t17AF9EF07998DC692EF46E4B762821926207BDF3* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t085D321FFFE1629BA3A62F7A3CBC29EED22EEB68 : 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_tD1C3502C8737D12235B0AE0048937630CBF65234* ____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_tB7FB8B930258E089DF6A6020A83FAA2D267D9892* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tD34C07B01FDE3DA50B1CDF6C24947E3064040AC2* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : 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_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____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_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1 : 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_t8A61658460FB17254FA3796E021DC61AED164F75* ____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_tEBE08B15420BC67BA2CCF00CB0FC401CEE1820A9* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tE4B5F81478422E33CBDE8650FC287DBA3AF04E86* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710 : 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_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96* ____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_tE66790F09E854C19C7F612BEAD203AE626E90A36* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t5EBF5D901B03BAA73BBA380BA0BAE56606A6F0E3 : 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_tB4C969386B40B46770594C11E6B72A7FFC89EDBF* ____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_t789F3FBD1B0DF766FD867E4CC52C95E2FF810231* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t1BEF0D0DF6424ECBF380F728004140849DA391C2* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_t8C8873EF4F89FB0F86D91BA5B4D640E3A23AD28E : public RuntimeObject { }; // System.Dynamic.Utils.EmptyReadOnlyCollection`1 struct EmptyReadOnlyCollection_1_t89A294F273BB8EE92CD342ECABFE95F63B51B817 : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1> struct EqualityComparer_1_tA86A51ABAEF3B79540C96CC647F63A249C1EBF0D : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t8576A23859AAB111A218EAE239E10E5E9E2D66FC : public RuntimeObject { }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2 : public RuntimeObject { }; // System.Linq.GroupedEnumerable`3 struct GroupedEnumerable_3_t4A07DEDFF6AAFE7DB06FE12B12AEAFDCB45D75D4 : public RuntimeObject { // System.Collections.Generic.IEnumerable`1 System.Linq.GroupedEnumerable`3::source RuntimeObject* ___source_0; // System.Func`2 System.Linq.GroupedEnumerable`3::keySelector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___keySelector_1; // System.Func`2 System.Linq.GroupedEnumerable`3::elementSelector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___elementSelector_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.GroupedEnumerable`3::comparer RuntimeObject* ___comparer_3; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t76783329407A13B928891EECA30140A2082D95CB : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t6F94DB7F608808BA5515DAAC9DFA86D4C1461B2F* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t5CAE38889F2313A02A552072847532DC443342B7 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tFC6F2925560786218BC89310A555062908EEB34A* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_tFDA39169D9C6970C067C13BC43A659E8E7349DF9 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t39CACD214A9864123B4909723A12357976D7962C* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_tF3E348B886A2127B3454B0F45C295D0B8F391FF7 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t91A624BBBF35783288D0EDE3A07605A6089F2EC3* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t38B7FE62B129B426F21562CAED3744B2548DB235 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tC31790A67730A002933CEA9792B7EB48D5500262* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t5D891E10DA7AABD8B7C5568F30B94255C84984F4 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tB4D0292E43377A80B5CD8B2541B503F72CFD3B1F* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t7C8B84DD2939A7C3D90B4C3CC2D2DCB9143D1386 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF8962AA69BB122FE153972795BF96745A828A4C3* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_tBB17590C0098D3B9D26999089EDCD3989F9FAB4B : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t0F441D15BC9451B730811CA7ED8156290A0772EE* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t507FB6E877CFA14A3FA892AEE3DCD023D8238D79 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF525A0A9B87524BBDD3332CD710F220F38ECA6CB* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t22A110507176795CB8335234668911AC16DB52A9 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tCD55638D843270B3BED0B9D887BEF54A65C14675* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1> struct HashSet_1_t939F040B907E9A156564420F62C340EAD172D14E : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t46921473366CB9E5753B55FA37C91AED64707222* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC9EAB32D48234B1DC8EDC7128D40FC1EA7F420ED : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tCEDE2FE98064952AA75043CE279789BC3BED080F* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t756980BB26313AF5460A06A98D0851103A2124DA : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Il2CppChar ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tEEF82AE11FFC6DF9B283B2D5E4A87B3E3BFD805E : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current int32_t ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current RuntimeObject* ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t86D8BDE63EBFB97A0B7A8464AC2992725EE2281E : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current float ___current_2; }; // System.Collections.Generic.List`1> struct List_1_t8A1639802238DEF3222B6CBBC0DEF0B4B5F350EB : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t584CB490C8F4C21E0A0D5545409ED60BF71F3FE4 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.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; }; // System.Collections.Generic.List`1 struct List_1_t3CA8EA3609B406A4099002CBD02BB599F3B1D5DB : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tDF8521B5FFAC9D73CF65BE446C5F931238208088 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IEventSystemHandlerU5BU5D_t2A1BF495453B0C89CE5FF997A30B6F4239FDCBB2* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t15497C2CE809D6B0DC595F8C0AA376C5093693D9 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items MainComponentU5BU5D_t8A962F57D7CAEDB100268375587C5E8E48CB1C2F* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.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; }; // System.Collections.Generic.List`1 struct List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PanelU5BU5D_t7D67D36AB863888E29362503DEAFC876C6538C0B* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t9598BF37B4E02D55822E8CAD2390B4F0C5C78E6B : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items SerieU5BU5D_t3C286DD36DCE84820BE352D9EDD6C648C52C61D2* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items StyleSelectorPartU5BU5D_tBA574FB3E75E94E52874FDB7B05B9048E8A5421B* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.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; }; // System.Collections.Generic.List`1 struct List_1_t991BBC5A1D51F59A450367DF944DAA207F22D06D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_tBB9C5F5686CAE82E3D97D43DF0F3D68ABF75EC24* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t8EEABC87399C51697FF13CC459FC26CA5A5857DA : public RuntimeObject { // System.Collections.Generic.IEnumerable`1 System.Linq.OrderedEnumerable`1::source RuntimeObject* ___source_0; }; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51 : public RuntimeObject { // System.Collections.Generic.IEnumerable`1 System.Linq.OrderedEnumerable`1::source RuntimeObject* ___source_0; }; // System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 struct ReadOnlyCollectionBuilder_1_t145808638CB5C3E32FED08622615C294B09DEC4B : public RuntimeObject { // T[] System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_size int32_t ____size_1; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_version int32_t ____version_2; }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E : public RuntimeObject { // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject* ____syncRoot_1; }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92 : public RuntimeObject { // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject* ____syncRoot_1; }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505 : public RuntimeObject { // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject* ____syncRoot_1; }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB : public RuntimeObject { // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject* ____syncRoot_1; }; // Unity.VisualScripting.UnitPort`3 struct UnitPort_3_t3BDB6AF6AAF9927A0C940F08CFD19E645813CFB0 : public RuntimeObject { // Unity.VisualScripting.IUnit Unity.VisualScripting.UnitPort`3::k__BackingField RuntimeObject* ___U3CunitU3Ek__BackingField_0; // System.String Unity.VisualScripting.UnitPort`3::k__BackingField String_t* ___U3CkeyU3Ek__BackingField_1; }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7 : public RuntimeObject { // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { }; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; // XCharts.Runtime.BaseSerie struct BaseSerie_tB6EEE16FFB8ECD9CC34EFBAC2CBC48C9574B5E36 : public RuntimeObject { // System.Action XCharts.Runtime.BaseSerie::k__BackingField Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CrefreshComponentU3Ek__BackingField_0; // UnityEngine.GameObject XCharts.Runtime.BaseSerie::k__BackingField GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CgameObjectU3Ek__BackingField_1; // System.Boolean XCharts.Runtime.BaseSerie::m_VertsDirty bool ___m_VertsDirty_2; // System.Boolean XCharts.Runtime.BaseSerie::m_ComponentDirty bool ___m_ComponentDirty_3; // XCharts.Runtime.Painter XCharts.Runtime.BaseSerie::m_Painter Painter_tF23D9EA34A72E457D4EDBF43F419C2AC0EA93CD9* ___m_Painter_4; // XCharts.Runtime.SerieContext XCharts.Runtime.BaseSerie::context SerieContext_t7668E44F3F0D46C1B7719064E3F97E9F5279C869* ___context_5; // XCharts.Runtime.InteractData XCharts.Runtime.BaseSerie::interact InteractData_t73A6B5E054D1A97518031677D339E94C4A8678D9* ___interact_6; // XCharts.Runtime.SerieHandler XCharts.Runtime.BaseSerie::k__BackingField SerieHandler_t027F53DDA3421E7C95622F82A63E451D2BDB59C5* ___U3ChandlerU3Ek__BackingField_7; }; // System.Linq.Expressions.Interpreter.BranchLabel struct BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA : public RuntimeObject { // System.Int32 System.Linq.Expressions.Interpreter.BranchLabel::_targetIndex int32_t ____targetIndex_0; // System.Int32 System.Linq.Expressions.Interpreter.BranchLabel::_stackDepth int32_t ____stackDepth_1; // System.Int32 System.Linq.Expressions.Interpreter.BranchLabel::_continuationStackDepth int32_t ____continuationStackDepth_2; // System.Collections.Generic.List`1 System.Linq.Expressions.Interpreter.BranchLabel::_forwardBranchFixups List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ____forwardBranchFixups_3; // System.Int32 System.Linq.Expressions.Interpreter.BranchLabel::k__BackingField int32_t ___U3CLabelIndexU3Ek__BackingField_4; }; // System.Buffer struct Buffer_tF5DDA52AA39735125D710A126AC80BADEB900CD4 : public RuntimeObject { }; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject { // UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0; }; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B : public RuntimeObject { // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_kernelEvent ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* ____kernelEvent_3; // System.Threading.SparselyPopulatedArray`1[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_registeredCallbacksLists SparselyPopulatedArray_1U5BU5D_t8E75A036E16E53CF08AAAF37EB6621DE3B26307E* ____registeredCallbacksLists_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_state int32_t ____state_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_threadIDExecutingCallbacks int32_t ____threadIDExecutingCallbacks_6; // System.Boolean System.Threading.CancellationTokenSource::_disposed bool ____disposed_7; // System.Threading.CancellationCallbackInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_executingCallback CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D* ____executingCallback_8; // System.Threading.Timer modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_timer Timer_t763C1D5F5A36087DC92C7DA4D1F8AB578F83AB00* ____timer_9; }; // XCharts.Runtime.ChartCached struct ChartCached_tB33066A5A1D661A817689FD9B66661B96FFAD065 : public RuntimeObject { }; // Unity.VisualScripting.Cloning struct Cloning_t5CEDB84978DF0B54739B29F4ABCE366E51AFEF22 : public RuntimeObject { }; // System.Collections.Generic.CollectionExtensions struct CollectionExtensions_t182A00BC503C9791010A3F71F412C76ABDD4D10D : public RuntimeObject { }; // System.Dynamic.Utils.CollectionExtensions struct CollectionExtensions_t12AA86DB09D1442F1691A1B1F4F35ADE1604514D : public RuntimeObject { }; // Unity.VisualScripting.ComponentHolderProtocol struct ComponentHolderProtocol_t0A29556B7D45E7257C5432CACDCF618E97A5B30C : public RuntimeObject { }; // UnityEngine.UIElements.ComputedTransitionUtils struct ComputedTransitionUtils_tC9191F301DCE1CB02C3FFC174E651E14204F1C7A : public RuntimeObject { }; // System.Diagnostics.Contracts.Contract struct Contract_tD9FCC48E522DA4471B12BD7298721B5814BF91A6 : public RuntimeObject { }; // System.Dynamic.Utils.ContractUtils struct ContractUtils_tFD5BFE68866F22438D49EF2D69CC0BE6FFF726EC : public RuntimeObject { }; // Unity.VisualScripting.ConversionUtility struct ConversionUtility_tBDD6C099F82B8131EF915E1CF82312D090963668 : public RuntimeObject { }; // System.Reflection.CustomAttributeData struct CustomAttributeData_tC851BE158358D5CFB283E630148B10B7685DDC95 : public RuntimeObject { // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; // System.Reflection.CustomAttributeData/LazyCAttrData System.Reflection.CustomAttributeData::lazyData LazyCAttrData_t4F8036F83C070762609DB213B69F7FAA2D34ACA3* ___lazyData_3; }; // System.Reflection.CustomAttributeExtensions struct CustomAttributeExtensions_t8BE4B68F928B20AC1E02ABD129534DB9004FB0FA : public RuntimeObject { }; // XCharts.Runtime.DataZoomHelper struct DataZoomHelper_tFAD3370EAFE7E5AE9A59B81CD078690C1EDC8C11 : public RuntimeObject { }; // System.Data.ProviderBase.DbReferenceCollection struct DbReferenceCollection_t459E23141A0B0E02858DF535C8186F19E6C405E2 : public RuntimeObject { // System.Data.ProviderBase.DbReferenceCollection/CollectionEntry[] System.Data.ProviderBase.DbReferenceCollection::_items CollectionEntryU5BU5D_tA3E4D734F41DF1AC6028063B0A5C67096AB2F6C1* ____items_0; // System.Object System.Data.ProviderBase.DbReferenceCollection::_itemLock RuntimeObject* ____itemLock_1; // System.Int32 System.Data.ProviderBase.DbReferenceCollection::_optimisticCount int32_t ____optimisticCount_2; // System.Int32 System.Data.ProviderBase.DbReferenceCollection::_lastItemIndex int32_t ____lastItemIndex_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Data.ProviderBase.DbReferenceCollection::_isNotifying bool ____isNotifying_4; }; // Unity.VisualScripting.Ensure struct Ensure_t1AB90E1B9CFC75A223C082272E0281C91184901D : public RuntimeObject { }; // Unity.VisualScripting.EnsureThat struct EnsureThat_tCC49E8B65851E70C9534A68EB657B6227F0549FC : public RuntimeObject { // System.String Unity.VisualScripting.EnsureThat::paramName String_t* ___paramName_0; }; // Unity.VisualScripting.EnumUtility struct EnumUtility_t358841414FE9A925A91BDC232FC0E6D1B8B9C55B : public RuntimeObject { }; // System.Linq.Enumerable struct Enumerable_t372195206D92B3F390693F9449282C31FD564C09 : public RuntimeObject { }; // System.Collections.Generic.EnumerableHelpers struct EnumerableHelpers_t18A53CA9FA987FA240C4777E90230115D116D29B : public RuntimeObject { }; // Unity.VisualScripting.EventBus struct EventBus_t6457FCB216134244ECE28921407E893BC1D38056 : public RuntimeObject { }; // UnityEngine.UIElements.EventCallbackFunctorBase struct EventCallbackFunctorBase_tEFE8404D9A89369B0A322FA7743CDA068A0BB568 : public RuntimeObject { // UnityEngine.UIElements.CallbackPhase UnityEngine.UIElements.EventCallbackFunctorBase::k__BackingField int32_t ___U3CphaseU3Ek__BackingField_0; // UnityEngine.UIElements.InvokePolicy UnityEngine.UIElements.EventCallbackFunctorBase::k__BackingField int32_t ___U3CinvokePolicyU3Ek__BackingField_1; }; // UnityEngine.UIElements.EventCallbackList struct EventCallbackList_tC6B518C9C5192317B413145F9B9A3678EEE5BF1E : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.UIElements.EventCallbackList::m_List List_1_t3D72E539CB95E6031583970D3E5187DDB5EC674C* ___m_List_0; // System.Int32 UnityEngine.UIElements.EventCallbackList::k__BackingField int32_t ___U3CtrickleDownCallbackCountU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.EventCallbackList::k__BackingField int32_t ___U3CbubbleUpCallbackCountU3Ek__BackingField_2; }; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85 : public RuntimeObject { // UnityEngine.UIElements.EventCallbackList UnityEngine.UIElements.EventCallbackRegistry::m_Callbacks EventCallbackList_tC6B518C9C5192317B413145F9B9A3678EEE5BF1E* ___m_Callbacks_1; // UnityEngine.UIElements.EventCallbackList UnityEngine.UIElements.EventCallbackRegistry::m_TemporaryCallbacks EventCallbackList_tC6B518C9C5192317B413145F9B9A3678EEE5BF1E* ___m_TemporaryCallbacks_2; // System.Int32 UnityEngine.UIElements.EventCallbackRegistry::m_IsInvoking int32_t ___m_IsInvoking_3; }; // UnityEngine.UIElements.EventDispatcher struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398 : public RuntimeObject { // UnityEngine.UIElements.ClickDetector UnityEngine.UIElements.EventDispatcher::m_ClickDetector ClickDetector_t6B5A82C99CFD12E051D8E84A7C8F7488355B8F31* ___m_ClickDetector_0; // System.Collections.Generic.List`1 UnityEngine.UIElements.EventDispatcher::m_DispatchingStrategies List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* ___m_DispatchingStrategies_1; // System.Collections.Generic.Queue`1 UnityEngine.UIElements.EventDispatcher::m_Queue Queue_1_t488F4FFC87B785BACAAF18A6B2E9307E5451DF68* ___m_Queue_3; // UnityEngine.UIElements.PointerDispatchState UnityEngine.UIElements.EventDispatcher::k__BackingField PointerDispatchState_t145BB8BB02690F87487325596E690295E39A383A* ___U3CpointerStateU3Ek__BackingField_4; // System.UInt32 UnityEngine.UIElements.EventDispatcher::m_GateCount uint32_t ___m_GateCount_5; // System.Collections.Generic.Stack`1 UnityEngine.UIElements.EventDispatcher::m_DispatchContexts Stack_1_t19851BEF370D35BCE2A6C3848C5148B09113067C* ___m_DispatchContexts_6; // System.Boolean UnityEngine.UIElements.EventDispatcher::m_Immediate bool ___m_Immediate_8; // System.Boolean UnityEngine.UIElements.EventDispatcher::k__BackingField bool ___U3CprocessingEventsU3Ek__BackingField_9; }; // System.Diagnostics.Tracing.EventSource struct EventSource_tA86759A1E6F272632C299AAC181C0A67E5C52F25 : public RuntimeObject { // System.String System.Diagnostics.Tracing.EventSource::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; }; // System.Data.ExceptionBuilder struct ExceptionBuilder_t01A677260708E7450A9923314D162AB474E5F02D : public RuntimeObject { }; // Unity.VisualScripting.ExceptionMessages struct ExceptionMessages_t2B50BCEA3112A565E96D9396D1096D15F3581F37 : public RuntimeObject { }; // UnityEngine.EventSystems.ExecuteEvents struct ExecuteEvents_t74DCF8B83743EE2773ACF182344612A048E2CC59 : public RuntimeObject { }; // System.Linq.Expressions.Expression struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 : public RuntimeObject { }; // System.Dynamic.Utils.ExpressionUtils struct ExpressionUtils_t840E12569E851470D21F9784B859DD4F07235F35 : public RuntimeObject { }; // System.Linq.Expressions.ExpressionVisitor struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590 : public RuntimeObject { }; // Unity.VisualScripting.Flow struct Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582 : public RuntimeObject { // Unity.VisualScripting.GraphStack Unity.VisualScripting.Flow::k__BackingField GraphStack_tD9049F5FB5F8D9E9CD80764D18067D0F87343E7C* ___U3CstackU3Ek__BackingField_0; // Unity.VisualScripting.Recursion`1 Unity.VisualScripting.Flow::recursion Recursion_1_tDFF1B549E70648F1694033FADF89F8F0EB28587D* ___recursion_1; // System.Collections.Generic.Dictionary`2 Unity.VisualScripting.Flow::locals Dictionary_2_t3D5C4496A22EAD3D8DD55DCDFBB4F4E9BE8311FF* ___locals_2; // Unity.VisualScripting.VariableDeclarations Unity.VisualScripting.Flow::variables VariableDeclarations_t7701E0B99E3AED5CDC693ABFBDD6D1C73945B405* ___variables_3; // System.Collections.Generic.Stack`1 Unity.VisualScripting.Flow::loops Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ___loops_4; // System.Collections.Generic.HashSet`1 Unity.VisualScripting.Flow::preservedStacks HashSet_1_t015F1F38EE02675ACF63C72E1E1D832249BB06DA* ___preservedStacks_5; // UnityEngine.MonoBehaviour Unity.VisualScripting.Flow::k__BackingField MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* ___U3CcoroutineRunnerU3Ek__BackingField_6; // System.Collections.Generic.ICollection`1 Unity.VisualScripting.Flow::activeCoroutinesRegistry RuntimeObject* ___activeCoroutinesRegistry_7; // System.Boolean Unity.VisualScripting.Flow::coroutineStopRequested bool ___coroutineStopRequested_8; // System.Boolean Unity.VisualScripting.Flow::k__BackingField bool ___U3CisCoroutineU3Ek__BackingField_9; // System.Collections.IEnumerator Unity.VisualScripting.Flow::coroutineEnumerator RuntimeObject* ___coroutineEnumerator_10; // System.Boolean Unity.VisualScripting.Flow::k__BackingField bool ___U3CisPredictionU3Ek__BackingField_11; // System.Boolean Unity.VisualScripting.Flow::disposed bool ___disposed_12; // System.Int32 Unity.VisualScripting.Flow::loopIdentifier int32_t ___loopIdentifier_14; }; // UnityEngine.TextCore.LowLevel.FontEngine struct FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A : public RuntimeObject { }; // Unity.VisualScripting.GraphPointer struct GraphPointer_t01C98F06D1A7635CB867665044B7DC1FE03D1C0B : public RuntimeObject { // Unity.VisualScripting.IGraphRoot Unity.VisualScripting.GraphPointer::k__BackingField RuntimeObject* ___U3CrootU3Ek__BackingField_0; // UnityEngine.GameObject Unity.VisualScripting.GraphPointer::k__BackingField GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CgameObjectU3Ek__BackingField_1; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::parentStack List_1_tF8892BD96CF6B23CD95F24F5381A6E7237540FD1* ___parentStack_2; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::parentElementStack List_1_t645DF2A1E7B0FB808EDE07ED53B8C56194AF35E6* ___parentElementStack_3; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::graphStack List_1_tE97B7994B98675F18C70DDD8DEB61E4FE5491DA1* ___graphStack_4; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::dataStack List_1_tF1785B2080B8536D64E747DAE8C2DE0D44A75E27* ___dataStack_5; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::debugDataStack List_1_t1715D0D9950CCCC39A77E9597CA69B346CD7E3E5* ___debugDataStack_6; }; // UnityEngine.UIElements.GroupBoxUtility struct GroupBoxUtility_t5B29AE5FF7BE272B8A8DFC848149A76F282912DC : public RuntimeObject { }; // Unity.VisualScripting.HashUtility struct HashUtility_t660A5DF14055DAE9EBF3CAD1BEC4C3FB41572444 : public RuntimeObject { }; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject { // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10; // System.Int32 System.Collections.Hashtable::_count int32_t ____count_11; // System.Int32 System.Collections.Hashtable::_occupancy int32_t ____occupancy_12; // System.Int32 System.Collections.Hashtable::_loadsize int32_t ____loadsize_13; // System.Single System.Collections.Hashtable::_loadFactor float ____loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version int32_t ____version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress bool ____isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::_keys RuntimeObject* ____keys_17; // System.Collections.ICollection System.Collections.Hashtable::_values RuntimeObject* ____values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject* ____syncRoot_20; }; // System.Collections.HashtableExtensions struct HashtableExtensions_t856DEECAB5172E908DD4944C65112B8D863DC779 : public RuntimeObject { }; // UnityEngine.UIElements.INotifyValueChangedExtensions struct INotifyValueChangedExtensions_t8DD510DB99D22D23F25416BDC10B04C11EACE5DA : public RuntimeObject { }; // System.Data.Index struct Index_tB35755A4A90336B5A005AD1320AAF1219DEE2483 : public RuntimeObject { // System.Data.DataTable System.Data.Index::_table DataTable_t9240A0D6726299C55832BF4EE085C864A1CCBB07* ____table_0; // System.Data.IndexField[] System.Data.Index::_indexFields IndexFieldU5BU5D_t2E1FE07C5E6C8080FCF4908199FFDFEBA1EECA3E* ____indexFields_1; // System.Comparison`1 System.Data.Index::_comparison Comparison_1_t08F05E5982EA288B3368FA03B4763D49EFED87F0* ____comparison_2; // System.Data.DataViewRowState System.Data.Index::_recordStates int32_t ____recordStates_3; // System.WeakReference System.Data.Index::_rowFilter WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ____rowFilter_4; // System.Data.Index/IndexTree System.Data.Index::_records IndexTree_t5A9D1B6E4C2AF3B18E6CC799F1A38063EAA53887* ____records_5; // System.Int32 System.Data.Index::_recordCount int32_t ____recordCount_6; // System.Int32 System.Data.Index::_refCount int32_t ____refCount_7; // System.Data.Listeners`1 System.Data.Index::_listeners Listeners_1_t37132A15E50B5B90C84260E8B1072BF1D7DB99CC* ____listeners_8; // System.Boolean System.Data.Index::_suspendEvents bool ____suspendEvents_9; // System.Boolean System.Data.Index::_isSharable bool ____isSharable_10; // System.Boolean System.Data.Index::_hasRemoteAggregate bool ____hasRemoteAggregate_11; // System.Int32 System.Data.Index::_objectID int32_t ____objectID_13; }; // System.Linq.Expressions.Interpreter.Instruction struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 : public RuntimeObject { }; // System.Linq.Expressions.Interpreter.InstructionList struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A : public RuntimeObject { // System.Collections.Generic.List`1 System.Linq.Expressions.Interpreter.InstructionList::_instructions List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* ____instructions_0; // System.Collections.Generic.List`1 System.Linq.Expressions.Interpreter.InstructionList::_objects List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____objects_1; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_currentStackDepth int32_t ____currentStackDepth_2; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_maxStackDepth int32_t ____maxStackDepth_3; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_currentContinuationsDepth int32_t ____currentContinuationsDepth_4; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_maxContinuationDepth int32_t ____maxContinuationDepth_5; // System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_runtimeLabelCount int32_t ____runtimeLabelCount_6; // System.Collections.Generic.List`1 System.Linq.Expressions.Interpreter.InstructionList::_labels List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* ____labels_7; // System.Collections.Generic.List`1> System.Linq.Expressions.Interpreter.InstructionList::_debugCookies List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ____debugCookies_8; }; // System.Threading.Interlocked struct Interlocked_t8A60F2549BC4FF402BA876880E6C60D20E782B0D : public RuntimeObject { }; // System.Linq.Expressions.Interpreter.InterpretedFrame struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D : public RuntimeObject { // System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.InterpretedFrame::Interpreter Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___Interpreter_1; // System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::_parent InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____parent_2; // System.Int32[] System.Linq.Expressions.Interpreter.InterpretedFrame::_continuations Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____continuations_3; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_continuationIndex int32_t ____continuationIndex_4; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingContinuation int32_t ____pendingContinuation_5; // System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingValue RuntimeObject* ____pendingValue_6; // System.Object[] System.Linq.Expressions.Interpreter.InterpretedFrame::Data ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Data_7; // System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.InterpretedFrame::Closure IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___Closure_8; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::StackIndex int32_t ___StackIndex_9; // System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::InstructionIndex int32_t ___InstructionIndex_10; }; // Unity.VisualScripting.InvokerBase struct InvokerBase_t7EAFB932168B4166A9D41BF15E3DF2160743B778 : public RuntimeObject { // System.Type Unity.VisualScripting.InvokerBase::targetType Type_t* ___targetType_0; // System.Reflection.MethodInfo Unity.VisualScripting.InvokerBase::methodInfo MethodInfo_t* ___methodInfo_1; }; // SimpleJSON.JSONNode struct JSONNode_tDBF6A862594425AD5621BB6756DF7BBD6CDC7653 : public RuntimeObject { }; // System.Runtime.CompilerServices.JitHelpers struct JitHelpers_t15439654973DBC6512239BD04D2E0A3E0EDCCE62 : public RuntimeObject { }; // UnityEngine.JsonUtility struct JsonUtility_t731013D97E03B7EDAE6186D6D6826A53B85F7197 : public RuntimeObject { }; // System.Linq.Expressions.Interpreter.LabelInfo struct LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF : public RuntimeObject { // System.Linq.Expressions.LabelTarget System.Linq.Expressions.Interpreter.LabelInfo::_node LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ____node_0; // System.Linq.Expressions.Interpreter.BranchLabel System.Linq.Expressions.Interpreter.LabelInfo::_label BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ____label_1; // System.Object System.Linq.Expressions.Interpreter.LabelInfo::_definitions RuntimeObject* ____definitions_2; // System.Collections.Generic.List`1 System.Linq.Expressions.Interpreter.LabelInfo::_references List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* ____references_3; // System.Boolean System.Linq.Expressions.Interpreter.LabelInfo::_acrossBlockJump bool ____acrossBlockJump_4; }; // System.Linq.Expressions.LabelTarget struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5 : public RuntimeObject { // System.String System.Linq.Expressions.LabelTarget::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Type System.Linq.Expressions.LabelTarget::k__BackingField Type_t* ___U3CTypeU3Ek__BackingField_1; }; // System.Threading.LazyInitializer struct LazyInitializer_t81FC47D75907B87D08CFBF24B41FB06B968BC948 : public RuntimeObject { }; // System.Linq.Expressions.Interpreter.LightCompiler struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A : public RuntimeObject { // System.Linq.Expressions.Interpreter.InstructionList System.Linq.Expressions.Interpreter.LightCompiler::_instructions InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ____instructions_0; // System.Linq.Expressions.Interpreter.LocalVariables System.Linq.Expressions.Interpreter.LightCompiler::_locals LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ____locals_1; // System.Collections.Generic.List`1 System.Linq.Expressions.Interpreter.LightCompiler::_debugInfos List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* ____debugInfos_2; // System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2 System.Linq.Expressions.Interpreter.LightCompiler::_treeLabels HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* ____treeLabels_3; // System.Linq.Expressions.Interpreter.LabelScopeInfo System.Linq.Expressions.Interpreter.LightCompiler::_labelBlock LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ____labelBlock_4; // System.Collections.Generic.Stack`1 System.Linq.Expressions.Interpreter.LightCompiler::_exceptionForRethrowStack Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* ____exceptionForRethrowStack_5; // System.Linq.Expressions.Interpreter.LightCompiler System.Linq.Expressions.Interpreter.LightCompiler::_parent LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ____parent_6; // System.Linq.Expressions.StackGuard System.Linq.Expressions.Interpreter.LightCompiler::_guard StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* ____guard_7; }; // System.Linq.Expressions.Interpreter.LightLambda struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5 : public RuntimeObject { // System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.LightLambda::_closure IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ____closure_0; // System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.LightLambda::_interpreter Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ____interpreter_1; // System.Linq.Expressions.Interpreter.LightDelegateCreator System.Linq.Expressions.Interpreter.LightLambda::_delegateCreator LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ____delegateCreator_3; }; // XCharts.Runtime.MainComponent struct MainComponent_t4B4E4C4E5AD627DDCA5EE5266EAC41609A0EA125 : public RuntimeObject { // System.Int32 XCharts.Runtime.MainComponent::k__BackingField int32_t ___U3CindexU3Ek__BackingField_0; // System.Boolean XCharts.Runtime.MainComponent::m_VertsDirty bool ___m_VertsDirty_1; // System.Boolean XCharts.Runtime.MainComponent::m_ComponentDirty bool ___m_ComponentDirty_2; // XCharts.Runtime.Painter XCharts.Runtime.MainComponent::m_Painter Painter_tF23D9EA34A72E457D4EDBF43F419C2AC0EA93CD9* ___m_Painter_3; // System.Action XCharts.Runtime.MainComponent::k__BackingField Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CrefreshComponentU3Ek__BackingField_4; // UnityEngine.GameObject XCharts.Runtime.MainComponent::k__BackingField GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CgameObjectU3Ek__BackingField_5; // XCharts.Runtime.MainComponentHandler XCharts.Runtime.MainComponent::k__BackingField MainComponentHandler_tB7AB40CC58F70BF0A48CFA60C4A3FAFA17B0F0DF* ___U3ChandlerU3Ek__BackingField_6; }; // XCharts.Runtime.MainComponentContext struct MainComponentContext_tC643BD58596BF973CFB0878920974E2627ADF3A1 : public RuntimeObject { }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // Unity.VisualScripting.OperatorHandler struct OperatorHandler_tF3D07F68319B7937073E8361BABC759CED880F72 : public RuntimeObject { // System.String Unity.VisualScripting.OperatorHandler::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // System.String Unity.VisualScripting.OperatorHandler::k__BackingField String_t* ___U3CverbU3Ek__BackingField_1; // System.String Unity.VisualScripting.OperatorHandler::k__BackingField String_t* ___U3CsymbolU3Ek__BackingField_2; // System.String Unity.VisualScripting.OperatorHandler::k__BackingField String_t* ___U3CcustomMethodNameU3Ek__BackingField_3; }; // System.Reflection.ParameterInfo struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject { // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_0; // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t* ___ClassImpl_1; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject* ___DefaultValueImpl_2; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t* ___MemberImpl_3; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_4; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_5; }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke { int32_t ___AttrsImpl_0; Type_t* ___ClassImpl_1; Il2CppIUnknown* ___DefaultValueImpl_2; MemberInfo_t* ___MemberImpl_3; char* ___NameImpl_4; int32_t ___PositionImpl_5; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com { int32_t ___AttrsImpl_0; Type_t* ___ClassImpl_1; Il2CppIUnknown* ___DefaultValueImpl_2; MemberInfo_t* ___MemberImpl_3; Il2CppChar* ___NameImpl_4; int32_t ___PositionImpl_5; }; // UnityEngine.UIElements.PointerDispatchState struct PointerDispatchState_t145BB8BB02690F87487325596E690295E39A383A : public RuntimeObject { // UnityEngine.UIElements.IEventHandler[] UnityEngine.UIElements.PointerDispatchState::m_PendingPointerCapture IEventHandlerU5BU5D_t8B5095152BCB4F52D8AB93DF0B3DD76B0ED1B97D* ___m_PendingPointerCapture_0; // UnityEngine.UIElements.IEventHandler[] UnityEngine.UIElements.PointerDispatchState::m_PointerCapture IEventHandlerU5BU5D_t8B5095152BCB4F52D8AB93DF0B3DD76B0ED1B97D* ___m_PointerCapture_1; // System.Boolean[] UnityEngine.UIElements.PointerDispatchState::m_ShouldSendCompatibilityMouseEvents BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_ShouldSendCompatibilityMouseEvents_2; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // UnityEngine.UIElements.StyleValueCollection struct StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377 : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleValueCollection::m_Values List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* ___m_Values_0; }; // System.Linq.Expressions.SwitchCase struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A : public RuntimeObject { // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Linq.Expressions.SwitchCase::k__BackingField ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CTestValuesU3Ek__BackingField_0; // System.Linq.Expressions.Expression System.Linq.Expressions.SwitchCase::k__BackingField Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_1; }; // 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; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // System.Collections.Generic.ArrayBuilder`1 struct ArrayBuilder_1_tC16D480D6EF76F26D54661E2C7416BA07CA59964 { // T[] System.Collections.Generic.ArrayBuilder`1::_array ObjectU5BU5DU5BU5D_t6491927494F825352C40DCE9D447C97B17297969* ____array_0; // System.Int32 System.Collections.Generic.ArrayBuilder`1::_count int32_t ____count_1; }; // System.Linq.Buffer`1 struct Buffer_1_t1FBB44799AA20A023A81D600D180AD48AB0EDBC0 { // TElement[] System.Linq.Buffer`1::items CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; }; // System.Linq.Buffer`1 struct Buffer_1_t10E8615C3706C626725B10C3DDEF0AD28D233B59 { // TElement[] System.Linq.Buffer`1::items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; }; // System.Linq.Buffer`1 struct Buffer_1_t923D09F9DEE8C83545C506AADB5D6C0B2269DA30 { // TElement[] System.Linq.Buffer`1::items UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_t57EE4CE15F63B6E6E00076FA6F2327B38D4D4E37 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t76783329407A13B928891EECA30140A2082D95CB* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_tF1C83113B027428EC02FDD6D3B91715E09E46CE9* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_tA0984EE1D09E24788492EE149E83881358C6B5B0 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t5CAE38889F2313A02A552072847532DC443342B7* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_tC081592AA16500150A03F590F6437FF9AD687E1D { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tFDA39169D9C6970C067C13BC43A659E8E7349DF9* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t86D072B032BE6224AE97339E11155FE3C2852631* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_tEAE331837A4401A1B80CDB120A0095FC54BEE2B3 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tF3E348B886A2127B3454B0F45C295D0B8F391FF7* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_tBA3B1F047564C0FEF4668E919B719CEDF49CD3B0* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_t9CF0CA2632EFD97F22EB204B4A0734549BD696DB { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t38B7FE62B129B426F21562CAED3744B2548DB235* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_t871E5BD76C9AD0250C46AE46885C6B3F03394734 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t5D891E10DA7AABD8B7C5568F30B94255C84984F4* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_tB2FD1D6713BEB28D44B01BACE5FD5249EA92DC8B { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t7C8B84DD2939A7C3D90B4C3CC2D2DCB9143D1386* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_tB3304467B06D02B8CD22CB8613C86AB478EA4FED { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tBB17590C0098D3B9D26999089EDCD3989F9FAB4B* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t12BAEB5431579FAA5D01B255D10326B609682EDB* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_tCB1037F6E7D9EF32F3A3FA119926E9692460B8A4 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t507FB6E877CFA14A3FA892AEE3DCD023D8238D79* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t3AB036595A53604CCD8C377624B7AF476C2CEDC7* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_t1D5315BE30B1DE447B0D7DC895875C4370AD2CED { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t22A110507176795CB8335234668911AC16DB52A9* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator> struct Enumerator_t23748A67CDD4656651F84FF029788F8B61198722 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t939F040B907E9A156564420F62C340EAD172D14E* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Action_1_t17E52B12DC24FA6C9DD52F87043C85BEA889BB81* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t925DC752E02D1D36FEE64763955CF05FA685D0DB { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tC9EAB32D48234B1DC8EDC7128D40FC1EA7F420ED* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Delegate_t* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t6209EE23CCD16838DA331AC87789A15508C6C72B { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576* ____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 int32_t ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC90CC1386A8456BEE0538FB7FBD926FFB7749797 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t15497C2CE809D6B0DC595F8C0AA376C5093693D9* ____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 MainComponent_t4B4E4C4E5AD627DDCA5EE5266EAC41609A0EA125* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.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.List`1/Enumerator struct Enumerator_t45D02E37667F221BB9588F762A080F4172A29184 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t9598BF37B4E02D55822E8CAD2390B4F0C5C78E6B* ____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 Serie_tC660FA63CDDFBA44BF51D89396D177FBE64303A3* ____current_3; }; // UnityEngine.UIElements.EventCallbackFunctor`1 struct EventCallbackFunctor_1_t238AA18414A8DA7BE6558F92A541584E9E922DE0 : public EventCallbackFunctorBase_tEFE8404D9A89369B0A322FA7743CDA068A0BB568 { // UnityEngine.UIElements.EventCallback`1 UnityEngine.UIElements.EventCallbackFunctor`1::m_Callback EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07* ___m_Callback_2; // System.Int64 UnityEngine.UIElements.EventCallbackFunctor`1::m_EventTypeId int64_t ___m_EventTypeId_3; }; // System.Linq.Expressions.Interpreter.IntSwitchInstruction`1 struct IntSwitchInstruction_1_t333EDD576D4AA851BD34A4BDCAC2E5FB668D460C : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { // System.Collections.Generic.Dictionary`2 System.Linq.Expressions.Interpreter.IntSwitchInstruction`1::_cases Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ____cases_0; }; // System.Linq.Expressions.Interpreter.IntSwitchInstruction`1 struct IntSwitchInstruction_1_t4DBAEAC3976389B59CDC67B8D1E49EC22371DD3E : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { // System.Collections.Generic.Dictionary`2 System.Linq.Expressions.Interpreter.IntSwitchInstruction`1::_cases Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* ____cases_0; }; // 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.Nullable`1 struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_t7FDC122207E39C88BC86800DB007E88676C33546 : public OrderedEnumerable_1_t8EEABC87399C51697FF13CC459FC26CA5A5857DA { // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t8EEABC87399C51697FF13CC459FC26CA5A5857DA* ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_tEDCDCD7BE3F7A4F5A742A5FD711EA63155BC825E* ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_t51517C2F0D08851F60E9DD8FB874EC339A5F2BFA : public OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51 { // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51* ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_tA9DEFB149DAA0F612AACE71C5D5A35D6308A052D : public OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51 { // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51* ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_t71BA6A9F8F94FD49AA530865BA9BF576305461A1 : public OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51 { // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t635FACC705EB8D479616971CD818376DC3A5AF51* ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_tB86D019F1289E2D123C00796B373933613385952* ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; }; // 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; }; // UnityEngine.UIElements.StyleEnum`1 struct StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC { // T UnityEngine.UIElements.StyleEnum`1::m_Value int32_t ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleEnum`1::m_Keyword int32_t ___m_Keyword_1; }; // 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; }; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject* ___m_result_22; }; // System.Runtime.CompilerServices.TrueReadOnlyCollection`1 struct TrueReadOnlyCollection_1_t71A2D3FD751848C3E87C90C4EDF1D35A25879C4D : public ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92 { }; // System.ValueTuple`2 struct ValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A { // T1 System.ValueTuple`2::Item1 RuntimeObject* ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject* ___Item2_1; }; // System.Linq.Enumerable/WhereArrayIterator`1 struct WhereArrayIterator_1_t027D2511F9B69346688FE3E5623EF2BEE81E9FAA : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // TSource[] System.Linq.Enumerable/WhereArrayIterator`1::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereArrayIterator`1::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Int32 System.Linq.Enumerable/WhereArrayIterator`1::index int32_t ___index_5; }; // System.Linq.Enumerable/WhereEnumerableIterator`1 struct WhereEnumerableIterator_1_t1E787D13759F5A31C94B3FAED181402B25C278F4 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereEnumerableIterator`1::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereEnumerableIterator`1::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereEnumerableIterator`1::enumerator RuntimeObject* ___enumerator_5; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> struct WhereSelectArrayIterator_2_t9CC38AD9D47BA9244379A17890759D5740D5113C : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t8DA715D1B46C6A548326FB07B69E9154248A69F8 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t2EAC26B96F831DE5DB06181D97753343DD187577 : public Iterator_1_t756980BB26313AF5460A06A98D0851103A2124DA { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tC80EB6F425911E71B4D4712B7DA01244DF6E7C58 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tD87299FD8280F38D5E50B5174574F2F20188E0D4 : public Iterator_1_t86D8BDE63EBFB97A0B7A8464AC2992725EE2281E { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tF795401649F680CCD3CB35E5CF5B073D7D6B03CB : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source StyleSelectorPartU5BU5D_tBA574FB3E75E94E52874FDB7B05B9048E8A5421B* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t7E7216694EE7A991563EC30D68D86C597BF2A56A* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> struct WhereSelectEnumerableIterator_2_tB95A85F4BD200CD46FC8E0FF660D1BBC2AA388FF : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t1BC7D7BF022E4B65396A3E85C50E08AD7C53F3B6 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t670208C94EFD9BF4C4D4163848AEA1130728DC9F : public Iterator_1_t756980BB26313AF5460A06A98D0851103A2124DA { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t585674E4C2106F965D6B51B3B1068924FC97CE0F : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tF7B17AE20C591499CCC69CF4CFEA521F28D66E94 : public Iterator_1_t86D8BDE63EBFB97A0B7A8464AC2992725EE2281E { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tE9E39B5B3920248DC542D84A8CFB82C524F6E586 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t7E7216694EE7A991563EC30D68D86C597BF2A56A* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent struct AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D { // System.String UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent::Name String_t* ___Name_0; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent::Level int32_t ___Level_1; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent struct AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_pinvoke { char* ___Name_0; int32_t ___Level_1; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent struct AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Level_1; }; // 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; }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF { // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // XCharts.Runtime.Axis struct Axis_t5A392AEE486916EBA3E07498402A189890A7296A : public MainComponent_t4B4E4C4E5AD627DDCA5EE5266EAC41609A0EA125 { // System.Boolean XCharts.Runtime.Axis::m_Show bool ___m_Show_7; // XCharts.Runtime.Axis/AxisType XCharts.Runtime.Axis::m_Type int32_t ___m_Type_8; // XCharts.Runtime.Axis/AxisMinMaxType XCharts.Runtime.Axis::m_MinMaxType int32_t ___m_MinMaxType_9; // System.Int32 XCharts.Runtime.Axis::m_GridIndex int32_t ___m_GridIndex_10; // System.Int32 XCharts.Runtime.Axis::m_PolarIndex int32_t ___m_PolarIndex_11; // System.Int32 XCharts.Runtime.Axis::m_ParallelIndex int32_t ___m_ParallelIndex_12; // XCharts.Runtime.Axis/AxisPosition XCharts.Runtime.Axis::m_Position int32_t ___m_Position_13; // System.Single XCharts.Runtime.Axis::m_Offset float ___m_Offset_14; // System.Double XCharts.Runtime.Axis::m_Min double ___m_Min_15; // System.Double XCharts.Runtime.Axis::m_Max double ___m_Max_16; // System.Int32 XCharts.Runtime.Axis::m_SplitNumber int32_t ___m_SplitNumber_17; // System.Double XCharts.Runtime.Axis::m_Interval double ___m_Interval_18; // System.Boolean XCharts.Runtime.Axis::m_BoundaryGap bool ___m_BoundaryGap_19; // System.Int32 XCharts.Runtime.Axis::m_MaxCache int32_t ___m_MaxCache_20; // System.Single XCharts.Runtime.Axis::m_LogBase float ___m_LogBase_21; // System.Boolean XCharts.Runtime.Axis::m_LogBaseE bool ___m_LogBaseE_22; // System.Double XCharts.Runtime.Axis::m_CeilRate double ___m_CeilRate_23; // System.Boolean XCharts.Runtime.Axis::m_Inverse bool ___m_Inverse_24; // System.Boolean XCharts.Runtime.Axis::m_Clockwise bool ___m_Clockwise_25; // System.Boolean XCharts.Runtime.Axis::m_InsertDataToHead bool ___m_InsertDataToHead_26; // System.Collections.Generic.List`1 XCharts.Runtime.Axis::m_Icons List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206* ___m_Icons_27; // System.Collections.Generic.List`1 XCharts.Runtime.Axis::m_Data List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_Data_28; // XCharts.Runtime.AxisLine XCharts.Runtime.Axis::m_AxisLine AxisLine_tFB150A2818DD817026AAEA00C17199D844880278* ___m_AxisLine_29; // XCharts.Runtime.AxisName XCharts.Runtime.Axis::m_AxisName AxisName_t5878D77AA06B267A3DC3D2C8FBE2B6314A92174B* ___m_AxisName_30; // XCharts.Runtime.AxisTick XCharts.Runtime.Axis::m_AxisTick AxisTick_tBEB7F5F00AFF9A4759E8ACDB72C3B96568EBF4F3* ___m_AxisTick_31; // XCharts.Runtime.AxisLabel XCharts.Runtime.Axis::m_AxisLabel AxisLabel_tFE4B1293ECE3EE43F60AAE6C2A0F956D92B958E1* ___m_AxisLabel_32; // XCharts.Runtime.AxisSplitLine XCharts.Runtime.Axis::m_SplitLine AxisSplitLine_tA608733C6F5C03B70423196D95BC4F82C3F1FBFF* ___m_SplitLine_33; // XCharts.Runtime.AxisSplitArea XCharts.Runtime.Axis::m_SplitArea AxisSplitArea_tB59B64FD92D192EEDBCB34BE95D08FE598FFF58E* ___m_SplitArea_34; // XCharts.Runtime.AxisMinorTick XCharts.Runtime.Axis::m_MinorTick AxisMinorTick_t13FC42863DB12480E8E7850963AEF82568B82AF2* ___m_MinorTick_35; // XCharts.Runtime.AxisMinorSplitLine XCharts.Runtime.Axis::m_MinorSplitLine AxisMinorSplitLine_t512B32BC4C7F69D3615BD704CD256EF3397D584F* ___m_MinorSplitLine_36; // XCharts.Runtime.LabelStyle XCharts.Runtime.Axis::m_IndicatorLabel LabelStyle_t01B264A1BC9F1C245BF2BC9A9017DB1A3D0B76EB* ___m_IndicatorLabel_37; // XCharts.Runtime.AxisContext XCharts.Runtime.Axis::context AxisContext_tB7B5374492DA3C5AFE39E332BCB766890CF5AFDB* ___context_38; }; // 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; }; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F : public AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7 { // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___m_EventSystem_1; }; // Unity.VisualScripting.BinaryOperatorHandler struct BinaryOperatorHandler_tF07E986ACE1AEE23032593227517AF252D285866 : public OperatorHandler_tF3D07F68319B7937073E8361BABC759CED880F72 { // System.Collections.Generic.Dictionary`2> Unity.VisualScripting.BinaryOperatorHandler::handlers Dictionary_2_t5EBF5D901B03BAA73BBA380BA0BAE56606A6F0E3* ___handlers_4; // System.Collections.Generic.Dictionary`2 Unity.VisualScripting.BinaryOperatorHandler::userDefinedOperators Dictionary_2_tF7D7DED58466FC14F556ABC9A687C2F805A48806* ___userDefinedOperators_5; // System.Collections.Generic.Dictionary`2 Unity.VisualScripting.BinaryOperatorHandler::userDefinedOperandTypes Dictionary_2_t27B3EBF02A6B2C57A2BFCEE775E32208D70EF902* ___userDefinedOperandTypes_6; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED { // System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // 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; }; // 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; }; }; }; // System.Linq.Expressions.ConstantExpression struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { // System.Object System.Linq.Expressions.ConstantExpression::k__BackingField RuntimeObject* ___U3CValueU3Ek__BackingField_3; }; // XCharts.Runtime.CoordOptionsAttribute struct CoordOptionsAttribute_t6DE1A5D9838C3F051CD6A77619D94B23244AD0E9 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Type XCharts.Runtime.CoordOptionsAttribute::type0 Type_t* ___type0_0; // System.Type XCharts.Runtime.CoordOptionsAttribute::type1 Type_t* ___type1_1; // System.Type XCharts.Runtime.CoordOptionsAttribute::type2 Type_t* ___type2_2; // System.Type XCharts.Runtime.CoordOptionsAttribute::type3 Type_t* ___type3_3; }; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tAAA19ADE66B16A67D030C8C67D7ADB29A7BEC75F { // System.Type System.Reflection.CustomAttributeTypedArgument::k__BackingField Type_t* ___U3CArgumentTypeU3Ek__BackingField_0; // System.Object System.Reflection.CustomAttributeTypedArgument::k__BackingField RuntimeObject* ___U3CValueU3Ek__BackingField_1; }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tAAA19ADE66B16A67D030C8C67D7ADB29A7BEC75F_marshaled_pinvoke { Type_t* ___U3CArgumentTypeU3Ek__BackingField_0; Il2CppIUnknown* ___U3CValueU3Ek__BackingField_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tAAA19ADE66B16A67D030C8C67D7ADB29A7BEC75F_marshaled_com { Type_t* ___U3CArgumentTypeU3Ek__BackingField_0; Il2CppIUnknown* ___U3CValueU3Ek__BackingField_1; }; // Unity.VisualScripting.CustomEventArgs struct CustomEventArgs_tD8C39EF85DE61DD1900BE32A1E3413E29D7ED652 { // System.String Unity.VisualScripting.CustomEventArgs::name String_t* ___name_0; // System.Object[] Unity.VisualScripting.CustomEventArgs::arguments ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments_1; }; // Native definition for P/Invoke marshalling of Unity.VisualScripting.CustomEventArgs struct CustomEventArgs_tD8C39EF85DE61DD1900BE32A1E3413E29D7ED652_marshaled_pinvoke { char* ___name_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments_1; }; // Native definition for COM marshalling of Unity.VisualScripting.CustomEventArgs struct CustomEventArgs_tD8C39EF85DE61DD1900BE32A1E3413E29D7ED652_marshaled_com { Il2CppChar* ___name_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments_1; }; // System.Data.DataCommonEventSource struct DataCommonEventSource_tC3BB57E78CED1A7EFBCC8F852266121F4641CBFE : public EventSource_tA86759A1E6F272632C299AAC181C0A67E5C52F25 { }; // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 { union { struct { }; uint8_t DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1__padding[1]; }; }; // UnityEngine.UIElements.EasingFunction struct EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4 { // UnityEngine.UIElements.EasingMode UnityEngine.UIElements.EasingFunction::m_Mode int32_t ___m_Mode_0; }; // Unity.VisualScripting.EmptyEventArgs struct EmptyEventArgs_t2EF153F78311F355E9AE7BAE748576515674476F { union { struct { }; uint8_t EmptyEventArgs_t2EF153F78311F355E9AE7BAE748576515674476F__padding[1]; }; }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // Unity.VisualScripting.EventHook struct EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 { // System.String Unity.VisualScripting.EventHook::name String_t* ___name_0; // System.Object Unity.VisualScripting.EventHook::target RuntimeObject* ___target_1; // System.Object Unity.VisualScripting.EventHook::tag RuntimeObject* ___tag_2; }; // Native definition for P/Invoke marshalling of Unity.VisualScripting.EventHook struct EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157_marshaled_pinvoke { char* ___name_0; Il2CppIUnknown* ___target_1; Il2CppIUnknown* ___tag_2; }; // Native definition for COM marshalling of Unity.VisualScripting.EventHook struct EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157_marshaled_com { Il2CppChar* ___name_0; Il2CppIUnknown* ___target_1; Il2CppIUnknown* ___tag_2; }; // UnityEngine.EventInterests struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8 { // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsMouseMoveU3Ek__BackingField_0; // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; }; // Native definition for P/Invoke marshalling of UnityEngine.EventInterests struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_pinvoke { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.EventInterests struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_com { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; }; // System.Linq.Expressions.ExpressionStringBuilder struct ExpressionStringBuilder_t0D6F257425C6D296C778670B05C9CD0C399E8FF9 : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590 { // System.Text.StringBuilder System.Linq.Expressions.ExpressionStringBuilder::_out StringBuilder_t* ____out_0; // System.Collections.Generic.Dictionary`2 System.Linq.Expressions.ExpressionStringBuilder::_ids Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* ____ids_1; }; // 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.Int32 UnityEngine.TextCore.FaceInfo::m_UnitsPerEM int32_t ___m_UnitsPerEM_5; // System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight float ___m_LineHeight_6; // System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine float ___m_AscentLine_7; // System.Single UnityEngine.TextCore.FaceInfo::m_CapLine float ___m_CapLine_8; // System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine float ___m_MeanLine_9; // System.Single UnityEngine.TextCore.FaceInfo::m_Baseline float ___m_Baseline_10; // System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine float ___m_DescentLine_11; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset float ___m_SuperscriptOffset_12; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize float ___m_SuperscriptSize_13; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset float ___m_SubscriptOffset_14; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize float ___m_SubscriptSize_15; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset float ___m_UnderlineOffset_16; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness float ___m_UnderlineThickness_17; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset float ___m_StrikethroughOffset_18; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness float ___m_StrikethroughThickness_19; // System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth float ___m_TabWidth_20; }; // 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; int32_t ___m_UnitsPerEM_5; float ___m_LineHeight_6; float ___m_AscentLine_7; float ___m_CapLine_8; float ___m_MeanLine_9; float ___m_Baseline_10; float ___m_DescentLine_11; float ___m_SuperscriptOffset_12; float ___m_SuperscriptSize_13; float ___m_SubscriptOffset_14; float ___m_SubscriptSize_15; float ___m_UnderlineOffset_16; float ___m_UnderlineThickness_17; float ___m_StrikethroughOffset_18; float ___m_StrikethroughThickness_19; float ___m_TabWidth_20; }; // 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; int32_t ___m_UnitsPerEM_5; float ___m_LineHeight_6; float ___m_AscentLine_7; float ___m_CapLine_8; float ___m_MeanLine_9; float ___m_Baseline_10; float ___m_DescentLine_11; float ___m_SuperscriptOffset_12; float ___m_SuperscriptSize_13; float ___m_SubscriptOffset_14; float ___m_SubscriptSize_15; float ___m_UnderlineOffset_16; float ___m_UnderlineThickness_17; float ___m_StrikethroughOffset_18; float ___m_StrikethroughThickness_19; float ___m_TabWidth_20; }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { }; // UnityEngine.UIElements.Focusable struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 { // System.Boolean UnityEngine.UIElements.Focusable::k__BackingField bool ___U3CfocusableU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.Focusable::k__BackingField int32_t ___U3CtabIndexU3Ek__BackingField_2; // System.Boolean UnityEngine.UIElements.Focusable::m_DelegatesFocus bool ___m_DelegatesFocus_3; // System.Boolean UnityEngine.UIElements.Focusable::m_ExcludeFromFocusRing bool ___m_ExcludeFromFocusRing_4; // System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer bool ___isIMGUIContainer_5; }; // UnityEngine.TextCore.Text.FontAssetCreationEditorSettings struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52 { // System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::sourceFontFileGUID String_t* ___sourceFontFileGUID_0; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::faceIndex int32_t ___faceIndex_1; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::pointSizeSamplingMode int32_t ___pointSizeSamplingMode_2; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::pointSize int32_t ___pointSize_3; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::padding int32_t ___padding_4; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::packingMode int32_t ___packingMode_5; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::atlasWidth int32_t ___atlasWidth_6; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::atlasHeight int32_t ___atlasHeight_7; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::characterSetSelectionMode int32_t ___characterSetSelectionMode_8; // System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::characterSequence String_t* ___characterSequence_9; // System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::referencedFontAssetGUID String_t* ___referencedFontAssetGUID_10; // System.String UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::referencedTextAssetGUID String_t* ___referencedTextAssetGUID_11; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::fontStyle int32_t ___fontStyle_12; // System.Single UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::fontStyleModifier float ___fontStyleModifier_13; // System.Int32 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::renderMode int32_t ___renderMode_14; // System.Boolean UnityEngine.TextCore.Text.FontAssetCreationEditorSettings::includeFontFeatures bool ___includeFontFeatures_15; }; // Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.FontAssetCreationEditorSettings struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52_marshaled_pinvoke { char* ___sourceFontFileGUID_0; int32_t ___faceIndex_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 UnityEngine.TextCore.Text.FontAssetCreationEditorSettings struct FontAssetCreationEditorSettings_t0FF28D2E78F090105C63C81F9E438A7B09E3EA52_marshaled_com { Il2CppChar* ___sourceFontFileGUID_0; int32_t ___faceIndex_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.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; }; // Unity.VisualScripting.GraphReference struct GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9 : public GraphPointer_t01C98F06D1A7635CB867665044B7DC1FE03D1C0B { // System.Int32 Unity.VisualScripting.GraphReference::hashCode int32_t ___hashCode_8; }; // System.Guid struct Guid_t { // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; }; // System.Linq.Expressions.Interpreter.InstructionArray struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 { // System.Int32 System.Linq.Expressions.Interpreter.InstructionArray::MaxStackDepth int32_t ___MaxStackDepth_0; // System.Int32 System.Linq.Expressions.Interpreter.InstructionArray::MaxContinuationDepth int32_t ___MaxContinuationDepth_1; // System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionArray::Instructions InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions_2; // System.Object[] System.Linq.Expressions.Interpreter.InstructionArray::Objects ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects_3; // System.Linq.Expressions.Interpreter.RuntimeLabel[] System.Linq.Expressions.Interpreter.InstructionArray::Labels RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___Labels_4; // System.Collections.Generic.List`1> System.Linq.Expressions.Interpreter.InstructionArray::DebugCookies List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies_5; }; // Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.InstructionArray struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke { int32_t ___MaxStackDepth_0; int32_t ___MaxContinuationDepth_1; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions_2; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects_3; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels_4; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies_5; }; // Native definition for COM marshalling of System.Linq.Expressions.Interpreter.InstructionArray struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com { int32_t ___MaxStackDepth_0; int32_t ___MaxContinuationDepth_1; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions_2; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects_3; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels_4; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies_5; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // SimpleJSON.JSONLazyCreator struct JSONLazyCreator_tDE06520D8A050030BC0C24F5C360FA69E8C5C40C : public JSONNode_tDBF6A862594425AD5621BB6756DF7BBD6CDC7653 { // SimpleJSON.JSONNode SimpleJSON.JSONLazyCreator::m_Node JSONNode_tDBF6A862594425AD5621BB6756DF7BBD6CDC7653* ___m_Node_10; // System.String SimpleJSON.JSONLazyCreator::m_Key String_t* ___m_Key_11; }; // System.Linq.Expressions.LambdaExpression struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { // System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::_body Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____body_3; }; // 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.Matrix4x4 struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 { // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { }; // UnityEngine.UI.Navigation struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C { // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5; }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4; Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5; }; // System.Linq.Expressions.ParameterExpression struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { // System.String System.Linq.Expressions.ParameterExpression::k__BackingField String_t* ___U3CNameU3Ek__BackingField_3; }; // UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 { // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::k__BackingField bool ___U3CCpuBoostU3Ek__BackingField_0; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::k__BackingField bool ___U3CGpuBoostU3Ek__BackingField_1; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke { int32_t ___U3CCpuBoostU3Ek__BackingField_0; int32_t ___U3CGpuBoostU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_com { int32_t ___U3CCpuBoostU3Ek__BackingField_0; int32_t ___U3CGpuBoostU3Ek__BackingField_1; }; // UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 { // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CCpuLevelU3Ek__BackingField_0; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CCpuLevelDeltaU3Ek__BackingField_1; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CGpuLevelU3Ek__BackingField_2; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CGpuLevelDeltaU3Ek__BackingField_3; // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CPerformanceControlModeU3Ek__BackingField_4; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField bool ___U3CManualOverrideU3Ek__BackingField_5; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke { int32_t ___U3CCpuLevelU3Ek__BackingField_0; int32_t ___U3CCpuLevelDeltaU3Ek__BackingField_1; int32_t ___U3CGpuLevelU3Ek__BackingField_2; int32_t ___U3CGpuLevelDeltaU3Ek__BackingField_3; int32_t ___U3CPerformanceControlModeU3Ek__BackingField_4; int32_t ___U3CManualOverrideU3Ek__BackingField_5; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_com { int32_t ___U3CCpuLevelU3Ek__BackingField_0; int32_t ___U3CCpuLevelDeltaU3Ek__BackingField_1; int32_t ___U3CGpuLevelU3Ek__BackingField_2; int32_t ___U3CGpuLevelDeltaU3Ek__BackingField_3; int32_t ___U3CPerformanceControlModeU3Ek__BackingField_4; int32_t ___U3CManualOverrideU3Ek__BackingField_5; }; // UnityEngine.PropertyName struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 { // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; }; // UnityEngine.Rect struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D { // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // UnityEngine.SceneManagement.Scene struct Scene_tA1DC762B79745EB5140F054C884855B922318356 { // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; }; // XCharts.Runtime.Serie struct Serie_tC660FA63CDDFBA44BF51D89396D177FBE64303A3 : public BaseSerie_tB6EEE16FFB8ECD9CC34EFBAC2CBC48C9574B5E36 { // System.Int32 XCharts.Runtime.Serie::m_Index int32_t ___m_Index_8; // System.Boolean XCharts.Runtime.Serie::m_Show bool ___m_Show_9; // System.String XCharts.Runtime.Serie::m_CoordSystem String_t* ___m_CoordSystem_10; // System.String XCharts.Runtime.Serie::m_SerieType String_t* ___m_SerieType_11; // System.String XCharts.Runtime.Serie::m_SerieName String_t* ___m_SerieName_12; // XCharts.Runtime.SerieState XCharts.Runtime.Serie::m_State int32_t ___m_State_13; // XCharts.Runtime.SerieColorBy XCharts.Runtime.Serie::m_ColorBy int32_t ___m_ColorBy_14; // System.String XCharts.Runtime.Serie::m_Stack String_t* ___m_Stack_15; // System.Int32 XCharts.Runtime.Serie::m_XAxisIndex int32_t ___m_XAxisIndex_16; // System.Int32 XCharts.Runtime.Serie::m_YAxisIndex int32_t ___m_YAxisIndex_17; // System.Int32 XCharts.Runtime.Serie::m_RadarIndex int32_t ___m_RadarIndex_18; // System.Int32 XCharts.Runtime.Serie::m_VesselIndex int32_t ___m_VesselIndex_19; // System.Int32 XCharts.Runtime.Serie::m_PolarIndex int32_t ___m_PolarIndex_20; // System.Int32 XCharts.Runtime.Serie::m_SingleAxisIndex int32_t ___m_SingleAxisIndex_21; // System.Int32 XCharts.Runtime.Serie::m_ParallelIndex int32_t ___m_ParallelIndex_22; // System.Int32 XCharts.Runtime.Serie::m_MinShow int32_t ___m_MinShow_23; // System.Int32 XCharts.Runtime.Serie::m_MaxShow int32_t ___m_MaxShow_24; // System.Int32 XCharts.Runtime.Serie::m_MaxCache int32_t ___m_MaxCache_25; // System.Single XCharts.Runtime.Serie::m_SampleDist float ___m_SampleDist_26; // XCharts.Runtime.SampleType XCharts.Runtime.Serie::m_SampleType int32_t ___m_SampleType_27; // System.Single XCharts.Runtime.Serie::m_SampleAverage float ___m_SampleAverage_28; // XCharts.Runtime.LineType XCharts.Runtime.Serie::m_LineType int32_t ___m_LineType_29; // System.Boolean XCharts.Runtime.Serie::m_SmoothLimit bool ___m_SmoothLimit_30; // XCharts.Runtime.BarType XCharts.Runtime.Serie::m_BarType int32_t ___m_BarType_31; // System.Boolean XCharts.Runtime.Serie::m_BarPercentStack bool ___m_BarPercentStack_32; // System.Single XCharts.Runtime.Serie::m_BarWidth float ___m_BarWidth_33; // System.Single XCharts.Runtime.Serie::m_BarMaxWidth float ___m_BarMaxWidth_34; // System.Single XCharts.Runtime.Serie::m_BarGap float ___m_BarGap_35; // System.Single XCharts.Runtime.Serie::m_BarZebraWidth float ___m_BarZebraWidth_36; // System.Single XCharts.Runtime.Serie::m_BarZebraGap float ___m_BarZebraGap_37; // System.Single XCharts.Runtime.Serie::m_Min float ___m_Min_38; // System.Single XCharts.Runtime.Serie::m_Max float ___m_Max_39; // System.Single XCharts.Runtime.Serie::m_MinSize float ___m_MinSize_40; // System.Single XCharts.Runtime.Serie::m_MaxSize float ___m_MaxSize_41; // System.Single XCharts.Runtime.Serie::m_StartAngle float ___m_StartAngle_42; // System.Single XCharts.Runtime.Serie::m_EndAngle float ___m_EndAngle_43; // System.Single XCharts.Runtime.Serie::m_MinAngle float ___m_MinAngle_44; // System.Boolean XCharts.Runtime.Serie::m_Clockwise bool ___m_Clockwise_45; // System.Boolean XCharts.Runtime.Serie::m_RoundCap bool ___m_RoundCap_46; // System.Int32 XCharts.Runtime.Serie::m_SplitNumber int32_t ___m_SplitNumber_47; // System.Boolean XCharts.Runtime.Serie::m_ClickOffset bool ___m_ClickOffset_48; // XCharts.Runtime.RoseType XCharts.Runtime.Serie::m_RoseType int32_t ___m_RoseType_49; // System.Single XCharts.Runtime.Serie::m_Gap float ___m_Gap_50; // System.Single[] XCharts.Runtime.Serie::m_Center SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Center_51; // System.Single[] XCharts.Runtime.Serie::m_Radius SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Radius_52; // System.Int32 XCharts.Runtime.Serie::m_ShowDataDimension int32_t ___m_ShowDataDimension_53; // System.Boolean XCharts.Runtime.Serie::m_ShowDataName bool ___m_ShowDataName_54; // System.Boolean XCharts.Runtime.Serie::m_Clip bool ___m_Clip_55; // System.Boolean XCharts.Runtime.Serie::m_Ignore bool ___m_Ignore_56; // System.Double XCharts.Runtime.Serie::m_IgnoreValue double ___m_IgnoreValue_57; // System.Boolean XCharts.Runtime.Serie::m_IgnoreLineBreak bool ___m_IgnoreLineBreak_58; // System.Boolean XCharts.Runtime.Serie::m_ShowAsPositiveNumber bool ___m_ShowAsPositiveNumber_59; // System.Boolean XCharts.Runtime.Serie::m_Large bool ___m_Large_60; // System.Int32 XCharts.Runtime.Serie::m_LargeThreshold int32_t ___m_LargeThreshold_61; // System.Boolean XCharts.Runtime.Serie::m_AvoidLabelOverlap bool ___m_AvoidLabelOverlap_62; // XCharts.Runtime.RadarType XCharts.Runtime.Serie::m_RadarType int32_t ___m_RadarType_63; // System.Boolean XCharts.Runtime.Serie::m_PlaceHolder bool ___m_PlaceHolder_64; // XCharts.Runtime.SerieDataSortType XCharts.Runtime.Serie::m_DataSortType int32_t ___m_DataSortType_65; // XCharts.Runtime.Orient XCharts.Runtime.Serie::m_Orient int32_t ___m_Orient_66; // XCharts.Runtime.Align XCharts.Runtime.Serie::m_Align int32_t ___m_Align_67; // System.Single XCharts.Runtime.Serie::m_Left float ___m_Left_68; // System.Single XCharts.Runtime.Serie::m_Right float ___m_Right_69; // System.Single XCharts.Runtime.Serie::m_Top float ___m_Top_70; // System.Single XCharts.Runtime.Serie::m_Bottom float ___m_Bottom_71; // System.Boolean XCharts.Runtime.Serie::m_InsertDataToHead bool ___m_InsertDataToHead_72; // XCharts.Runtime.LineStyle XCharts.Runtime.Serie::m_LineStyle LineStyle_t13E90FBBE61B02895ED982EAED3529742A842A85* ___m_LineStyle_73; // XCharts.Runtime.SerieSymbol XCharts.Runtime.Serie::m_Symbol SerieSymbol_t525D172AAAD4FA1E00BBDDC7177166CE71AB0574* ___m_Symbol_74; // XCharts.Runtime.AnimationStyle XCharts.Runtime.Serie::m_Animation AnimationStyle_t8F4BABEB7D3FBF7A6AB2168A16BE0385FE6C787E* ___m_Animation_75; // XCharts.Runtime.ItemStyle XCharts.Runtime.Serie::m_ItemStyle ItemStyle_t112B8F78AB0EAF9B81F8CADFBAFDE7F31E0614E3* ___m_ItemStyle_76; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_Data List_1_tBE1A7366B022A8A3CA423AB7F6B31D483DA4C4B7* ___m_Data_77; // System.Int32 XCharts.Runtime.Serie::m_FilterStart int32_t ___m_FilterStart_78; // System.Int32 XCharts.Runtime.Serie::m_FilterEnd int32_t ___m_FilterEnd_79; // System.Double XCharts.Runtime.Serie::m_FilterStartValue double ___m_FilterStartValue_80; // System.Double XCharts.Runtime.Serie::m_FilterEndValue double ___m_FilterEndValue_81; // System.Int32 XCharts.Runtime.Serie::m_FilterMinShow int32_t ___m_FilterMinShow_82; // System.Boolean XCharts.Runtime.Serie::m_NeedUpdateFilterData bool ___m_NeedUpdateFilterData_83; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_FilterData List_1_tBE1A7366B022A8A3CA423AB7F6B31D483DA4C4B7* ___m_FilterData_84; // System.Boolean XCharts.Runtime.Serie::m_NameDirty bool ___m_NameDirty_85; // System.Action`1 XCharts.Runtime.Serie::k__BackingField Action_1_tC444C22E226EED0A63BCCA5ADDE26DDA0F2D1610* ___U3ConClickU3Ek__BackingField_86; // System.Action`1 XCharts.Runtime.Serie::k__BackingField Action_1_tC444C22E226EED0A63BCCA5ADDE26DDA0F2D1610* ___U3ConDownU3Ek__BackingField_87; // System.Action`1 XCharts.Runtime.Serie::k__BackingField Action_1_tC444C22E226EED0A63BCCA5ADDE26DDA0F2D1610* ___U3ConEnterU3Ek__BackingField_88; // System.Action`1 XCharts.Runtime.Serie::k__BackingField Action_1_tC444C22E226EED0A63BCCA5ADDE26DDA0F2D1610* ___U3ConExitU3Ek__BackingField_89; // System.Boolean XCharts.Runtime.Serie::k__BackingField bool ___U3ChighlightU3Ek__BackingField_90; // System.Boolean XCharts.Runtime.Serie::k__BackingField bool ___U3ClabelDirtyU3Ek__BackingField_91; // System.Boolean XCharts.Runtime.Serie::k__BackingField bool ___U3CtitleDirtyU3Ek__BackingField_92; // System.Boolean XCharts.Runtime.Serie::k__BackingField bool ___U3CdataDirtyU3Ek__BackingField_93; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_Labels List_1_tD2D0F8619152C126FACDEA2A754DAACADA91F659* ___m_Labels_95; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_LabelLines List_1_tF4883B065D486F83852B8492CAD13BEF36704705* ___m_LabelLines_96; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_EndLabels List_1_t7A2861A4A1AAAECC02FAEF9DCFD5F384256022ED* ___m_EndLabels_97; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_LineArrows List_1_tADD86068D7EF2492B2C914FB1A71E3A2CC534AF5* ___m_LineArrows_98; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_AreaStyles List_1_t079B9C178CDD57A869A0E52A5B1D99E2FE3915BE* ___m_AreaStyles_99; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_TitleStyles List_1_t152EAF111B7A0A64A756E141661C9B0D8EB42AAB* ___m_TitleStyles_100; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_EmphasisStyles List_1_tF500A2724B7071301268C01D383547788E1C4F65* ___m_EmphasisStyles_101; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_BlurStyles List_1_tB7817106743D2DF307FBA6821A065A0149C627ED* ___m_BlurStyles_102; // System.Collections.Generic.List`1 XCharts.Runtime.Serie::m_SelectStyles List_1_t6265930D6CCB43F19FA1E8924BCEC43A5C614D3F* ___m_SelectStyles_103; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // UnityEngine.UI.SpriteState struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD { // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke { Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com { Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3; }; // UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_tEE5B8ADC7D114C7486CC8301FF96C114FF3C9470 { // System.String UnityEngine.UIElements.StyleSelectorPart::m_Value String_t* ___m_Value_0; // UnityEngine.UIElements.StyleSelectorType UnityEngine.UIElements.StyleSelectorPart::m_Type int32_t ___m_Type_1; // System.Object UnityEngine.UIElements.StyleSelectorPart::tempData RuntimeObject* ___tempData_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_tEE5B8ADC7D114C7486CC8301FF96C114FF3C9470_marshaled_pinvoke { char* ___m_Value_0; int32_t ___m_Type_1; Il2CppIUnknown* ___tempData_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_tEE5B8ADC7D114C7486CC8301FF96C114FF3C9470_marshaled_com { Il2CppChar* ___m_Value_0; int32_t ___m_Type_1; Il2CppIUnknown* ___tempData_2; }; // System.Linq.Expressions.SwitchExpression struct SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { // System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::k__BackingField Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CSwitchValueU3Ek__BackingField_3; // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Linq.Expressions.SwitchExpression::k__BackingField ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* ___U3CCasesU3Ek__BackingField_4; // System.Linq.Expressions.Expression System.Linq.Expressions.SwitchExpression::k__BackingField Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CDefaultBodyU3Ek__BackingField_5; // System.Reflection.MethodInfo System.Linq.Expressions.SwitchExpression::k__BackingField MethodInfo_t* ___U3CComparisonU3Ek__BackingField_6; }; // UnityEngine.UIElements.TimeValue struct TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E { // System.Single UnityEngine.UIElements.TimeValue::m_Value float ___m_Value_0; // UnityEngine.UIElements.TimeUnit UnityEngine.UIElements.TimeValue::m_Unit int32_t ___m_Unit_1; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // Unity.VisualScripting.ValueInput struct ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392 : public UnitPort_3_t3BDB6AF6AAF9927A0C940F08CFD19E645813CFB0 { // System.Type Unity.VisualScripting.ValueInput::k__BackingField Type_t* ___U3CtypeU3Ek__BackingField_2; // System.Boolean Unity.VisualScripting.ValueInput::k__BackingField bool ___U3CnullMeansSelfU3Ek__BackingField_3; // System.Boolean Unity.VisualScripting.ValueInput::k__BackingField bool ___U3CallowsNullU3Ek__BackingField_4; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; }; // UnityEngine.Vector4 struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Net.WebRequest struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_t43C1AC170194874A0C0B0D3B8BE9EABFB613DF85* ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_t18F3F4FF8D0F77E86C2C666CEE7FD48A80C042EE* ___m_CacheBinding_8; }; // Unity.VisualScripting.BinaryOperatorHandler/OperatorQuery struct OperatorQuery_tF461269B653571BA1DDE9926673EC3EBCA0C25B1 { // System.Type Unity.VisualScripting.BinaryOperatorHandler/OperatorQuery::leftType Type_t* ___leftType_0; // System.Type Unity.VisualScripting.BinaryOperatorHandler/OperatorQuery::rightType Type_t* ___rightType_1; }; // Native definition for P/Invoke marshalling of Unity.VisualScripting.BinaryOperatorHandler/OperatorQuery struct OperatorQuery_tF461269B653571BA1DDE9926673EC3EBCA0C25B1_marshaled_pinvoke { Type_t* ___leftType_0; Type_t* ___rightType_1; }; // Native definition for COM marshalling of Unity.VisualScripting.BinaryOperatorHandler/OperatorQuery struct OperatorQuery_tF461269B653571BA1DDE9926673EC3EBCA0C25B1_marshaled_com { Type_t* ___leftType_0; Type_t* ___rightType_1; }; // System.Data.ProviderBase.DbReferenceCollection/CollectionEntry struct CollectionEntry_tAE931EFD7188C1CB8330BD462D35B598E7F50CA0 { // System.Int32 System.Data.ProviderBase.DbReferenceCollection/CollectionEntry::_tag int32_t ____tag_0; // System.WeakReference System.Data.ProviderBase.DbReferenceCollection/CollectionEntry::_weak WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ____weak_1; }; // Native definition for P/Invoke marshalling of System.Data.ProviderBase.DbReferenceCollection/CollectionEntry struct CollectionEntry_tAE931EFD7188C1CB8330BD462D35B598E7F50CA0_marshaled_pinvoke { int32_t ____tag_0; WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ____weak_1; }; // Native definition for COM marshalling of System.Data.ProviderBase.DbReferenceCollection/CollectionEntry struct CollectionEntry_tAE931EFD7188C1CB8330BD462D35B598E7F50CA0_marshaled_com { int32_t ____tag_0; WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ____weak_1; }; // System.Enum/EnumResult struct EnumResult_t136A685F59AB498579BD350717FADD4D6603DAB4 { // System.Object System.Enum/EnumResult::parsedEnum RuntimeObject* ___parsedEnum_0; // System.Boolean System.Enum/EnumResult::canThrow bool ___canThrow_1; // System.Enum/ParseFailureKind System.Enum/EnumResult::m_failure int32_t ___m_failure_2; // System.String System.Enum/EnumResult::m_failureMessageID String_t* ___m_failureMessageID_3; // System.String System.Enum/EnumResult::m_failureParameter String_t* ___m_failureParameter_4; // System.Object System.Enum/EnumResult::m_failureMessageFormatArgument RuntimeObject* ___m_failureMessageFormatArgument_5; // System.Exception System.Enum/EnumResult::m_innerException Exception_t* ___m_innerException_6; }; // Native definition for P/Invoke marshalling of System.Enum/EnumResult struct EnumResult_t136A685F59AB498579BD350717FADD4D6603DAB4_marshaled_pinvoke { Il2CppIUnknown* ___parsedEnum_0; int32_t ___canThrow_1; int32_t ___m_failure_2; char* ___m_failureMessageID_3; char* ___m_failureParameter_4; Il2CppIUnknown* ___m_failureMessageFormatArgument_5; Exception_t_marshaled_pinvoke* ___m_innerException_6; }; // Native definition for COM marshalling of System.Enum/EnumResult struct EnumResult_t136A685F59AB498579BD350717FADD4D6603DAB4_marshaled_com { Il2CppIUnknown* ___parsedEnum_0; int32_t ___canThrow_1; int32_t ___m_failure_2; Il2CppChar* ___m_failureMessageID_3; Il2CppChar* ___m_failureParameter_4; Il2CppIUnknown* ___m_failureMessageFormatArgument_5; Exception_t_marshaled_com* ___m_innerException_6; }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 { // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_pinvoke { HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_com { HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t33A25EE06BCFCD5561E60223DF8544C8EF644C30 { // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.InlineStyleAccess/InlineRule::sheet StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; // UnityEngine.UIElements.StyleRule UnityEngine.UIElements.InlineStyleAccess/InlineRule::rule StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E* ___rule_1; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.InlineStyleAccess/InlineRule::propertyIds StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___propertyIds_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t33A25EE06BCFCD5561E60223DF8544C8EF644C30_marshaled_pinvoke { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E* ___rule_1; int32_t* ___propertyIds_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t33A25EE06BCFCD5561E60223DF8544C8EF644C30_marshaled_com { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E* ___rule_1; int32_t* ___propertyIds_2; }; // UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::m_Owner VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1; }; // System.Linq.Enumerable/d__17`2> struct U3CSelectManyIteratorU3Ed__17_2_t03BD8DF38E0E127205D6939A550ED642F8FFCA7A : public RuntimeObject { // System.Int32 System.Linq.Enumerable/d__17`2::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__17`2::<>2__current ValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__17`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Func`2> System.Linq.Enumerable/d__17`2::selector Func_2_tDD6BEA13E3DC18AE782C81E53A726912588B3B16* ___selector_5; // System.Func`2> System.Linq.Enumerable/d__17`2::<>3__selector Func_2_tDD6BEA13E3DC18AE782C81E53A726912588B3B16* ___U3CU3E3__selector_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_2; }; // UnityEngine.CastHelper`1 struct CastHelper_1_t840A2A992306C55D7D7AFD778AF5A3177B562FBD { // T UnityEngine.CastHelper`1::t RuntimeObject* ___t_0; // System.IntPtr UnityEngine.CastHelper`1::onePointerFurtherThanT intptr_t ___onePointerFurtherThanT_1; }; // System.Collections.Generic.List`1/Enumerator> struct Enumerator_t81E3046D0BB629D86FAC325CBBF319731C3E36A4 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t8A1639802238DEF3222B6CBBC0DEF0B4B5F350EB* ____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 KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tDC4A70CD4B6DF138B2452DB2285C02E46E46D30B { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* ____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 Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t55FB90597665ED8BB37C633F6FD72EFAD48FE20F { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF* ____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 StyleSelectorPart_tEE5B8ADC7D114C7486CC8301FF96C114FF3C9470 ____current_3; }; // System.Linq.Expressions.Expression`1 struct Expression_1_t63D438A2F366BA0B43CCDBBFCE66D131C313A7D7 : public LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E { }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t6F8827EED7DB0C845108D7DF969A608714128E05 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ___current_2; }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t4CA23CD873CBDBC32139D125DAF56978F2278AD7 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current ValueTuple_2_tC3717D4552EE1E5FC27BFBA3F5155741BC04557A ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t698E9A52BE7A04F7989EF69884FF7EE820992FEE : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Guid_t ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t6AA91B6B97D9E79B7886959BBFCD8A7415774C01 : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current StyleSelectorPart_tEE5B8ADC7D114C7486CC8301FF96C114FF3C9470 ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t286A5984AB0A75DF6F4FC3930A2916F5121B8CDC : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t8605CB36C9ABA644008D4686FEF6839E9B56FB6E : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___current_2; }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t336734ECDA49CADE59B5C4592466F45D9B9DC43E : public RuntimeObject { // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___current_2; }; // System.Collections.Generic.LargeArrayBuilder`1 struct LargeArrayBuilder_1_t5997B05FFE45A1470DE34647AD779237CD53563E { // System.Int32 System.Collections.Generic.LargeArrayBuilder`1::_maxCapacity int32_t ____maxCapacity_0; // T[] System.Collections.Generic.LargeArrayBuilder`1::_first ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____first_1; // System.Collections.Generic.ArrayBuilder`1 System.Collections.Generic.LargeArrayBuilder`1::_buffers ArrayBuilder_1_tC16D480D6EF76F26D54661E2C7416BA07CA59964 ____buffers_2; // T[] System.Collections.Generic.LargeArrayBuilder`1::_current ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____current_3; // System.Int32 System.Collections.Generic.LargeArrayBuilder`1::_index int32_t ____index_4; // System.Int32 System.Collections.Generic.LargeArrayBuilder`1::_count int32_t ____count_5; }; // System.Nullable`1 struct Nullable_1_t35D38572B3DB18451A850AC761A7BD362FFDDE30 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value Scene_tA1DC762B79745EB5140F054C884855B922318356 ___value_1; }; // System.Linq.Enumerable/WhereListIterator`1 struct WhereListIterator_1_t1F40F08BAF8586F2C09294085BC605CC2FA432EB : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereListIterator`1::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereListIterator`1::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereListIterator`1::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_5; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_tED106563EDAAAFC5D4826BB767636CC6724207C0 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tF12503C33FD184E465546C31F324F4C344B8975A* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t6209EE23CCD16838DA331AC87789A15508C6C72B ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t82DE1329A7CC9259113480A8ADAD5DFD09F80003 : public Iterator_1_t756980BB26313AF5460A06A98D0851103A2124DA { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tA8F6CB924B4548E42010325397F16C187C098225* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_tC97775A217B6CD43A5FD2A085EE12720F7C3808A : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_tFE32164179EE37B666D799CFB7F5167FB4C464D9 : public Iterator_1_t86D8BDE63EBFB97A0B7A8464AC2992725EE2281E { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // XCharts.Runtime.ChartHelper struct ChartHelper_tCB4F9928D84A1BFF07C47C927E75CE637897B20C : public RuntimeObject { }; // UnityEngine.UI.ColorBlock struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 { // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; }; // UnityEngine.UIElements.ComputedStyle struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C { // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::inheritedData StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::layoutData StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::rareData StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::transformData StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::transitionData StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::visualData StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5; // UnityEngine.Yoga.YogaNode UnityEngine.UIElements.ComputedStyle::yogaNode YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.ComputedStyle::customProperties Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7; // System.Int64 UnityEngine.UIElements.ComputedStyle::matchingRulesHash int64_t ___matchingRulesHash_8; // System.Single UnityEngine.UIElements.ComputedStyle::dpiScaling float ___dpiScaling_9; // UnityEngine.UIElements.ComputedTransitionProperty[] UnityEngine.UIElements.ComputedStyle::computedTransitions ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions_10; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedStyle struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5; YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7; int64_t ___matchingRulesHash_8; float ___dpiScaling_9; ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions_10; }; // Native definition for COM marshalling of UnityEngine.UIElements.ComputedStyle struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5; YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7; int64_t ___matchingRulesHash_8; float ___dpiScaling_9; ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions_10; }; // UnityEngine.UIElements.Cursor struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 { // UnityEngine.Texture2D UnityEngine.UIElements.Cursor::k__BackingField Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField_0; // UnityEngine.Vector2 UnityEngine.UIElements.Cursor::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.Cursor::k__BackingField int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Cursor struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField_1; int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.Cursor struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField_1; int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t4EC1C2BB9943BEB7E77AC0870BE2A899E23B4E02 { // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::k__BackingField CustomAttributeTypedArgument_tAAA19ADE66B16A67D030C8C67D7ADB29A7BEC75F ___U3CTypedValueU3Ek__BackingField_0; // System.Boolean System.Reflection.CustomAttributeNamedArgument::k__BackingField bool ___U3CIsFieldU3Ek__BackingField_1; // System.String System.Reflection.CustomAttributeNamedArgument::k__BackingField String_t* ___U3CMemberNameU3Ek__BackingField_2; // System.Type System.Reflection.CustomAttributeNamedArgument::_attributeType Type_t* ____attributeType_3; // System.Reflection.MemberInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Reflection.CustomAttributeNamedArgument::_lazyMemberInfo MemberInfo_t* ____lazyMemberInfo_4; }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t4EC1C2BB9943BEB7E77AC0870BE2A899E23B4E02_marshaled_pinvoke { CustomAttributeTypedArgument_tAAA19ADE66B16A67D030C8C67D7ADB29A7BEC75F_marshaled_pinvoke ___U3CTypedValueU3Ek__BackingField_0; int32_t ___U3CIsFieldU3Ek__BackingField_1; char* ___U3CMemberNameU3Ek__BackingField_2; Type_t* ____attributeType_3; MemberInfo_t* ____lazyMemberInfo_4; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t4EC1C2BB9943BEB7E77AC0870BE2A899E23B4E02_marshaled_com { CustomAttributeTypedArgument_tAAA19ADE66B16A67D030C8C67D7ADB29A7BEC75F_marshaled_com ___U3CTypedValueU3Ek__BackingField_0; int32_t ___U3CIsFieldU3Ek__BackingField_1; Il2CppChar* ___U3CMemberNameU3Ek__BackingField_2; Type_t* ____attributeType_3; MemberInfo_t* ____lazyMemberInfo_4; }; // XCharts.Runtime.DataZoom struct DataZoom_tE7B97193F095D2C07226F05E1F8E0F382B1F3ABF : public MainComponent_t4B4E4C4E5AD627DDCA5EE5266EAC41609A0EA125 { // System.Boolean XCharts.Runtime.DataZoom::m_Enable bool ___m_Enable_7; // XCharts.Runtime.DataZoom/FilterMode XCharts.Runtime.DataZoom::m_FilterMode int32_t ___m_FilterMode_8; // System.Collections.Generic.List`1 XCharts.Runtime.DataZoom::m_XAxisIndexs List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_XAxisIndexs_9; // System.Collections.Generic.List`1 XCharts.Runtime.DataZoom::m_YAxisIndexs List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_YAxisIndexs_10; // System.Boolean XCharts.Runtime.DataZoom::m_SupportInside bool ___m_SupportInside_11; // System.Boolean XCharts.Runtime.DataZoom::m_SupportInsideScroll bool ___m_SupportInsideScroll_12; // System.Boolean XCharts.Runtime.DataZoom::m_SupportInsideDrag bool ___m_SupportInsideDrag_13; // System.Boolean XCharts.Runtime.DataZoom::m_SupportSlider bool ___m_SupportSlider_14; // System.Boolean XCharts.Runtime.DataZoom::m_SupportMarquee bool ___m_SupportMarquee_15; // System.Boolean XCharts.Runtime.DataZoom::m_ShowDataShadow bool ___m_ShowDataShadow_16; // System.Boolean XCharts.Runtime.DataZoom::m_ShowDetail bool ___m_ShowDetail_17; // System.Boolean XCharts.Runtime.DataZoom::m_ZoomLock bool ___m_ZoomLock_18; // UnityEngine.Color32 XCharts.Runtime.DataZoom::m_FillerColor Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_FillerColor_19; // UnityEngine.Color32 XCharts.Runtime.DataZoom::m_BorderColor Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_BorderColor_20; // System.Single XCharts.Runtime.DataZoom::m_BorderWidth float ___m_BorderWidth_21; // UnityEngine.Color32 XCharts.Runtime.DataZoom::m_BackgroundColor Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_BackgroundColor_22; // System.Single XCharts.Runtime.DataZoom::m_Left float ___m_Left_23; // System.Single XCharts.Runtime.DataZoom::m_Right float ___m_Right_24; // System.Single XCharts.Runtime.DataZoom::m_Top float ___m_Top_25; // System.Single XCharts.Runtime.DataZoom::m_Bottom float ___m_Bottom_26; // XCharts.Runtime.DataZoom/RangeMode XCharts.Runtime.DataZoom::m_RangeMode int32_t ___m_RangeMode_27; // System.Single XCharts.Runtime.DataZoom::m_Start float ___m_Start_28; // System.Single XCharts.Runtime.DataZoom::m_End float ___m_End_29; // System.Int32 XCharts.Runtime.DataZoom::m_MinShowNum int32_t ___m_MinShowNum_30; // System.Single XCharts.Runtime.DataZoom::m_ScrollSensitivity float ___m_ScrollSensitivity_31; // XCharts.Runtime.Orient XCharts.Runtime.DataZoom::m_Orient int32_t ___m_Orient_32; // XCharts.Runtime.LabelStyle XCharts.Runtime.DataZoom::m_LabelStyle LabelStyle_t01B264A1BC9F1C245BF2BC9A9017DB1A3D0B76EB* ___m_LabelStyle_33; // XCharts.Runtime.LineStyle XCharts.Runtime.DataZoom::m_LineStyle LineStyle_t13E90FBBE61B02895ED982EAED3529742A842A85* ___m_LineStyle_34; // XCharts.Runtime.AreaStyle XCharts.Runtime.DataZoom::m_AreaStyle AreaStyle_tB93D4AF913FE3F291023C57E3CB991B7B5593F3E* ___m_AreaStyle_35; // XCharts.Runtime.MarqueeStyle XCharts.Runtime.DataZoom::m_MarqueeStyle MarqueeStyle_t5C0A09D813CF93ECFFEAA90AB3F8E8F124E8FE28* ___m_MarqueeStyle_36; // System.Boolean XCharts.Runtime.DataZoom::m_StartLock bool ___m_StartLock_37; // System.Boolean XCharts.Runtime.DataZoom::m_EndLock bool ___m_EndLock_38; // XCharts.Runtime.DataZoomContext XCharts.Runtime.DataZoom::context DataZoomContext_t8D15CD328FFB63C4123CEA62C839C03AFE437055* ___context_39; // XCharts.Runtime.CustomDataZoomStartEndFunction XCharts.Runtime.DataZoom::m_StartEndFunction CustomDataZoomStartEndFunction_tB58EA65DA0693B4DFC724062445B71454D0FB4F2* ___m_StartEndFunction_40; // System.Collections.Generic.Dictionary`2 XCharts.Runtime.DataZoom::m_XAxisIndexInfos Dictionary_2_tDA0343B8AB450CA45F3B2928527148CAEC195202* ___m_XAxisIndexInfos_41; // System.Collections.Generic.Dictionary`2 XCharts.Runtime.DataZoom::m_YAxisIndexInfos Dictionary_2_tDA0343B8AB450CA45F3B2928527148CAEC195202* ___m_YAxisIndexInfos_42; // XCharts.Runtime.ChartLabel XCharts.Runtime.DataZoom::k__BackingField ChartLabel_tA9A487C8BA7092AD015B88510798DDA0F25E5B7C* ___U3Cm_StartLabelU3Ek__BackingField_43; // XCharts.Runtime.ChartLabel XCharts.Runtime.DataZoom::k__BackingField ChartLabel_tA9A487C8BA7092AD015B88510798DDA0F25E5B7C* ___U3Cm_EndLabelU3Ek__BackingField_44; }; // XCharts.Runtime.DataZoomContext struct DataZoomContext_t8D15CD328FFB63C4123CEA62C839C03AFE437055 : public MainComponentContext_tC643BD58596BF973CFB0878920974E2627ADF3A1 { // System.Single XCharts.Runtime.DataZoomContext::k__BackingField float ___U3CxU3Ek__BackingField_0; // System.Single XCharts.Runtime.DataZoomContext::k__BackingField float ___U3CyU3Ek__BackingField_1; // System.Single XCharts.Runtime.DataZoomContext::k__BackingField float ___U3CwidthU3Ek__BackingField_2; // System.Single XCharts.Runtime.DataZoomContext::k__BackingField float ___U3CheightU3Ek__BackingField_3; // System.Boolean XCharts.Runtime.DataZoomContext::k__BackingField bool ___U3CisDragU3Ek__BackingField_4; // System.Boolean XCharts.Runtime.DataZoomContext::k__BackingField bool ___U3CisCoordinateDragU3Ek__BackingField_5; // System.Boolean XCharts.Runtime.DataZoomContext::k__BackingField bool ___U3CisStartDragU3Ek__BackingField_6; // System.Boolean XCharts.Runtime.DataZoomContext::k__BackingField bool ___U3CisEndDragU3Ek__BackingField_7; // System.Double XCharts.Runtime.DataZoomContext::k__BackingField double ___U3CstartValueU3Ek__BackingField_8; // System.Double XCharts.Runtime.DataZoomContext::k__BackingField double ___U3CendValueU3Ek__BackingField_9; // System.Boolean XCharts.Runtime.DataZoomContext::k__BackingField bool ___U3CinvertU3Ek__BackingField_10; // System.Boolean XCharts.Runtime.DataZoomContext::k__BackingField bool ___U3CisMarqueeDragU3Ek__BackingField_11; // UnityEngine.Vector3 XCharts.Runtime.DataZoomContext::k__BackingField Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CmarqueeStartPosU3Ek__BackingField_12; // UnityEngine.Vector3 XCharts.Runtime.DataZoomContext::k__BackingField Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CmarqueeEndPosU3Ek__BackingField_13; // UnityEngine.Rect XCharts.Runtime.DataZoomContext::k__BackingField Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___U3CmarqueeRectU3Ek__BackingField_14; }; // UnityEngine.UIElements.DefaultEventSystem struct DefaultEventSystem_t264BDF66772AC091E74E08415FB9C70FAE619F98 : public RuntimeObject { // UnityEngine.UIElements.DefaultEventSystem/IInput UnityEngine.UIElements.DefaultEventSystem::m_Input RuntimeObject* ___m_Input_1; // System.String UnityEngine.UIElements.DefaultEventSystem::m_HorizontalAxis String_t* ___m_HorizontalAxis_2; // System.String UnityEngine.UIElements.DefaultEventSystem::m_VerticalAxis String_t* ___m_VerticalAxis_3; // System.String UnityEngine.UIElements.DefaultEventSystem::m_SubmitButton String_t* ___m_SubmitButton_4; // System.String UnityEngine.UIElements.DefaultEventSystem::m_CancelButton String_t* ___m_CancelButton_5; // System.Single UnityEngine.UIElements.DefaultEventSystem::m_InputActionsPerSecond float ___m_InputActionsPerSecond_6; // System.Single UnityEngine.UIElements.DefaultEventSystem::m_RepeatDelay float ___m_RepeatDelay_7; // System.Boolean UnityEngine.UIElements.DefaultEventSystem::m_SendingTouchEvents bool ___m_SendingTouchEvents_8; // UnityEngine.Event UnityEngine.UIElements.DefaultEventSystem::m_Event Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_Event_9; // UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.DefaultEventSystem::m_FocusedPanel BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___m_FocusedPanel_10; // System.Int32 UnityEngine.UIElements.DefaultEventSystem::m_ConsecutiveMoveCount int32_t ___m_ConsecutiveMoveCount_11; // UnityEngine.Vector2 UnityEngine.UIElements.DefaultEventSystem::m_LastMoveVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LastMoveVector_12; // System.Single UnityEngine.UIElements.DefaultEventSystem::m_PrevActionTime float ___m_PrevActionTime_13; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // UnityEngine.UIElements.EventBase struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C : public RuntimeObject { // System.Int64 UnityEngine.UIElements.EventBase::k__BackingField int64_t ___U3CtimestampU3Ek__BackingField_2; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CeventIdU3Ek__BackingField_3; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CtriggerEventIdU3Ek__BackingField_4; // UnityEngine.UIElements.EventBase/EventPropagation UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationU3Ek__BackingField_5; // UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.EventBase::m_Path PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* ___m_Path_6; // UnityEngine.UIElements.EventBase/LifeCycleStatus UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3ClifeCycleStatusU3Ek__BackingField_7; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::k__BackingField RuntimeObject* ___U3CleafTargetU3Ek__BackingField_8; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_Target RuntimeObject* ___m_Target_9; // System.Collections.Generic.List`1 UnityEngine.UIElements.EventBase::k__BackingField List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* ___U3CskipElementsU3Ek__BackingField_10; // UnityEngine.UIElements.PropagationPhase UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationPhaseU3Ek__BackingField_11; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_CurrentTarget RuntimeObject* ___m_CurrentTarget_12; // UnityEngine.Event UnityEngine.UIElements.EventBase::m_ImguiEvent Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ImguiEvent_13; // UnityEngine.Vector2 UnityEngine.UIElements.EventBase::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CoriginalMousePositionU3Ek__BackingField_14; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.Runtime.InteropServices.GCHandle struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC { // System.IntPtr System.Runtime.InteropServices.GCHandle::handle intptr_t ___handle_0; }; // UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord struct GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 { // System.UInt32 UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord::m_GlyphIndex uint32_t ___m_GlyphIndex_0; // UnityEngine.TextCore.LowLevel.GlyphValueRecord UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord::m_GlyphValueRecord GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___m_GlyphValueRecord_1; }; // System.Net.HttpWebRequest struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9 : public WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B { // System.Uri System.Net.HttpWebRequest::requestUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Int32 System.Net.HttpWebRequest::continueTimeout int32_t ___continueTimeout_42; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ___writeStream_43; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___webResponse_44; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* ___responseTask_45; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___currentOperation_46; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_47; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_48; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_49; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_50; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_51; // System.Object System.Net.HttpWebRequest::locker RuntimeObject* ___locker_52; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_53; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_54; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_58; // Mono.Net.Security.MobileTlsProvider System.Net.HttpWebRequest::tlsProvider MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* ___tlsProvider_59; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___tlsSettings_60; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* ___certValidationCallback_61; // System.Boolean System.Net.HttpWebRequest::hostHasPort bool ___hostHasPort_62; // System.Uri System.Net.HttpWebRequest::hostUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___hostUri_63; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 ___auth_state_64; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 ___proxy_auth_state_65; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t378757FF082427448349A80CC63683B50DA787D3* ___ResendContentFactory_66; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_67; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_68; }; // System.Int32Enum struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C { // System.Int32 System.Int32Enum::value__ int32_t ___value___2; }; // System.Linq.Expressions.Interpreter.Interpreter struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1 : public RuntimeObject { // System.Linq.Expressions.Interpreter.InstructionArray System.Linq.Expressions.Interpreter.Interpreter::_instructions InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____instructions_1; // System.Object[] System.Linq.Expressions.Interpreter.Interpreter::_objects ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____objects_2; // System.Linq.Expressions.Interpreter.RuntimeLabel[] System.Linq.Expressions.Interpreter.Interpreter::_labels RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ____labels_3; // System.Linq.Expressions.Interpreter.DebugInfo[] System.Linq.Expressions.Interpreter.Interpreter::_debugInfos DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ____debugInfos_4; // System.String System.Linq.Expressions.Interpreter.Interpreter::k__BackingField String_t* ___U3CNameU3Ek__BackingField_5; // System.Int32 System.Linq.Expressions.Interpreter.Interpreter::k__BackingField int32_t ___U3CLocalCountU3Ek__BackingField_6; // System.Collections.Generic.Dictionary`2 System.Linq.Expressions.Interpreter.Interpreter::k__BackingField Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___U3CClosureVariablesU3Ek__BackingField_7; }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { }; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 { // System.Boolean UnityEngine.UIElements.PanelClearSettings::clearDepthStencil bool ___clearDepthStencil_0; // System.Boolean UnityEngine.UIElements.PanelClearSettings::clearColor bool ___clearColor_1; // UnityEngine.Color UnityEngine.UIElements.PanelClearSettings::color Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_pinvoke { int32_t ___clearDepthStencil_0; int32_t ___clearColor_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_com { int32_t ___clearDepthStencil_0; int32_t ___clearColor_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD { // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.UIElements.UIR.RenderChainVEData struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prev VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::next VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::groupTransformAncestor VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::boneTransformAncestor VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevDirty VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextDirty VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::hierarchyDepth int32_t ___hierarchyDepth_6; // UnityEngine.UIElements.UIR.RenderDataDirtyTypes UnityEngine.UIElements.UIR.RenderChainVEData::dirtiedValues int32_t ___dirtiedValues_7; // System.UInt32 UnityEngine.UIElements.UIR.RenderChainVEData::dirtyID uint32_t ___dirtyID_8; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstCommand RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastCommand RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstClosingCommand RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastClosingCommand RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isInChain bool ___isInChain_13; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isHierarchyHidden bool ___isHierarchyHidden_14; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::localFlipsWinding bool ___localFlipsWinding_15; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::localTransformScaleZero bool ___localTransformScaleZero_16; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::worldFlipsWinding bool ___worldFlipsWinding_17; // UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.RenderChainVEData::clipMethod int32_t ___clipMethod_18; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenStencilRef int32_t ___childrenStencilRef_19; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenMaskDepth int32_t ___childrenMaskDepth_20; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::disableNudging bool ___disableNudging_21; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::usesLegacyText bool ___usesLegacyText_22; // UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::data MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23; // UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::closingData MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24; // UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.RenderChainVEData::verticesSpace Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVStart int32_t ___displacementUVStart_26; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVEnd int32_t ___displacementUVEnd_27; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::transformID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::clipRectID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::opacityID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::textCoreSettingsID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColorID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderLeftColorID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderTopColorID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderRightColorID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderBottomColorID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::tintColorID BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37; // System.Single UnityEngine.UIElements.UIR.RenderChainVEData::compositeOpacity float ___compositeOpacity_38; // UnityEngine.Color UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevText VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextText VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41; // System.Collections.Generic.List`1 UnityEngine.UIElements.UIR.RenderChainVEData::textEntries List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42; // UnityEngine.UIElements.UIR.BasicNode`1 UnityEngine.UIElements.UIR.RenderChainVEData::textures BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainVEData struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5; int32_t ___hierarchyDepth_6; int32_t ___dirtiedValues_7; uint32_t ___dirtyID_8; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12; int32_t ___isInChain_13; int32_t ___isHierarchyHidden_14; int32_t ___localFlipsWinding_15; int32_t ___localTransformScaleZero_16; int32_t ___worldFlipsWinding_17; int32_t ___clipMethod_18; int32_t ___childrenStencilRef_19; int32_t ___childrenMaskDepth_20; int32_t ___disableNudging_21; int32_t ___usesLegacyText_22; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25; int32_t ___displacementUVStart_26; int32_t ___displacementUVEnd_27; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37; float ___compositeOpacity_38; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41; List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42; BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43; }; // Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainVEData struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5; int32_t ___hierarchyDepth_6; int32_t ___dirtiedValues_7; uint32_t ___dirtyID_8; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12; int32_t ___isInChain_13; int32_t ___isHierarchyHidden_14; int32_t ___localFlipsWinding_15; int32_t ___localTransformScaleZero_16; int32_t ___worldFlipsWinding_17; int32_t ___clipMethod_18; int32_t ___childrenStencilRef_19; int32_t ___childrenMaskDepth_20; int32_t ___disableNudging_21; int32_t ___usesLegacyText_22; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25; int32_t ___displacementUVStart_26; int32_t ___displacementUVEnd_27; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37; float ___compositeOpacity_38; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41; List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42; BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43; }; // UnityEngine.UIElements.Rotate struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 { // UnityEngine.UIElements.Angle UnityEngine.UIElements.Rotate::m_Angle Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle_0; // UnityEngine.Vector3 UnityEngine.UIElements.Rotate::m_Axis Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis_1; // System.Boolean UnityEngine.UIElements.Rotate::m_IsNone bool ___m_IsNone_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Rotate struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke { Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle_0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis_1; int32_t ___m_IsNone_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.Rotate struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com { Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle_0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis_1; int32_t ___m_IsNone_2; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // UnityEngine.UIElements.Scale struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 { // UnityEngine.Vector3 UnityEngine.UIElements.Scale::m_Scale Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale_0; // System.Boolean UnityEngine.UIElements.Scale::m_IsNone bool ___m_IsNone_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Scale struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale_0; int32_t ___m_IsNone_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.Scale struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale_0; int32_t ___m_IsNone_1; }; // UnityEngine.UIElements.TextShadow struct TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 { // UnityEngine.Vector2 UnityEngine.UIElements.TextShadow::offset Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset_0; // System.Single UnityEngine.UIElements.TextShadow::blurRadius float ___blurRadius_1; // UnityEngine.Color UnityEngine.UIElements.TextShadow::color Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // UnityEngine.Touch struct Touch_t03E51455ED508492B3F278903A0114FA0E87B417 { // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; }; // UnityEngine.UIElements.TransformOrigin struct TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 { // UnityEngine.UIElements.Length UnityEngine.UIElements.TransformOrigin::m_X Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X_0; // UnityEngine.UIElements.Length UnityEngine.UIElements.TransformOrigin::m_Y Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y_1; // System.Single UnityEngine.UIElements.TransformOrigin::m_Z float ___m_Z_2; }; // UnityEngine.UIElements.Translate struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E { // UnityEngine.UIElements.Length UnityEngine.UIElements.Translate::m_X Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X_0; // UnityEngine.UIElements.Length UnityEngine.UIElements.Translate::m_Y Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y_1; // System.Single UnityEngine.UIElements.Translate::m_Z float ___m_Z_2; // System.Boolean UnityEngine.UIElements.Translate::m_isNone bool ___m_isNone_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Translate struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X_0; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y_1; float ___m_Z_2; int32_t ___m_isNone_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.Translate struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X_0; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y_1; float ___m_Z_2; int32_t ___m_isNone_3; }; // XCharts.Runtime.XAxis struct XAxis_t7251EC6B5D7167F67368C2C640FB1B1F33D8247D : public Axis_t5A392AEE486916EBA3E07498402A189890A7296A { }; // System.Net.HttpWebRequest/d__241`1 struct U3CRunWithTimeoutWorkerU3Ed__241_1_tDE53CD5B9E3CD333FB07896A39AC6018C98DD361 { // System.Int32 System.Net.HttpWebRequest/d__241`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/d__241`1::<>t__builder AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest/d__241`1::workerTask Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___workerTask_2; // System.Int32 System.Net.HttpWebRequest/d__241`1::timeout int32_t ___timeout_3; // System.Threading.CancellationTokenSource System.Net.HttpWebRequest/d__241`1::cts CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___cts_4; // System.Action System.Net.HttpWebRequest/d__241`1::abort Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___abort_5; // System.Func`1 System.Net.HttpWebRequest/d__241`1::aborted Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___aborted_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__241`1::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_7; }; // System.Net.HttpWebRequest/d__241`1 struct U3CRunWithTimeoutWorkerU3Ed__241_1_tD9DD933EB72FA1581A247BCDCECE2DBE127AAD93 { // System.Int32 System.Net.HttpWebRequest/d__241`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/d__241`1::<>t__builder AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest/d__241`1::workerTask Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___workerTask_2; // System.Int32 System.Net.HttpWebRequest/d__241`1::timeout int32_t ___timeout_3; // System.Threading.CancellationTokenSource System.Net.HttpWebRequest/d__241`1::cts CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___cts_4; // System.Action System.Net.HttpWebRequest/d__241`1::abort Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___abort_5; // System.Func`1 System.Net.HttpWebRequest/d__241`1::aborted Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___aborted_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__241`1::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_7; }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C { // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C { // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C { // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t2637736704939772A86A2904BCFD1B314097DD1E : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C { // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; }; // System.Linq.Enumerable/WhereArrayIterator`1> struct WhereArrayIterator_1_t61D2F3529A970E9F412291B961056462F17EDDCB : public Iterator_1_t6F8827EED7DB0C845108D7DF969A608714128E05 { // TSource[] System.Linq.Enumerable/WhereArrayIterator`1::source KeyValuePair_2U5BU5D_t105762EC2DE353037ECAD13437FC19081314CE67* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereArrayIterator`1::predicate Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate_4; // System.Int32 System.Linq.Enumerable/WhereArrayIterator`1::index int32_t ___index_5; }; // System.Linq.Enumerable/WhereEnumerableIterator`1> struct WhereEnumerableIterator_1_t8003EA874EC8867895405A3AB37AFFC5E2B99308 : public Iterator_1_t6F8827EED7DB0C845108D7DF969A608714128E05 { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereEnumerableIterator`1::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereEnumerableIterator`1::predicate Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate_4; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereEnumerableIterator`1::enumerator RuntimeObject* ___enumerator_5; }; // System.Linq.Enumerable/WhereListIterator`1> struct WhereListIterator_1_t1F690B0B32001794569AD59FAF2DA7A3BD84F4E5 : public Iterator_1_t6F8827EED7DB0C845108D7DF969A608714128E05 { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereListIterator`1::source List_1_t8A1639802238DEF3222B6CBBC0DEF0B4B5F350EB* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereListIterator`1::predicate Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate_4; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereListIterator`1::enumerator Enumerator_t81E3046D0BB629D86FAC325CBBF319731C3E36A4 ___enumerator_5; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2> struct WhereSelectArrayIterator_2_t472AA18487D40575EE167AE443F50B0DF2562CB5 : public Iterator_1_t4CA23CD873CBDBC32139D125DAF56978F2278AD7 { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tB54EA17A8BCF9D5DF5132A8D5262BA2DB332C947 : public Iterator_1_t698E9A52BE7A04F7989EF69884FF7EE820992FEE { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tD523447D689320500D39DB7F48503C7746130AA9 : public Iterator_1_t286A5984AB0A75DF6F4FC3930A2916F5121B8CDC { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t47FDEB704266475FBD14908F182949330AAD1B01 : public Iterator_1_t8605CB36C9ABA644008D4686FEF6839E9B56FB6E { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t1B60603BFDC9676F565041E58C5232EEB8F96FF4 : public Iterator_1_t336734ECDA49CADE59B5C4592466F45D9B9DC43E { // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2> struct WhereSelectEnumerableIterator_2_t091FAD2250C7AE05CA5F012F052AD93C07F4C8F6 : public Iterator_1_t4CA23CD873CBDBC32139D125DAF56978F2278AD7 { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t3F543DCBB96DE500A8955047B0BEC0082EF9844D : public Iterator_1_t698E9A52BE7A04F7989EF69884FF7EE820992FEE { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t9BA069C479F6350DD8820CB03C78407488F61960 : public Iterator_1_t286A5984AB0A75DF6F4FC3930A2916F5121B8CDC { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tBB48E71165244C67AC142EA13470E134AA1F3AD4 : public Iterator_1_t8605CB36C9ABA644008D4686FEF6839E9B56FB6E { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t5EE4A14140C4AAB4321A3CF7D94F2D9407A02CE8 : public Iterator_1_t336734ECDA49CADE59B5C4592466F45D9B9DC43E { // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> struct WhereSelectListIterator_2_tB5F3E1B3B06A8D74CA5DBD8ACEB44A8F1E549AF6 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t8A1639802238DEF3222B6CBBC0DEF0B4B5F350EB* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t81E3046D0BB629D86FAC325CBBF319731C3E36A4 ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2> struct WhereSelectListIterator_2_t1D0D030153AD3907D2774B6B5C56F2AA852BC21D : public Iterator_1_t4CA23CD873CBDBC32139D125DAF56978F2278AD7 { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t5FF13319F6EE58BF06750FA93B0098B7F0356C0E : public Iterator_1_t698E9A52BE7A04F7989EF69884FF7EE820992FEE { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t6D757CC0B317F507E31783D6BAB8CDC2C848CB44 : public Iterator_1_t286A5984AB0A75DF6F4FC3930A2916F5121B8CDC { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t2F947A7776BA76AEEB0F205EF71A63410DFACA65 : public Iterator_1_t8605CB36C9ABA644008D4686FEF6839E9B56FB6E { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t9651C82872E49763DA217BC42252D9BEAED98F8F : public Iterator_1_t336734ECDA49CADE59B5C4592466F45D9B9DC43E { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A ___enumerator_6; }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t60681EEE1A6CB8E9C8EE807AA2E2BDA68B9B6989 : public Iterator_1_t99A1802EE86A3D5BF71B2DDB37F159C4AFA448EA { // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t7E7216694EE7A991563EC30D68D86C597BF2A56A* ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD* ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t55FB90597665ED8BB37C633F6FD72EFAD48FE20F ___enumerator_6; }; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303 : public RuntimeObject { // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::panelDisposed Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelDisposed_0; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_Scale float ___m_Scale_1; // UnityEngine.Yoga.YogaConfig UnityEngine.UIElements.BaseVisualElementPanel::yogaConfig YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345* ___yogaConfig_2; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_PixelsPerPoint float ___m_PixelsPerPoint_3; // UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___U3CclearSettingsU3Ek__BackingField_4; // System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField bool ___U3CduringLayoutPhaseU3Ek__BackingField_5; // UnityEngine.UIElements.RepaintData UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField RepaintData_t90534752135661579EC254884F550545D001B5EA* ___U3CrepaintDataU3Ek__BackingField_6; // UnityEngine.UIElements.ICursorManager UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField RuntimeObject* ___U3CcursorManagerU3Ek__BackingField_7; // UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___U3CcontextualMenuManagerU3Ek__BackingField_8; // System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField bool ___U3CdisposedU3Ek__BackingField_9; // UnityEngine.UIElements.ElementUnderPointer UnityEngine.UIElements.BaseVisualElementPanel::m_TopElementUnderPointers ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904* ___m_TopElementUnderPointers_10; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardShaderChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardShaderChanged_11; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardWorldSpaceShaderChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardWorldSpaceShaderChanged_12; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::atlasChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___atlasChanged_13; // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::updateMaterial Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA* ___updateMaterial_14; // UnityEngine.UIElements.HierarchyEvent UnityEngine.UIElements.BaseVisualElementPanel::hierarchyChanged HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___hierarchyChanged_15; // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::beforeUpdate Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6* ___beforeUpdate_16; }; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord struct GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E { // UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::m_FirstAdjustmentRecord GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___m_FirstAdjustmentRecord_0; // UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::m_SecondAdjustmentRecord GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___m_SecondAdjustmentRecord_1; // UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::m_FeatureLookupFlags int32_t ___m_FeatureLookupFlags_2; }; // Unity.VisualScripting.GraphPointerException struct GraphPointerException_t3C1D05DC844ADA13EC0EB7CD43250DC2D1AB13B2 : public Exception_t { // Unity.VisualScripting.GraphPointer Unity.VisualScripting.GraphPointerException::k__BackingField GraphPointer_t01C98F06D1A7635CB867665044B7DC1FE03D1C0B* ___U3CpointerU3Ek__BackingField_18; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { }; // UnityEngine.UIElements.StyleCursor struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 { // UnityEngine.UIElements.Cursor UnityEngine.UIElements.StyleCursor::m_Value Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleCursor::m_Keyword int32_t ___m_Keyword_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleCursor struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_pinvoke { Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke ___m_Value_0; int32_t ___m_Keyword_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleCursor struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_com { Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com ___m_Value_0; int32_t ___m_Keyword_1; }; // UnityEngine.UIElements.StyleRotate struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B { // UnityEngine.UIElements.Rotate UnityEngine.UIElements.StyleRotate::m_Value Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleRotate::m_Keyword int32_t ___m_Keyword_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleRotate struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_pinvoke { Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke ___m_Value_0; int32_t ___m_Keyword_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleRotate struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_com { Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com ___m_Value_0; int32_t ___m_Keyword_1; }; // UnityEngine.UIElements.StyleScale struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC { // UnityEngine.UIElements.Scale UnityEngine.UIElements.StyleScale::m_Value Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleScale::m_Keyword int32_t ___m_Keyword_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleScale struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_pinvoke { Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke ___m_Value_0; int32_t ___m_Keyword_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleScale struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_com { Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com ___m_Value_0; int32_t ___m_Keyword_1; }; // UnityEngine.UIElements.StyleTextShadow struct StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 { // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleTextShadow::m_Keyword int32_t ___m_Keyword_0; // UnityEngine.UIElements.TextShadow UnityEngine.UIElements.StyleTextShadow::m_Value TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___m_Value_1; }; // UnityEngine.UIElements.StyleTransformOrigin struct StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 { // UnityEngine.UIElements.TransformOrigin UnityEngine.UIElements.StyleTransformOrigin::m_Value TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleTransformOrigin::m_Keyword int32_t ___m_Keyword_1; }; // UnityEngine.UIElements.StyleTranslate struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 { // UnityEngine.UIElements.Translate UnityEngine.UIElements.StyleTranslate::m_Value Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleTranslate::m_Keyword int32_t ___m_Keyword_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleTranslate struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_pinvoke { Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke ___m_Value_0; int32_t ___m_Keyword_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleTranslate struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_com { Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com ___m_Value_0; int32_t ___m_Keyword_1; }; // UnityEngine.UIElements.StyleSheets.StyleValue struct StyleValue_t56307594EC04E04EFBCC3220595B4AAD66FF93C5 { union { #pragma pack(push, tp, 1) struct { // UnityEngine.UIElements.StyleSheets.StylePropertyId UnityEngine.UIElements.StyleSheets.StyleValue::id int32_t ___id_0; }; #pragma pack(pop, tp) struct { int32_t ___id_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___keyword_1_OffsetPadding[4]; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleSheets.StyleValue::keyword int32_t ___keyword_1; }; #pragma pack(pop, tp) struct { char ___keyword_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___keyword_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___number_2_OffsetPadding[8]; // System.Single UnityEngine.UIElements.StyleSheets.StyleValue::number float ___number_2; }; #pragma pack(pop, tp) struct { char ___number_2_OffsetPadding_forAlignmentOnly[8]; float ___number_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___length_3_OffsetPadding[8]; // UnityEngine.UIElements.Length UnityEngine.UIElements.StyleSheets.StyleValue::length Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___length_3; }; #pragma pack(pop, tp) struct { char ___length_3_OffsetPadding_forAlignmentOnly[8]; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___length_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___color_4_OffsetPadding[8]; // UnityEngine.Color UnityEngine.UIElements.StyleSheets.StyleValue::color Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_4; }; #pragma pack(pop, tp) struct { char ___color_4_OffsetPadding_forAlignmentOnly[8]; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___resource_5_OffsetPadding[8]; // System.Runtime.InteropServices.GCHandle UnityEngine.UIElements.StyleSheets.StyleValue::resource GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___resource_5; }; #pragma pack(pop, tp) struct { char ___resource_5_OffsetPadding_forAlignmentOnly[8]; GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___resource_5_forAlignmentOnly; }; }; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // UnityEngine.UIElements.VisualElement struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 { // System.Int32 UnityEngine.UIElements.VisualElement::k__BackingField int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField_7; // System.Int32 UnityEngine.UIElements.VisualElement::k__BackingField int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField_8; // System.String UnityEngine.UIElements.VisualElement::m_Name String_t* ___m_Name_13; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualElement::m_ClassList List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList_14; // System.Collections.Generic.List`1> UnityEngine.UIElements.VisualElement::m_PropertyBag List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260* ___m_PropertyBag_15; // UnityEngine.UIElements.VisualElementFlags UnityEngine.UIElements.VisualElement::m_Flags int32_t ___m_Flags_16; // System.String UnityEngine.UIElements.VisualElement::m_ViewDataKey String_t* ___m_ViewDataKey_17; // UnityEngine.UIElements.RenderHints UnityEngine.UIElements.VisualElement::m_RenderHints int32_t ___m_RenderHints_18; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastLayout Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout_19; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastPseudoPadding Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding_20; // UnityEngine.UIElements.UIR.RenderChainVEData UnityEngine.UIElements.VisualElement::renderChainData RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 ___renderChainData_21; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_Layout Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout_22; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_BoundingBox Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox_23; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldBoundingBox Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox_24; // UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformCache Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache_25; // UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformInverseCache Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache_26; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClip Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClip_27; // UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClipMinusGroup Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClipMinusGroup_28; // System.Boolean UnityEngine.UIElements.VisualElement::m_WorldClipIsInfinite bool ___m_WorldClipIsInfinite_29; // UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::triggerPseudoMask int32_t ___triggerPseudoMask_31; // UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::dependencyPseudoMask int32_t ___dependencyPseudoMask_32; // UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::m_PseudoStates int32_t ___m_PseudoStates_33; // System.Int32 UnityEngine.UIElements.VisualElement::k__BackingField int32_t ___U3CcontainedPointerIdsU3Ek__BackingField_34; // UnityEngine.UIElements.PickingMode UnityEngine.UIElements.VisualElement::k__BackingField int32_t ___U3CpickingModeU3Ek__BackingField_35; // UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::k__BackingField YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___U3CyogaNodeU3Ek__BackingField_36; // UnityEngine.UIElements.ComputedStyle UnityEngine.UIElements.VisualElement::m_Style ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style_37; // UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.VisualElement::variableContext StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext_38; // System.Int32 UnityEngine.UIElements.VisualElement::inheritedStylesHash int32_t ___inheritedStylesHash_39; // System.UInt32 UnityEngine.UIElements.VisualElement::controlid uint32_t ___controlid_40; // System.Int32 UnityEngine.UIElements.VisualElement::imguiContainerDescendantCount int32_t ___imguiContainerDescendantCount_41; // System.Boolean UnityEngine.UIElements.VisualElement::k__BackingField bool ___U3CenabledSelfU3Ek__BackingField_42; // System.Action`1 UnityEngine.UIElements.VisualElement::k__BackingField Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField_43; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.VisualElement::k_GenerateVisualContentMarker ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker_44; // UnityEngine.UIElements.VisualElement/RenderTargetMode UnityEngine.UIElements.VisualElement::m_SubRenderTargetMode int32_t ___m_SubRenderTargetMode_45; // UnityEngine.Material UnityEngine.UIElements.VisualElement::m_defaultMaterial Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial_47; // UnityEngine.UIElements.VisualElement/TypeData UnityEngine.UIElements.VisualElement::m_TypeData TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData_49; // UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::k__BackingField Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField_51; // System.Boolean UnityEngine.UIElements.VisualElement::k__BackingField bool ___U3CisRootVisualContainerU3Ek__BackingField_52; // System.Boolean UnityEngine.UIElements.VisualElement::k__BackingField bool ___U3CcacheAsBitmapU3Ek__BackingField_53; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_PhysicalParent VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent_54; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_LogicalParent VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent_55; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualElement::m_Children List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children_57; // UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualElement::k__BackingField BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField_58; // UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.VisualElement::m_VisualTreeAssetSource VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource_59; // UnityEngine.UIElements.InlineStyleAccess UnityEngine.UIElements.VisualElement::inlineStyleAccess InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess_61; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualElement::styleSheetList List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList_62; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualElement::m_RunningAnimations List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations_64; }; // System.Action`1 struct Action_1_tF1C83113B027428EC02FDD6D3B91715E09E46CE9 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t86D072B032BE6224AE97339E11155FE3C2852631 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tBA3B1F047564C0FEF4668E919B719CEDF49CD3B0 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_tC926860F20D428DA3E93D6FBA36420E904DD903B : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t12BAEB5431579FAA5D01B255D10326B609682EDB : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t3AB036595A53604CCD8C377624B7AF476C2CEDC7 : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A : public MulticastDelegate_t { }; // System.Action`1 struct Action_1_t17E52B12DC24FA6C9DD52F87043C85BEA889BB81 : public MulticastDelegate_t { }; // System.Action`10 struct Action_10_t5C2AD0247914DCD87998909C82ACABE0B156261D : public MulticastDelegate_t { }; // System.Action`11 struct Action_11_t5FE337E8B0CE326677A5A55C3759B1129E430C3B : public MulticastDelegate_t { }; // System.Action`12 struct Action_12_t0EBE61F6DD6A4D58BA4EE339144F6DABC4F8A147 : public MulticastDelegate_t { }; // System.Action`13 struct Action_13_t610B5D5AA949E46341797A95616C136C5B734312 : public MulticastDelegate_t { }; // System.Action`14 struct Action_14_t37B9793F4D02BC1F93216F52D0188146376FAF4D : public MulticastDelegate_t { }; // System.Action`15 struct Action_15_tDAA0EF39C2980F031CC8C65156FCCCBD29FF5E03 : public MulticastDelegate_t { }; // System.Action`2 struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C : public MulticastDelegate_t { }; // System.Action`3 struct Action_3_tCDB60724FE7702C8848DCEE7A25283B015D0DA58 : public MulticastDelegate_t { }; // System.Action`4 struct Action_4_tAF05E98E3DA1B2D4E4629E152AB8AE2793BEE120 : public MulticastDelegate_t { }; // System.Action`5 struct Action_5_t76805E8F5201D0EBC27246C4BA95BC63288D06A0 : public MulticastDelegate_t { }; // System.Action`6 struct Action_6_tDAF1E18AB5601662F7F14B45019FF1E254331DD9 : public MulticastDelegate_t { }; // System.Action`7 struct Action_7_tF4A442D63CDA7B951D738D558308A83026F1F74B : public MulticastDelegate_t { }; // System.Action`8 struct Action_8_tFEF171D3408907A66B51D87C7B69C1E0095363C7 : public MulticastDelegate_t { }; // System.Action`9 struct Action_9_tBDAE2424435D8D644A167BCD6EB0E6551861DDFB : public MulticastDelegate_t { }; // UnityEngine.UIElements.EventCallback`1> struct EventCallback_1_t0FE3F70E94CC4C4904A9F1C171A3DE56EE41F103 : public MulticastDelegate_t { }; // UnityEngine.UIElements.EventCallback`1> struct EventCallback_1_t0FE340C14352510E0EB8F8F5DD92B45DB63B6483 : public MulticastDelegate_t { }; // UnityEngine.UIElements.EventCallback`1> struct EventCallback_1_t4FC683FD40564304A8A351F88D0698DAF61F8A8A : public MulticastDelegate_t { }; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88 : public MulticastDelegate_t { }; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B : public MulticastDelegate_t { }; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07 : public MulticastDelegate_t { }; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t297B5C47242D1B98BEC955E2804FA142B43E7927 : public MulticastDelegate_t { }; // System.Func`1 struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457 : public MulticastDelegate_t { }; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t { }; // System.Func`10 struct Func_10_t087C827415001DB18D517A84B0745B13505073A0 : public MulticastDelegate_t { }; // System.Func`11 struct Func_11_t1F3B91B89F58BCDFF35D6AC508875CFD90041A54 : public MulticastDelegate_t { }; // System.Func`12 struct Func_12_t5C69FA071A840E291992594D162B25DC3A2B8A4A : public MulticastDelegate_t { }; // System.Func`13 struct Func_13_tB7DF248921BDD11E72870DDC4DB506C974A66ACA : public MulticastDelegate_t { }; // System.Func`14 struct Func_14_tFEE0B1E084E3B6BFD41E9A0A14A4DFDB471F7234 : public MulticastDelegate_t { }; // System.Func`15 struct Func_15_t5846886F279F95D667A5C60D26091A65E3F878D1 : public MulticastDelegate_t { }; // System.Func`16 struct Func_16_tED498041E58A211B0CC721763720F1F7408803EC : public MulticastDelegate_t { }; // System.Func`2,System.ValueTuple`2> struct Func_2_t4847DFE1EF6D7C84AAF9EF03BEA2117DF7233943 : public MulticastDelegate_t { }; // System.Func`2,System.Boolean> struct Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858 : public MulticastDelegate_t { }; // System.Func`2,System.Char> struct Func_2_t9373D63E56E9986B67D78874EDB3409836CDC133 : public MulticastDelegate_t { }; // System.Func`2,System.Guid> struct Func_2_tA5BB2A6EBD01C0A257FA9DA974A4EADE89CAE4DF : public MulticastDelegate_t { }; // System.Func`2,System.Object> struct Func_2_tF42287527472FA89789873F068A87C60A00EC7D3 : public MulticastDelegate_t { }; // System.Func`2,System.Single> struct Func_2_t50D381646417815AE6260BF1F4F2B3B50CE23B97 : public MulticastDelegate_t { }; // System.Func`2,UnityEngine.Vector2> struct Func_2_tDF374B4046E66364AB5F0C56449275D0B99BAFD8 : public MulticastDelegate_t { }; // System.Func`2,UnityEngine.Vector3> struct Func_2_t383ACA034986FB526C2536401996EF1CC0889958 : public MulticastDelegate_t { }; // System.Func`2,UnityEngine.Vector4> struct Func_2_t756C971CC335E41E8726C19CC1971D0F93A0E08B : public MulticastDelegate_t { }; // System.Func`2,System.Boolean> struct Func_2_t852072CDFF0303D1154452D6964FAC8D36FAE7C4 : public MulticastDelegate_t { }; // System.Func`2,System.Object> struct Func_2_t8A34ED5AC2D135095660313CD2024E3E2548CB8A : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_t3707BF5524E02A1FADDB41C11D1BFCB6ECC50809 : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_tBE87859D0D9C6063A0D42AAC2974C32F87CDB861 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tFEAFE05686AA0495510E000FC24FEC2C845C0FBB : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t5D51F6431829ECE65F21B86CCE9ADC804041865E : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tEDCDCD7BE3F7A4F5A742A5FD711EA63155BC825E : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t751E090C9CCEDFE7DACDE13E290E3110D3EE28AA : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_tF56DF5480E243FCDF894BF58102BE74409D47665 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t1C8F983F9A1AA802D45E89037E2AA7ACD1094821 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tEB5270271440F5524FC38C37B6ADABD8B1944ACD : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t3FE56BC6263D5B6DC5EC4029CBF5D3C13E3ABCD5 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tF12503C33FD184E465546C31F324F4C344B8975A : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t6F8F3763B94FF54CC94B682CC9FFCE38435E5975 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t2E0F87DDF5C79A1BF0E72E4A32070498DDB63C30 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t28BDEE0BBB0AF3832E1676D6ABB65EDA5546306B : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t20F329C9D47892E84BBF9A1B0EF63A1B4785E890 : public MulticastDelegate_t { }; // System.Func`2>> struct Func_2_tDD6BEA13E3DC18AE782C81E53A726912588B3B16 : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1 : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_tEE709D92F595E05CEE36C7FD0D5EE65BD0AC82B0 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tA8F6CB924B4548E42010325397F16C187C098225 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t615C91B75B6D7B4E70D5080F4EE82DFCD6B6B069 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tB966008A65EE3C580BEEAEA7E13ED7A153257838 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tB86D019F1289E2D123C00796B373933613385952 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t127163694D7C66D0F32B7F8F5BB2507F7516DEE4 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t1F9887E0A0ADE496D09CAA16DBA7B19D5579727E : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t01EEA5FE255AF6B9B90E3CFAE8B5571BC66E8302 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t49E998685259ADE759F9329BF66F20DE8667006E : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_tC496704D554895234B1360058C5CC2D901C24957 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t7E7216694EE7A991563EC30D68D86C597BF2A56A : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t03FEFF7E970434A482A3A0FC41B48727066FB15C : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t77FA9C1683C0E1C9EAB1F170DF3C99ACB681C844 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tFD36EA818BBCBD1EDE1E1540FC3EF156A6ADCCAD : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t1DF9A6EF4754198AEEA5C4062DCC2D163ACDDA9D : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tE58FFCA3E7D1699580A0C27FAFD702E828AC651E : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t208A44437DC9E09577E7BBCC73E296265723730A : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t264165A1230ACB392CC4F13E8C39F1A315308B40 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t8B45F86AD27A9D8326FA522C45CA74669CD4CDF9 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t69265D7FBC2C3636F8EC4F844AE44F2CA605B56E : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t6F0E9D3F3FD9400677A87178B87ABAE9E0497DA9 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tD7872B3AA6B766CCE180AA90881C2CF2663CCA7E : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tD4BC08B54D8D8F3BB8F18DF2B70F773589AF02E3 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t74402C59F71D80CCF3A73645CAF4276F7F625E76 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tB38CFA2B03A052C237D2DF7974738D0E021CCD2D : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t496BD39F99494741E19064E8CB2E3790E925E757 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t6A5C49CDFBC10B2FAE4899D3D39D8A3C79E76DFC : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t58E5056C3858798D8903B14FF810EE9F2B38CC38 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t49C1586DECA35B5F39BFA5E6494607C7A9683FBD : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tF414E7583BB912F566F79F6BA83505A7F2C3C41A : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_tAD065C32138D70F99F7E8D8BBF25867D55236464 : public MulticastDelegate_t { }; // System.Func`4 struct Func_4_t5BEC908E1F7894319A22CA9728A897FA95522DAD : public MulticastDelegate_t { }; // System.Func`4 struct Func_4_t3BDE3CA92565203F02E9E075D380C15E3C5964EE : public MulticastDelegate_t { }; // System.Func`4 struct Func_4_tA5546A90ACF2FBA116ECAAEB518084F68FC2040A : public MulticastDelegate_t { }; // System.Func`5 struct Func_5_tCAF2203A305DC98F7249111653223E3D03B7549A : public MulticastDelegate_t { }; // System.Func`6 struct Func_6_tE9AF1818DB45A2165C3E3C33ED451FFE57261143 : public MulticastDelegate_t { }; // System.Func`7 struct Func_7_tB2563564AE3DAB4993FFD4F268F71330DDE15093 : public MulticastDelegate_t { }; // System.Func`8 struct Func_8_tAC64EBEF01083853DF8AD5B56FF652D5412E0A0D : public MulticastDelegate_t { }; // System.Func`9 struct Func_9_t4849348C375CD9E375DEB3A1763FED1DA941D8BD : public MulticastDelegate_t { }; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3 : public EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22 { // UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::k__BackingField RuntimeObject* ___U3CoriginPanelU3Ek__BackingField_18; // UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::k__BackingField RuntimeObject* ___U3CdestinationPanelU3Ek__BackingField_19; }; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39 : public EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6 { // UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::k__BackingField RuntimeObject* ___U3CoriginPanelU3Ek__BackingField_18; // UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::k__BackingField RuntimeObject* ___U3CdestinationPanelU3Ek__BackingField_19; }; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F : public EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1 { // System.Int32 UnityEngine.UIElements.PointerEventBase`1::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_18; // System.String UnityEngine.UIElements.PointerEventBase`1::k__BackingField String_t* ___U3CpointerTypeU3Ek__BackingField_19; // System.Boolean UnityEngine.UIElements.PointerEventBase`1::k__BackingField bool ___U3CisPrimaryU3Ek__BackingField_20; // System.Int32 UnityEngine.UIElements.PointerEventBase`1::