#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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); } }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299; // System.Action`2 struct Action_2_t69B57FA560202CA74CA20771AE0002374A008E07; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Collections.Generic.Dictionary`2,o0.Geometry.Vector`1> struct Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBEEF3EB2017566FA1434657E83F95365D9117E0C; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t333A92FC296524ED12E77536EBF9CEBAEB9EBAF8; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tFB710B59D023D386CFB81426CF5EC09945016439; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t20D7A55E6F7C3F5D85A1A63C6B12E29D86E8D2EF; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t74E1B60F670D67A5BC0A3D3131009AFA565EB46B; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F; // System.Func`2 struct Func_2_tD5CE5E2FFCB14333EDD600A3F83D4C349A5693F3; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t87C38B0EE9F1DE9AFC8F366EEAE5D497C061B4E1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4DFA5CB8F95829BAC3B2C5251EA018F27F9EFCB2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7EEC9B4006D6D425748908D52AA799197F29A165; // DragonBones.IEventDispatcher`1 struct IEventDispatcher_1_tB868CA216C141F4BABDDB2C5CF4774FC4214FB5E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t3976C70EBB316EAF8FACB0D22E77D0AEC80BB096; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA5EDDF0020BAE9734E447F03483FADFE233D8ED8; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA36229DF1C2E8748AA45F34DDDB0EA111339F491; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t6F230790E5F5F090A67CB0052A42FCB546A83594; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tACD2FAA173EA2C7864F4E576D653862CC14AC010; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54; // System.Collections.Generic.List`1 struct List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4; // System.Collections.Generic.List`1 struct List_1_t02197C46B951562E9C826AA92326888DF2BD23B4; // System.Collections.Generic.List`1 struct List_1_t0A797760DCE8F990BFD150EEB031808D5F9269E8; // System.Collections.Generic.List`1 struct List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739; // System.Collections.Generic.List`1 struct List_1_tFD38E11A811DED19252DF7684390FF692DB525C5; // System.Collections.Generic.List`1 struct List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A; // System.Collections.Generic.List`1 struct List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA; // System.Collections.Generic.List`1 struct List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52; // System.Collections.Generic.List`1 struct List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6; // System.Collections.Generic.List`1 struct List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E; // System.Collections.Generic.List`1 struct List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE; // System.Collections.Generic.List`1 struct List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_tAA86D3C347389543EC29288120A124547E8F491A; // System.Collections.Generic.List`1 struct List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t985353431229C8151763A38589D03FBD829D85E5; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4; // System.Collections.Generic.List`1 struct List_1_tA9E1855C97DC334DF2AB685432C46BCC86464F11; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA; // System.Collections.Generic.List`1 struct List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2; // System.Collections.Generic.List`1 struct List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE; // System.Collections.Generic.List`1 struct List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t15050E83C4C051CA706B3489C75EBD1038966135; // System.Collections.Generic.List`1 struct List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906; // System.Collections.Generic.List`1 struct List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17; // System.Collections.Generic.List`1 struct List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731; // System.Collections.Generic.List`1 struct List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9; // System.Collections.Generic.List`1 struct List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E; // System.Collections.Generic.List`1 struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188; // System.Collections.Generic.List`1 struct List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4; // o0.MeanMaintainer`1> struct MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED; // o0.IMU.MedianFilter`1 struct MedianFilter_1_t33DD27C6F7DD9B6CFB4C5A2AE05F2ABC9241027D; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Collections.Generic.Queue`1 struct Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4; // o0.SortedQueue`1 struct SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t87BBDB1EC92B3BD28F04A7A57B3052BB975648E9; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA98F14069A6F620CAC584FAA4DB7B8410C813577; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t4F774A3E34B9E26C61B2710E34A073922B55C648; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB20E8EC28EAF5DEC8DAD41A5B018EE49B1D1BB42; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t184AF82D35D44B4108A1E68AC5AD8FB6391DF7AD; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tE819EBCFEFEF2FADB6EE8BE186BA349E428231C5; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tAD43F16F7FA775422F3477CF23648B9D3CF5BB95; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t16D4F2D12E5FF6E23A58E79BC02EDBDEAB72B636; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9F1F165D25CB000C78251227C615A92E85AED65C; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t21D042F137E010D2B1BB93760D41602C236D92B7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t416EB76ABD8E8949DF6E21B120AA083BBB91223B; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription[] struct AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A; // DragonBones.ActionData[] struct ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // DragonBones.BaseObject[] struct BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // ArduinoBluetoothAPI.BluetoothHelperService[] struct BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D; // DragonBones.BoneData[] struct BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // UnityEngine.Canvas[] struct CanvasU5BU5D_tDD7B86FC4D93626690EB20E44D75AC253F04A5CF; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo[] struct ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // DragonBones.DisplayData[] struct DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Object[] struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; // UnityEngine.Renderer[] struct RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp[] struct SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519; // DragonBones.Slot[] struct SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725; // DragonBones.SlotData[] struct SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // DragonBones.TextureAtlasData[] struct TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate[] struct X509CertificateU5BU5D_t41740B3A8C984ED237B45D5A9201BC1994BEBB23; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition[] struct ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213; // o0.Bow.o09AxisAfterXiaMenFromDll/State[] struct StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription struct AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // DragonBones.ActionData struct ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35; // DragonBones.ActionTimelineState struct ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // DragonBones.AnimationConfig struct AnimationConfig_t2C1CA555B3FD752549C7C849BBD912ACF8DD4482; // DragonBones.AnimationDB struct AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A; // DragonBones.AnimationData struct AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9; // DragonBones.AnimationState struct AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // DragonBones.Armature struct Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD; // DragonBones.ArmatureData struct ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1ParsingException struct Asn1ParsingException_tF5A5711F2D7A927F9E88BCEE22DE9DFA8CC7350C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser struct Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser struct Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory struct Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser struct Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AttitudeJson struct AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser struct AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AuthenticatedSafe struct AuthenticatedSafe_t05262AA3FF2545528CE2F83A5DFAC25ECB03715E; // BestHTTP.Examples.AuthenticationSample struct AuthenticationSample_tBDF2405AE81DCD69AA81377559E132F01204A105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess struct AuthorityInformationAccess_t74560C674D57BA77CCA296640160904D52D1648E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier struct AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure struct AuthorityKeyIdentifierStructure_t1AF8DB7A07EA36D3D9C0ABBC0FF7368369754464; // UnityStandardAssets.Cameras.AutoCam struct AutoCam_tB92DEA224001DB26BF45913652D6224E2CBE4751; // AutoConnectBLE struct AutoConnectBLE_t8BAFCEDE0F1CAE76E167FB3DD5ED00A9C3D8A621; // UnityStandardAssets.Utility.AutoMobileShaderSwitch struct AutoMobileShaderSwitch_tD7C73AB20F2A58FF980AB090E32EE73F33D9FB5F; // UnityStandardAssets.Utility.AutoMoveAndRotate struct AutoMoveAndRotate_tFD11D8128FE7428405FFE278DEF57D9976B97643; // AutoResetView struct AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2; // Axis663Handler struct Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F; // Axis9CalibrateRecord struct Axis9CalibrateRecord_t1FDAC5058EEBFB9CCAD2E6AFF9023D75EB7768A4; // Axis9Handler struct Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7; // Axis9NopackHandler struct Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D; // UnityStandardAssets.CrossPlatformInput.AxisTouchButton struct AxisTouchButton_t9FC0DC97B56B6174DD71927ECAE0E55ABE2AF0EB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers struct BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt struct BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B; // BLEServicesManager struct BLEServicesManager_t07933EA292B71FA539C243C6C11569042BB8E213; // BTManager struct BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6; // JC.Unity.UI.BackgroundAdapter struct BackgroundAdapter_t0F68A5F88B74311BF302CACA70BB038634230371; // UnityStandardAssets.Vehicles.Ball.Ball struct Ball_t4862549EF1227F5ACB24D69E847DDE7A6FA92D48; // UnityStandardAssets.Vehicles.Ball.BallUserControl struct BallUserControl_tA487072AA6E79559D9E55A638B84C2ADDD86245E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64 struct Base64_t81CAA702446BDB3B413322613FC7D336F67F4A2C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64Encoder struct Base64Encoder_t82CB76C2B6ED09C55ADF1BE117866548983B3E42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator struct BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4; // DragonBones.BaseFactory struct BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2; // BestHTTP.Examples.BaseHub struct BaseHub_tCB4F4D72B059021459548FEB54A6F22A46C199CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator struct BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255; // DragonBones.BaseObject struct BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // BaseSpeedSlider struct BaseSpeedSlider_tC53B7872423CAECAFE56455C58E9634E18A2F02E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider struct BasicEntropySourceProvider_t6F0E2E503BBA509525A672616B82C23B8927D01E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.BasicGcmExponentiator struct BasicGcmExponentiator_t4CE36DBC1356BEFAEFAC1A598784A32BB4DB443F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.BasicGcmMultiplier struct BasicGcmMultiplier_t87EE78BF389D847D71B7DA7AC30C7CC0A03161DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspResp struct BasicOcspResp_tEB37422790458A1BFED93DBC6BC1FA5ADA635965; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator struct BasicOcspRespGenerator_t19599B650AAF21CDD18346FB654FA27AD11C23B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse struct BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.BasicTlsPskIdentity struct BasicTlsPskIdentity_tC9ACF4D849FA982DDFC26D1C50E763F2FC96BDD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerApplicationSpecific struct BerApplicationSpecific_t81C31F362A7D85695D835B7E4D9ED17D80FB706F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerApplicationSpecificParser struct BerApplicationSpecificParser_t866254CE4F0DAF3F9FA9B74FC058E5CF07C9115B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerBitString struct BerBitString_t20540084149F4C4B394647464675ED8642229F5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator struct BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerNull struct BerNull_t1D33433A13878EF4E663938D124E05366A3DB3A7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString struct BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator struct BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringParser struct BerOctetStringParser_t83702C989F6FA661577C81C4EE415B37FEB762BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOutputStream struct BerOutputStream_t581AE0B357D4F0A4C0AC9C3870D0948E720B92F3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceParser struct BerSequenceParser_tA05539D8C3BCD26421E1ED7BEF2EDFC36136EC62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetGenerator struct BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetParser struct BerSetParser_t99229EE6D54F2DC354A62645F4189D31D84C4562; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject struct BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // DragonBones.BinaryDataParser struct BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BleDebugClient struct BleDebugClient_tBA22D593C548CAB05F804AEB36273F8FB3413252; // DragonBones.BlendState struct BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE; // BluetoothClient struct BluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // BluetoothHolder struct BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51; // DragonBones.Bone struct Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193; // DragonBones.BoneData struct BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32; // DragonBones.BoundingBoxData struct BoundingBoxData_t19D07C75027F58F30393D7A87F997A455ECF0E0F; // DragonBones.BuildArmaturePackage struct BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4; // o0.IMU.ByteToShort struct ByteToShort_tBBAB0C897768BA3ED484A3BFE64D9503E1FA8171; // o0.IMU.ByteToShorts struct ByteToShorts_t54D1C585C16406110501593A9FC2EFB7173EBD61; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // DragonBones.CanvasData struct CanvasData_t378879F059E749546F485846D8FC31F4A489A774; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.UI.CanvasScaler struct CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException struct CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280; // DragonBones.ColorTransform struct ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // DragonBones.Constraint struct Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D; // DragonBones.ConstraintData struct ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream struct ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo struct ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CustomJson struct CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // DragonBones.DataParser struct DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F; // DragonBones.DeformVertices struct DeformVertices_t0CF1027729D76F94E7E8836E3640E340A9810FEE; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific struct DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream struct DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // DragonBones.DisplayData struct DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB; // o0.Bow.DistanceToAxis struct DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968; // o0.IMU.DistanceToAxis struct DistanceToAxis_t79FAFD90FFFC4F514E6E1670A9CBE114F10A2069; // DragonBones.DragonBones struct DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D; // DragonBones.DragonBonesData struct DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6; // o0.IMU.EllipsoidFitting struct EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723; // o0._9Axis.EllipsoidFitting struct EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F; // DragonBones.EventObject struct EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // System.Exception struct Exception_t; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F; // System.Reflection.FieldInfo struct FieldInfo_t; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // o0.IMU.HardwareVariance struct HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SignalR.Authentication.HeaderAuthenticator struct HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362; // DragonBones.IArmatureProxy struct IArmatureProxy_t264634E14E2F74A501F20AF6A1F3C30F58ADE2D6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters struct IDerivationParameters_t1CE547FC65DE522314229BE0AD3C3E8654EAA02C; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource struct IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // DragonBones.IKConstraint struct IKConstraint_t13E7F31CE3E5E158E0B800C5F28E3CC912E6C5E1; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory struct ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner struct ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store struct IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509StoreParameters struct IX509StoreParameters_t319B1D67B6D8B1F34DF6CFB9083EDBB1E126DDCE; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Iso18033KdfParameters struct Iso18033KdfParameters_tFE570EC5D71E1361C1D48CD4A2E121ABBFFD024F; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters struct KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189; // MagJsonConverter struct MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677; // o0.IMU.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D; // o0._9Axis.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // DragonBones.Matrix struct Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // DragonBones.MeshDisplayData struct MeshDisplayData_tB241EA6B8DC6CFF6DE7C69C2C78E0D14F605F229; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // DragonBones.ObjectDataParser struct ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException struct OcspException_tEB86D2641E584387057732A1F047A4694C77C561; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate struct OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser struct PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215; // UnityStandardAssets.Cameras.PivotBasedCameraRig struct PivotBasedCameraRig_t1E552B68C93B235EBD5B489D604BACD8EDC870F2; // DragonBones.Point struct Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // DragonBones.Rectangle struct Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData struct RespData_t4849F6D825870378C3731181081793D25BF9B117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID struct RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID struct ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp struct SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619; // DragonBones.SkinData struct SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8; // UnityEngine.UI.Slider struct Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A; // DragonBones.Slot struct Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE; // DragonBones.SlotData struct SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // DragonBones.TextureAtlasData struct TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1; // DragonBones.TextureData struct TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E; // DragonBones.TimelineData struct TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DragonBones.TransformDB struct TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17; // DragonBones.TransformObject struct TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserComp struct UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7; // DragonBones.UserData struct UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A; // o0Project.Variance struct Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // DragonBones.VerticesData struct VerticesData_t1475CCB153A60D3D857CBBCEE2AC72C4542E5073; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // DragonBones.WorldClock struct WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters struct X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension struct X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // DragonBones.ZOrderTimelineState struct ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF; // o0.IMU._663AxisPreProcessor struct _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250; // o0.IMU._9AxisPreProcessor struct _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78; // o0.Bow.o0663Axis struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1; // o09Axis struct o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7; // o0.Bow.o09AxisAfterXiaMenFromDll struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD; // o0.Bow.o09AxisCS struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A; // o09AxisCSBridge struct o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14; // o0GyrCalibrater struct o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA; // o0Aien.o0WeightedAverageFilterVector3 struct o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42; // AutoConnectBLE/d__6 struct U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046; // AutoConnectBLE/d__7 struct U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B; // AutoConnectBLE/d__5 struct U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition struct ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList struct ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207; // UnityStandardAssets.Utility.AutoMoveAndRotate/Vector3andSpace struct Vector3andSpace_tE33E47F7CC91C2CF30A17AF83531A638339CFFD1; // Axis663Handler/d__14 struct U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615; // Axis663Handler/d__15 struct U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706; // Axis9Handler/d__17 struct U3CSaveGyrU3Ed__17_t525ED5666613BE7B6A8C79C6FD1CDDEE2F13AF7A; // Axis9Handler/d__18 struct U3CSaveMagU3Ed__18_t1D2EB4C7ADC1319CFD6DDAAF66C8B14D1A61601E; // Axis9NopackHandler/d__20 struct U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0; // Axis9NopackHandler/d__21 struct U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C; // BTManager/d__7 struct U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource struct BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject struct ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream struct BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18; // DragonBones.BinaryDataParser/JsonParseDelegate struct JsonParseDelegate_tDAE013C173F6221EFE0DB304C54D2ABEF153A0A9; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent struct BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothDescriptorEvent struct BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents struct BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent struct BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents struct BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent struct BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis struct VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // o0.Bow.o0663Axis/State struct State_t4D70CC2845D6A40E2C093608912892C8F2218FA4; // o0.Bow.o09AxisAfterXiaMenFromDll/State struct State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E; IL2CPP_EXTERN_C RuntimeClass* AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArmatureDisplayData_tED0984823412874C07BDCC9EDA676043B9531225_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OutputStream_t90F467D0FAF8F644B93F4B3A21908F990D600971_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1ParsingException_tF5A5711F2D7A927F9E88BCEE22DE9DFA8CC7350C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthorityInformationAccess_t74560C674D57BA77CCA296640160904D52D1648E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Axis9CalibrateRecord_t1FDAC5058EEBFB9CCAD2E6AFF9023D75EB7768A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AxisTouchButtonU5BU5D_t72776D384169F1CB3BEA8B143321CE87BDB94DCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseHub_tCB4F4D72B059021459548FEB54A6F22A46C199CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseSpeedSlider_tC53B7872423CAECAFE56455C58E9634E18A2F02E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicOcspResp_tEB37422790458A1BFED93DBC6BC1FA5ADA635965_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerApplicationSpecific_t81C31F362A7D85695D835B7E4D9ED17D80FB706F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerNull_t1D33433A13878EF4E663938D124E05366A3DB3A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerOutputStream_t581AE0B357D4F0A4C0AC9C3870D0948E720B92F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Helper_t3145B51E8C4C611C756EE95E0F9B6CE67CA0123E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockResult_t6A7C472F432343ADBA690B12778C4CF5FFB19CCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IStreamCalculator_t4F9460D63B0B76B77564036A39E861A0A03ABD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ImageDisplayData_t3F0DFA2412FB766E6EC958CDCB6F2AA0171E9584_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Iso18033KdfParameters_tFE570EC5D71E1361C1D48CD4A2E121ABBFFD024F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshDisplayData_tB241EA6B8DC6CFF6DE7C69C2C78E0D14F605F229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspException_tEB86D2641E584387057732A1F047A4694C77C561_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspUtilities_t4FC9381E42CCAB69C0A39563436C0FDFA38684AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RespData_t4849F6D825870378C3731181081793D25BF9B117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSaveGyrU3Ed__17_t525ED5666613BE7B6A8C79C6FD1CDDEE2F13AF7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSaveMagU3Ed__18_t1D2EB4C7ADC1319CFD6DDAAF66C8B14D1A61601E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateU5BU5D_t41740B3A8C984ED237B45D5A9201BC1994BEBB23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral028785906F2A390708B962D3D699958DF4A43D43; IL2CPP_EXTERN_C String_t* _stringLiteral055647CB8D0B3E88183EE2323377EF5437137BCC; IL2CPP_EXTERN_C String_t* _stringLiteral06DD5106E591BAA36353AC59A5B19FD81E19A1F0; IL2CPP_EXTERN_C String_t* _stringLiteral079998E3393B6BDC1FAFFA63A54F724488AE5306; IL2CPP_EXTERN_C String_t* _stringLiteral07D1FA4B1D4D56856BC5087495992498681BA912; IL2CPP_EXTERN_C String_t* _stringLiteral0894FA3B6A3BD4D08D7A089A747EF648197893D4; IL2CPP_EXTERN_C String_t* _stringLiteral09E94912C8DC5AFA6819646059F1BF30909919FF; IL2CPP_EXTERN_C String_t* _stringLiteral0AF612F47EF19D289A43329EA37F8E82A276CFDD; IL2CPP_EXTERN_C String_t* _stringLiteral0DE59C6510F94A8D3065BBD53807438BBF0C1956; IL2CPP_EXTERN_C String_t* _stringLiteral0E263EF5EF49254D71F9B286FDD39D7C9179152E; IL2CPP_EXTERN_C String_t* _stringLiteral0E93D67C22CC3A3BA7D4AD7D107D998DB5485573; IL2CPP_EXTERN_C String_t* _stringLiteral116A6805DDE677BA74A0F2A342227F583735A715; IL2CPP_EXTERN_C String_t* _stringLiteral13451B7216BC16C8E6A7ADA10BAB5AA1BE011664; IL2CPP_EXTERN_C String_t* _stringLiteral1436BA31486D64DFEC7B3FCD722AB2663B08606B; IL2CPP_EXTERN_C String_t* _stringLiteral14EA477FD548AB8C5267010F2E914588DDBB1EE7; IL2CPP_EXTERN_C String_t* _stringLiteral15F30E0AC0217F04C47A90E499E8480B94E2CD1B; IL2CPP_EXTERN_C String_t* _stringLiteral184496D5205971BC0EBDA7C0D3001C83AD21C11D; IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; IL2CPP_EXTERN_C String_t* _stringLiteral1BBD000400C14BC2E4268B2F2A07BEE7FF85BF95; IL2CPP_EXTERN_C String_t* _stringLiteral1D039B17220DCC63B1682882E707BF1A62CD1819; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral2363E85421C74C1938A4F75DD9D98B49A070F250; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral25991E0718BF71F0F575A726DEA28DAC66F6361B; IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A; IL2CPP_EXTERN_C String_t* _stringLiteral26CA1D5E2F6785F2DC7432A0B6AD44F0E0349443; IL2CPP_EXTERN_C String_t* _stringLiteral28A64928D298FD30C91C52931D73C990D5A2BA21; IL2CPP_EXTERN_C String_t* _stringLiteral28BE9A569DCCAECC3746AA7945F873F6CD56F68E; IL2CPP_EXTERN_C String_t* _stringLiteral2A66C9BF490B5E5DA8BC242E3C96D7CAACC064C0; IL2CPP_EXTERN_C String_t* _stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F; IL2CPP_EXTERN_C String_t* _stringLiteral2B03C8EFAE24C9C5AD00032EC99ACAA5C34A771C; IL2CPP_EXTERN_C String_t* _stringLiteral2B3A02DCD21E0C93A5EF2F1DC19725F4DD7C17E5; IL2CPP_EXTERN_C String_t* _stringLiteral2C09C5C31A7F1330C5D0C9643E553CFE22A028DA; IL2CPP_EXTERN_C String_t* _stringLiteral2D5172FC341A5056439CC4A3FD21C611DB739F5F; IL2CPP_EXTERN_C String_t* _stringLiteral306D2A824EE61913C4302E637DFA83455C50D0CD; IL2CPP_EXTERN_C String_t* _stringLiteral31827301C03D8F95E4BC2E1EBE4A89B3637D3055; IL2CPP_EXTERN_C String_t* _stringLiteral3344407BE643B9910308089610D74C6A4CF4EA3F; IL2CPP_EXTERN_C String_t* _stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99; IL2CPP_EXTERN_C String_t* _stringLiteral374AD420B4E0DAF158D243491F3B6B665CFD76C4; IL2CPP_EXTERN_C String_t* _stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7; IL2CPP_EXTERN_C String_t* _stringLiteral3CBDA36F98C255223692548513831A8BB192F40A; IL2CPP_EXTERN_C String_t* _stringLiteral3F3E4BAB8F83B4297D161F0732481E031EB9EBA5; IL2CPP_EXTERN_C String_t* _stringLiteral4086C5AF332125901809545BB0333D8C26452273; IL2CPP_EXTERN_C String_t* _stringLiteral43B713923EAA44896288C94131352D5B2AE45B08; IL2CPP_EXTERN_C String_t* _stringLiteral459B219EEC5878B4E8D95266C4F5C0952305DE0D; IL2CPP_EXTERN_C String_t* _stringLiteral45A37DF2635F92704C720AA3D8607D1F3F77DB79; IL2CPP_EXTERN_C String_t* _stringLiteral45EF86FB3E6727A00D5090D7C941D32C03BDE83F; IL2CPP_EXTERN_C String_t* _stringLiteral4EC3DAD471CD5569E158CD3874BA5277153393AC; IL2CPP_EXTERN_C String_t* _stringLiteral502265F2BE3A227F4520D5BBA2B61AAB8B271F47; IL2CPP_EXTERN_C String_t* _stringLiteral52413339CD906155C98A1F5C964A91E40F100048; IL2CPP_EXTERN_C String_t* _stringLiteral590EA200BE3FFE869755ABCFEA7DDAD66585C78D; IL2CPP_EXTERN_C String_t* _stringLiteral59582BDE9A98FD0DA3E1B6BE28C9675524AD5267; IL2CPP_EXTERN_C String_t* _stringLiteral5CA91DF6E7F9569FE1CC6BAEB2773A5159C78D81; IL2CPP_EXTERN_C String_t* _stringLiteral5D3050D6B8B5D7F4FA5D56B847726A04F41574A2; IL2CPP_EXTERN_C String_t* _stringLiteral61470C3B37EA2EA61B8F2A6E2C0C31733DFF3D3E; IL2CPP_EXTERN_C String_t* _stringLiteral63D6288658CA6DCB1443334417B40AA9F06C9247; IL2CPP_EXTERN_C String_t* _stringLiteral65ADACB1E25F2E13BA0EA3A13EE5A03BA2F8C85D; IL2CPP_EXTERN_C String_t* _stringLiteral666EC4482A05C3607C24394AAF3FBE368F07E0EA; IL2CPP_EXTERN_C String_t* _stringLiteral672B5036A414DB7164BE39CB057CA747F5AFAAF3; IL2CPP_EXTERN_C String_t* _stringLiteral6789603033F17B25B383076C8A803F71BD6E3439; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6CC24A4C224F4A2D363EB42767E4670D293E6CFA; IL2CPP_EXTERN_C String_t* _stringLiteral6F7A14B4018A25E26782EFBA2014E3C42081C2FD; IL2CPP_EXTERN_C String_t* _stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C; IL2CPP_EXTERN_C String_t* _stringLiteral7292FF645404EA54B6291E7D49F2411E39A21AC2; IL2CPP_EXTERN_C String_t* _stringLiteral73D55FA70FBCBA5C4EF3A0F141621F4B11202CCF; IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9; IL2CPP_EXTERN_C String_t* _stringLiteral7454E810BB6282542BCAABE59AFDE199C1D0E0F6; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral77A3CB85446E0494DD8AA3D324F0B1E80CFCDCA5; IL2CPP_EXTERN_C String_t* _stringLiteral79C314E65972813E41B82E11DA9CE12F06ED9100; IL2CPP_EXTERN_C String_t* _stringLiteral7ABBEC95A2F130B982252C3B30D3FBDB37C62F84; IL2CPP_EXTERN_C String_t* _stringLiteral7C5FAA48E206A3BF083CF550BB556EC7B949672D; IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E; IL2CPP_EXTERN_C String_t* _stringLiteral842B8C7345E8AE5608EE332378D4489B8AF9C37C; IL2CPP_EXTERN_C String_t* _stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A; IL2CPP_EXTERN_C String_t* _stringLiteral86C09DB9353A80E88272B0D8E4D952A9DD57DBA3; IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2; IL2CPP_EXTERN_C String_t* _stringLiteral87AE6FB8B54C63D0A935F46427CA402CAF342664; IL2CPP_EXTERN_C String_t* _stringLiteral8A0C12ABE867D79F6F7D7E94555501F2BEE6826D; IL2CPP_EXTERN_C String_t* _stringLiteral8ACF82D6368F8C7E3BD49B6B94299F1E6E66F479; IL2CPP_EXTERN_C String_t* _stringLiteral8B48D0C801AEEF68C3FEE39DD362D4DD306655F6; IL2CPP_EXTERN_C String_t* _stringLiteral8D284234A7F9BCE7936556B7A9B6A1602A764A74; IL2CPP_EXTERN_C String_t* _stringLiteral8D28804279657C68C7AB17B67ADDC08F01AC0B73; IL2CPP_EXTERN_C String_t* _stringLiteral91EC10F448CCDB0B497CD2B88C4CA172ECC89618; IL2CPP_EXTERN_C String_t* _stringLiteral92EF8D890FBDB2681E6025FBBF832EEA646991D1; IL2CPP_EXTERN_C String_t* _stringLiteral93C21CAED16D9E840DD58D3736DFEC667D1E7957; IL2CPP_EXTERN_C String_t* _stringLiteral9412DA949FDA472A18977665A0D1DE46BD6C5A31; IL2CPP_EXTERN_C String_t* _stringLiteral97B07A47C6BB7C3AC673076F7B9449D6C5CB3FCA; IL2CPP_EXTERN_C String_t* _stringLiteral989BF40EDBE9791B94F112127127238CF05D74C5; IL2CPP_EXTERN_C String_t* _stringLiteralA1B89AA0AFFCC42E5265D93F6224404DEAE01C69; IL2CPP_EXTERN_C String_t* _stringLiteralA4422CD81AECDFA9DE08176F8B2A6E6254D7C2D5; IL2CPP_EXTERN_C String_t* _stringLiteralA50D8A435BDC1410902C6ADA6610B2AAD19C02A7; IL2CPP_EXTERN_C String_t* _stringLiteralA5F45C694655AA191FD1981E2E3A5F8C94C36296; IL2CPP_EXTERN_C String_t* _stringLiteralA7D2363A915BFE7E1A89AE0D565D10A1C1FC240C; IL2CPP_EXTERN_C String_t* _stringLiteralA9984C0671BE8F3936E71B53CEFFDD2FC3BB8E03; IL2CPP_EXTERN_C String_t* _stringLiteralACBB27D468FDFECCE3A8DD7A5EF7A2295084706A; IL2CPP_EXTERN_C String_t* _stringLiteralAD4350F696B4AB541A1EC47D73DBF88891030DF2; IL2CPP_EXTERN_C String_t* _stringLiteralAE432B1217D0BC2919DF0ED32BF04262AD6418F4; IL2CPP_EXTERN_C String_t* _stringLiteralAE7D2A070A5A1449D74AEF8D43D597DA495FDE3D; IL2CPP_EXTERN_C String_t* _stringLiteralAE833D33F279032E0BFB7E0335E3184EEC35AEA3; IL2CPP_EXTERN_C String_t* _stringLiteralAE9C116B14BD968AAB6B1F49A4E4B03F1A94DAFB; IL2CPP_EXTERN_C String_t* _stringLiteralAF44CE0944F48F254620D59BD7FD3C5034276BE0; IL2CPP_EXTERN_C String_t* _stringLiteralB1A2208395EF5C25117B86110001098327C20B87; IL2CPP_EXTERN_C String_t* _stringLiteralB1AF2B8D83A28BE1AAEAE2EE72618D29F544ACB7; IL2CPP_EXTERN_C String_t* _stringLiteralB2770D1B66DBE4B2B7CA2653AD08F8CEA9493165; IL2CPP_EXTERN_C String_t* _stringLiteralB30E8089E394E4DBCB26CCE48B95925EA8321F98; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB60AF69283A8B507EBE813C4DA866C49BA8B2C4E; IL2CPP_EXTERN_C String_t* _stringLiteralB640F7DB926616158F69857BA3BA0200116D6E59; IL2CPP_EXTERN_C String_t* _stringLiteralB6D605A9087410128B41F667A579D1A26C21F6F6; IL2CPP_EXTERN_C String_t* _stringLiteralB96F048D994E7911AB7DC16F93A8BD7AB09613D6; IL2CPP_EXTERN_C String_t* _stringLiteralBB7B221CF996A751E3B8424F7F674893A1E2FCD5; IL2CPP_EXTERN_C String_t* _stringLiteralBB7BBBFE661715229C8CBE034BC05A8196B409E4; IL2CPP_EXTERN_C String_t* _stringLiteralBC2719D3935F34C593EF79A2D95EB47FEBED9023; IL2CPP_EXTERN_C String_t* _stringLiteralBD4AAC819B3CDF6979DEA784A5FE3F94A001675D; IL2CPP_EXTERN_C String_t* _stringLiteralBDD4D059C001C5EA1C3ED45EF7E02A94C2BC56CF; IL2CPP_EXTERN_C String_t* _stringLiteralBF2AFE8824440AA42D71AF922287F0AED660C8BE; IL2CPP_EXTERN_C String_t* _stringLiteralBF62F9B16DDAB52D1FD2A5190F69FAD0D9B7A1AD; IL2CPP_EXTERN_C String_t* _stringLiteralC166909EC442464ACBD6CBD2C6FC0BCBDD162685; IL2CPP_EXTERN_C String_t* _stringLiteralC339E6D798E448CF162409CCD8065B85E4CE19D0; IL2CPP_EXTERN_C String_t* _stringLiteralC418AAFF1B29CA2BBACF3A941CF5169D64046CEB; IL2CPP_EXTERN_C String_t* _stringLiteralC46CF529D9CCD1382BED12AD88E532CE08AEBFFC; IL2CPP_EXTERN_C String_t* _stringLiteralC603ED4F04BAFE7317979AFF2B38D338DFC44426; IL2CPP_EXTERN_C String_t* _stringLiteralC61D701382221D112BD3827C51A1D633F8C2E4B3; IL2CPP_EXTERN_C String_t* _stringLiteralC965D4592832851C4FA72DDC1936415685A70FE9; IL2CPP_EXTERN_C String_t* _stringLiteralC9D1AC87CE57275452262EAAEB65A1D483D04022; IL2CPP_EXTERN_C String_t* _stringLiteralCBEEDEF2D8108832EB067CD43DBA45894A53B053; IL2CPP_EXTERN_C String_t* _stringLiteralCF222DBBDA74E8DABC2EEF121CE72C6B38410518; IL2CPP_EXTERN_C String_t* _stringLiteralD29A0745DECCA38535B34701FDDA4A1747B44B62; IL2CPP_EXTERN_C String_t* _stringLiteralD5C0F4A27D61AABF6B271E6015FA08AF7962AB6B; IL2CPP_EXTERN_C String_t* _stringLiteralD763A98113CB51E5E02A2F97209AEC11BB309DC3; IL2CPP_EXTERN_C String_t* _stringLiteralD7AFB6AFB9AF70B8BDBBE03C38D5F346EDDB0739; IL2CPP_EXTERN_C String_t* _stringLiteralD949A21957CD7284B07087EFF80761F44C6E8C8D; IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDE1632432BC8234C81171D058EF8BDE98B35585A; IL2CPP_EXTERN_C String_t* _stringLiteralDF3901EDC76649577E2AA57BFB48ADF7FBEB63D9; IL2CPP_EXTERN_C String_t* _stringLiteralE0B7DF8BB1C44350740DF1815AEE572AE9564BE9; IL2CPP_EXTERN_C String_t* _stringLiteralE243F3A3BCD2F1FCDA10AE9E739FC4C06302D406; IL2CPP_EXTERN_C String_t* _stringLiteralE39C08DFDFAE9E5FDDD0B0C40973BBC332C502A3; IL2CPP_EXTERN_C String_t* _stringLiteralE4D91A275D1835BB2A2111D76DB36CDDDAD83699; IL2CPP_EXTERN_C String_t* _stringLiteralE6570AFB988B6588B21D48C09A67DB765CD1A48E; IL2CPP_EXTERN_C String_t* _stringLiteralE856E924F5E2C6DF8FBD4B0F4EA57125F2DBEFC8; IL2CPP_EXTERN_C String_t* _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73; IL2CPP_EXTERN_C String_t* _stringLiteralE9160AA542E6D60C39131D03956B8834E110B7BD; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEB793B0C39F31FC990FBDBB23B3775BF3ADF139C; IL2CPP_EXTERN_C String_t* _stringLiteralED05963771E515F73445CC8BABA3917CA5ADFEEF; IL2CPP_EXTERN_C String_t* _stringLiteralED59B830BCF59C8733363F0C6868BB9A5E384E40; IL2CPP_EXTERN_C String_t* _stringLiteralF235E13FE6B6867AA146FCD75745DC403A880A61; IL2CPP_EXTERN_C String_t* _stringLiteralF51C1DD4AE16BED8544C97BA6BD0543F1DA617D3; IL2CPP_EXTERN_C String_t* _stringLiteralF78F3765E3C31FF9096B7F2ED82453A8F0268544; IL2CPP_EXTERN_C String_t* _stringLiteralF7DD309920A2AC2970E1FF1E08E325660F8BA10D; IL2CPP_EXTERN_C String_t* _stringLiteralFB179124E5441EF7DE66AB826DE87E4040BA2430; IL2CPP_EXTERN_C String_t* _stringLiteralFEA9315A66A5C2537E91B932FE6D3956956EC49D; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationSample_U3COnGUIU3Eb__7_0_mB3B3BD8507A4F6F65BA09C907955166ED30D173D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationSample_signalRConnection_OnConnected_m320266E7AD615A5C88622B38686FB75E314E43B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthorityInformationAccess__ctor_m00B63127CF45E3EF237BF65A297E452234F2E45B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthorityKeyIdentifierStructure_FromCertificate_mE8C66A054055439A3386F65BD223A4CF0A6686C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthorityKeyIdentifierStructure_FromKey_mAD831C999EEAAA7FF46ABEAB04CF1305AF4CA694_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthorityKeyIdentifier_GetInstance_m9032CF34D2ECC28B327D9119D99B65DBABD83541_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthorityKeyIdentifier__ctor_m4D3351BD6FA8A4F37289B31D0CEA91858356618A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BCrypt_DeriveRawKey_m9D4173E156699F91EA055CABF4FA5DCB36FF4990_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BCrypt_Generate_m00EC36E51E47BD3FA38967A328494E97A14D1B4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BLEServicesManager_OnScanEnded_m6E566752D09658BDB3EB3AD948C44599674E9DC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BLEServicesManager_U3CStartU3Eb__2_0_mD6DD7BB0AB671C2BBB2DDF056433320AC20FD41A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BTManager_OnBluetoothConnected_m94BD1F9B415FC6761457230687FB5D9ECCD3BF2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BTManager_U3CStartU3Eb__5_0_mABB876CF52CFB96C2D879CFD4C6D97E6CE5A0C5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Base64Encoder_DecodeString_mF44C86248928C1D6F92C6AE4357AFCB922739B0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Base64Encoder_Decode_m08EF61B452B86ABE3E0E348B534DE88382A1B6AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Base64Encoder_decodeLastBlock_m9B490F175F1FA636DBD4CE66AB00E45EAD77C2EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseHub_Invoked_mF422BE84211DD3F330145318BA054F4C2C6623F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseHub_Joined_mEAEA117DE63C12AFC646FC6F846B690A362A0377_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseHub_Left_m6C65D4448A87F4D149C8A2055FB11F46CC378B21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseHub_OnInvokeFailed_mBD3B2C03476D506524B51386DCDBF327F934BD2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseHub_OnInvoked_mB449AAE6FD591AAEF57BE405A61A8C2DD0B3EBA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseHub_Rejoined_m8CA694E03EED00C4CFA0AE62D4DA2266174C45E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_Read_m88BED07FEAC3D82B510B3E52023C0ECC029F8BD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_Seek_m858001C926805489F6FD05393D597EFCCBE01D6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_SetLength_m427896D3DFD84AAE621228E2A32D1813C94CBB8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_Write_m96C2595F51F5BCC167ACE835C1E8DBF177A6AAC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_get_Length_m0FECE97D837F644FA3F912B0D533B7866C034839_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_get_Position_m2500FCA42D63F9EC7E0B32A431A7ADAB6E253D39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInputStream_set_Position_m0B990ACC4E18B0F7E7BA3C04CFBB4F85F5A5CBFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseKdfBytesGenerator_GenerateBytes_mDCFA6E0F70E43435773D6E5A29D1B741247A1A00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseKdfBytesGenerator_Init_m29996B4A59029CE524377707913806C9BAC02490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseObject_BorrowObject_TisBone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193_m25EE40B2830AEEF9D03E0E5A96E0209672F018A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseObject_BorrowObject_TisEventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E_mCE6F1DCEF58FE9782D9B53122FA05CBDF3CE10F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseObject_BorrowObject_TisIKConstraint_t13E7F31CE3E5E158E0B800C5F28E3CC912E6C5E1_m42D4F23DE1488068A5739894523A06609B6AD77B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseOutputStream_Read_mC877C382C5E12E6059AE9AEAED9686293B2DA0F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseOutputStream_Seek_m06BAB08A563C07E2CE19CC8DA68A235CC01DBE41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseOutputStream_SetLength_mD1F221ADDF65E58BBD3E7877619B1440C899D8AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseOutputStream_get_Length_mADA2194FF4296C5DA2B364E5649C57EEE1B4610F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseOutputStream_get_Position_mD4275E0A9CC71DEBDC9662C2308F988D48CBF8F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseOutputStream_set_Position_mF23A0892180D7B1C8659F8D7D0B06445FEEB94D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicConstraints_GetInstance_mD0D7527B2DCBB76EDD5C233ABFA074A5AADBF6BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicConstraints__ctor_m45960CF8B625CBDFEC9D9EDD78A81AE52C3B4D28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspRespGenerator_GenerateResponse_m4128A5432FCE0BE27904979834D7DDB1E6C2EB20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspRespGenerator_Generate_mA7A99DE111E33DFDBF637F0CBC1010C8A655782B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspRespGenerator_Generate_mE3EA8C20963D69E27B05B92251B3366D22E1B79B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspResp_GetCertList_mD0CBA0C0D56FBDD78AA40F0373B31B48424105F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspResp_GetCertificates_m195DAD236944F6777E786AA232FEE59966D2BE97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspResp_GetTbsResponseData_m132638C624D6AD53BF1264F805178DD977EFAEC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspResp_Verify_m99B50D920BB95C6C296F3DF57B119FD8E1F6CBEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BasicOcspResponse_GetInstance_m51ADA084C32A235214F31D84B83E9DF75FA8EE4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BerOctetStringParser_ToAsn1Object_mBE8ECB8E3F2F986230B67CE5EB28D4B78CF39629_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BerOutputStream_WriteObject_mB2028C63000650244A995A4D098ECD0FDC6DAFFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BerTaggedObject_Encode_m8B6BF65B1F1E7983658BD0321E72C2FFA2213857_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisCanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1_mAF9D5C91D6433D637D255F65FD0A8202807B71CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisBall_t4862549EF1227F5ACB24D69E847DDE7A6FA92D48_m7A65BF9B8749465EA9A8667BF5970BBE02D4BF56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSlider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A_m62CA79A85A59521387448ECD1E83CF87BD3C9EE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_m2237B0092AEA1C0043F1B3C2DAB9F1181F510315_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomJson_Parse_Tis_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78_m772ADD1FCF1C1108C93E76D8FB7D6C9A29CB09A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m071D64686270B4C66134AE0F8F52DEC8789FD610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m535A2296D6AA2A69030B56B994B6D18F1735F03D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m0E3EF3345E1C0E0D00DA17AFC62FB90838B0BED8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m26573CC4771E8E8452A5AFD0AF1E41227796DD58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m45C9CD93CED11328BA3CBDA1A38E21599A7E85CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mA21612F07B23C28656EB6A2CA5BD375E905B9021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mD7D1CDE3ACBD59106030D249F565C24A0813E39E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mCBD08897F8324C195DC012AE2E0E28328D749F25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m51319B4C3930779D485210F217E041B99D8E6EF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mC0909F6EBBD232CC47D8C3D02595C6B2CF05DE73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m74ADF2B8FBD1EB4C8739534AE572A2CF2F4F4F80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAF8938149B1B499B430058C58552A3C4C3C6F927_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBD3273888E94EC652DD0645BEB83E1831F8DE72B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC1438B5F2F441237004AAD5B7C3750E0CE4C7777_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCEEDC994FB646FBD1D2C1DF22B003CB630AE5253_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD24CC4507ECCA870ECE4CEA5AD884A61B8E0F379_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m2B366A03E5A79E81C26FEDD68859A794B5DB600D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m51BB6218C2F0C88ED100EFAC74E6CFEC432C796B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m82BB9B2BEE1FD10E97046E70A68E523FC17AA6F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mBA1751732ED3BC1DD1864DF509B2AC9C244F6B65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mBAC9E8DD5FA50867D358F98AFE8A310C16575CF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC66AE64A92D6FC6A932515DF4A4B17BC6AA78661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m26636ACDD0DE5BAC5DF5C3EF950D70373928A47C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m7583A108B7A1B6635EE76E4754B28C9CD04F10F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_mB11CE89C4C71092D31A50815634B85838557CAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_mDDC9786CAE9D891564D1C769FF4ACF681EA2871A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m1402AF0839ADE8AF9D13E384269F4D7F09389FF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m62A688D8D081F0EEC5B54E132B04FF7B7A8418A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mE28116DE37792AC7D3FF6F0B95A25934A6629606_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m07696157573D2AF76B11E2F14A9C50212101B096_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m0C089DF7B7992127FA16533F2252AAC97AE381D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m38AD5945E7A900EA398D0F7C132A619CF3101276_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mAFFFE1C86A187FD5F137D7EE5154741CE9F54FB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mE86AEADEC3893DD551E10062CEA730595449AF26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mEBD9559339287D9227632F546FDDAC7BEC1F792C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m22A0AE156D5CD226D0EF0D4166C044840E948602_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2A96334EF63834D3A85C16B1CEC9D0F360424EFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2CF52F3D4AC630B9EE379E652375A2CF1E97087D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3B44109F8E15E104FAA3246C30ED6DBB8A8C51C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3BB26C4D2F763D4BDC5443EC1C7ACFAEADE02E0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m55DD708E78DDC2A2F3925BA80BC9E570AD0FD63F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6F91A4D5F40BDFBB60316BDED5272A44D67D9F4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9E2C81858C466CDD9108E3DCC4D778499A649EB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCC607B0C09E801F33EB6B0922A8899D2A5D55BA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD2BF32E029A535438854E0AD1D7BC579AD223E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE829FB5EE419DE3B56BAA753BBADF847D94F39FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEA7C74E6BE945851ED200E2ABAD124D0D36AAAB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mED61111D49D4477B765FE8F9A26499B3D9D7722B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF3E67E9C27751C28B39CBF974025F8C2102B84E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m09BF775BC7C77BF9A46B5EF937256410DE71F7EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m10857534558430A05BF4EEE0BC9E11BC80A66EF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m34BC0B57ED68879D2460DD55424B26FBB9542FB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4039F089667792BDA8EF169176A80BE8A422DC35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m43A83012B262D49B331D221FBE414049CBCD4F42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m452C61E1EBF0B0FA1DEFDBC8C40EAEF64D505362_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5D19B55E374EAB466CAF87C0C00A02C61F887F00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7A01189C3F35522C7EDC7A76741DD5E699E4806D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m83F8F6AB7C1642021CF251E623F9249C40837215_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m924CE21E31781CADBD470BD2D1B06E6946880768_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB94CE3C34768061B5A4D20968018C6722735ACDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBA91805521376B585B2CA2170BDAD4A3BE8F2ED2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC8AB553C16B9FD71A12F2CEAD37FF1B42C27F38B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF8071C91C8BCCA7804F61E05EBC3CD4094DD90AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2617257BF2F4ACB21DB0387264D19125C1C2E1F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2C76CBC07A4D85906DF44C517B012AD347B23531_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2DA3B3BBAA26BE86BD21DB51E1E2174867768DF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4AD41C91AB82005691C579EF598B24F1D191222F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m59718E1036F6644088F4664F0AF02036460082E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5A1BEA293943A988C7023F4F56220E41EA2AC4E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6774D8858FE9A9551EB72A70CD0855E255B7C974_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6B674DF119ACD12C12A9E05F0E2533C76BF1034B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m79305E337C3112AC7AE9F493C89F69205585A2DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m96276787C68295A9C3581D842A2D976405DF5B55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9CD7F0537FBCEAA413FDE08220ACB131B8E4D2D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAFDB25619627E68E9CBEB4378A904D7B0979D42E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC2533244944035CCA84292DC72BB44AEAF8D4EA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF2DCC947E370F17B324A0E64069DDE3FA2FEC054_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisBluetoothClient_t0D381CA145258FE902E2E091CF4FC8087B7F6476_mF811773EC43D526808329158C80A83FCF3480163_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisBluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51_m8C1F1EE211BC205FCDC2E646FED4A522CAA3ADEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mAA80B27087B65328408937154F5F424817297FCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Helper_ResizeList_TisBaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_mD6FB01D31DE8EE1027C74D9164BF60BFC75B0184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Helper_ResizeList_TisRuntimeObject_mC414F19AB3AE0214ED02673153D356FFA889C18E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisDoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_mB0BAE0D5E243379650E8DD7482A1CA0B09EBF9E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisMagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045_mC7382C042666FE11033B6C4EE01EBC87149C0B97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_Tiso0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA_m81997195A07D48CA3C6AE7D2A8CC9495175F389D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Json_FromJson_Tis_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250_m8EC5D32B6397DCAF770CB40CF4AD1B8A7799E115_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m20B185D35C0920A12850A081645A2B269E416DCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m47B4CEF0269F624079F53634292C8B463C290EAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m488359BFFD46A3056D2A071CE11662BA0751E7B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m71AE6F5ACD5534B8B6E162613663429A432D54D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m4CC6422BA2AB47D24EB9E0742CE1035653D6DA6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m23E2202D223C083DAC688E7DE70CE31E8902EF46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_m326ADD89EB0E2FEE739C459AA16E9125FB551AAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m166E699BFCB3395613A91360493CD44F75FD4352_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA82EFE7334FE15C7DA21F408C92AB0BA07AE7B67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE3A652559DD9D86DF8C6880AEA7E29EA3C1EC53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB12642B115C4A9CE5AB49C623147EE517D0C589D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m777D78AFB4F48DEA1C8C92F7A097CA0AF633D559_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mBBCC38D2671286A79B9818AE4D968F4354FB9F41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mFA926A1F47F2A26329F4B28DDF9FACC843E79C9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m487C2E695FB795B191B935BA6739CE75A2D60FD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m9C531A1721516D2101457C55D8F57BE470B04C0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB896027B568F31D7093E22BC3D64A8F272C65A08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE5F8D01C1CB0B9030E2B9B27DDDEE44350199225_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mFEADCD2047CEE6D0CFA45A429CF8F3074E37673C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m6217DA30216A5200BA8F4214E330F0B7F6C220C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m497DA7006D664307F20A0546E5B717AA4B5E8A86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7BCC9C161AA0B070E77E44067B10E0FDCD7E14AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mFB05D1106A8A2EAA41FE3EE80AC487F7418D18D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m039327BD045C0C8D09C992401F96729854B3A612_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m06B19BCA868C843CEEC37B2309616741BD68511D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0B379E70BC69F7B8F543A989E14BD8757166E47F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2D5331F0E51DEDFD0BC68D4AE665FD93010CA0BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8B7B195ABDA17A9DF8FFB4C36C3D92327F92652E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE413F396C0904694373AC6A1AE067A36E098C871_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mFF380383EF1B2B6479F97EAFE09A60C3544F781E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m39E555B1AC9D328357E96F4508E53DD3B757C29B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8FEC40D5596C7A0184DC717330937C45F60F057C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9BD71DF3FD0C0AC99A24A044C2F49FDA71FE6D59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFF6F04DA19526FB0DA7683D7AB0EEA9117C4C42D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m2E7A1D4550F2FB81FD9280547460D89B903D5904_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m643DCE5DB814FB84ADAAD50BB02278CC51FB6E48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mCA2528D9C9DE7F45F0E48B3D2A5F8440994F2953_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__2_1_m8D22E6CEADF4CB58F39A815915F5F11EAC6AFCDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__2_2_mEC9607B7F70EDF15A60825FDE86C27AAC8C81EC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__2_3_m458B956E4D7CF3E7A739F7EB14B90BF31EAB3BB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__2_4_m1DB38B7D7CC40A2F2A50F7DA30D0C9D0FD4A4F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m43D4146235250F48EE0A4EAF385D38215215D900_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mD449334511FBAA04F50AC979FEFFD4E738FDF628_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mF610398DD854BE7E6A1E89EEBE4011995DBE3D49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Equals_m4514495B25C479B02146C769406375C8A80CC61C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m11F21CEA444A040B62393357EB332C853AD5D0D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m79B3D4F5FE97FA0398C7B6FCCA60E05091D6B38F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_mEB774CC37A9109892101435E0A7048E7C628DE93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Length_m3C5F217A94A72D959BB034856BCFDE3FF832C1C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AxisTouchButton_t9FC0DC97B56B6174DD71927ECAE0E55ABE2AF0EB_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct AxisTouchButtonU5BU5D_t72776D384169F1CB3BEA8B143321CE87BDB94DCD; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CanvasU5BU5D_tDD7B86FC4D93626690EB20E44D75AC253F04A5CF; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; struct RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7; struct SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct X509CertificateU5BU5D_t41740B3A8C984ED237B45D5A9201BC1994BEBB23; struct ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t184AF82D35D44B4108A1E68AC5AD8FB6391DF7AD* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t87BBDB1EC92B3BD28F04A7A57B3052BB975648E9 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___entries_1)); } inline EntryU5BU5D_t184AF82D35D44B4108A1E68AC5AD8FB6391DF7AD* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t184AF82D35D44B4108A1E68AC5AD8FB6391DF7AD** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t184AF82D35D44B4108A1E68AC5AD8FB6391DF7AD* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___keys_7)); } inline KeyCollection_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ___values_8)); } inline ValueCollection_t87BBDB1EC92B3BD28F04A7A57B3052BB975648E9 * get_values_8() const { return ___values_8; } inline ValueCollection_t87BBDB1EC92B3BD28F04A7A57B3052BB975648E9 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t87BBDB1EC92B3BD28F04A7A57B3052BB975648E9 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tE819EBCFEFEF2FADB6EE8BE186BA349E428231C5* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_t3976C70EBB316EAF8FACB0D22E77D0AEC80BB096 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___entries_1)); } inline EntryU5BU5D_tE819EBCFEFEF2FADB6EE8BE186BA349E428231C5* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE819EBCFEFEF2FADB6EE8BE186BA349E428231C5** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE819EBCFEFEF2FADB6EE8BE186BA349E428231C5* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___keys_7)); } inline KeyCollection_t3976C70EBB316EAF8FACB0D22E77D0AEC80BB096 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t3976C70EBB316EAF8FACB0D22E77D0AEC80BB096 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t3976C70EBB316EAF8FACB0D22E77D0AEC80BB096 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ___values_8)); } inline ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56 * get_values_8() const { return ___values_8; } inline ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tAD43F16F7FA775422F3477CF23648B9D3CF5BB95* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA98F14069A6F620CAC584FAA4DB7B8410C813577 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___entries_1)); } inline EntryU5BU5D_tAD43F16F7FA775422F3477CF23648B9D3CF5BB95* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tAD43F16F7FA775422F3477CF23648B9D3CF5BB95** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tAD43F16F7FA775422F3477CF23648B9D3CF5BB95* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___keys_7)); } inline KeyCollection_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ___values_8)); } inline ValueCollection_tA98F14069A6F620CAC584FAA4DB7B8410C813577 * get_values_8() const { return ___values_8; } inline ValueCollection_tA98F14069A6F620CAC584FAA4DB7B8410C813577 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA98F14069A6F620CAC584FAA4DB7B8410C813577 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t16D4F2D12E5FF6E23A58E79BC02EDBDEAB72B636* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tA5EDDF0020BAE9734E447F03483FADFE233D8ED8 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___entries_1)); } inline EntryU5BU5D_t16D4F2D12E5FF6E23A58E79BC02EDBDEAB72B636* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t16D4F2D12E5FF6E23A58E79BC02EDBDEAB72B636** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t16D4F2D12E5FF6E23A58E79BC02EDBDEAB72B636* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___keys_7)); } inline KeyCollection_tA5EDDF0020BAE9734E447F03483FADFE233D8ED8 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tA5EDDF0020BAE9734E447F03483FADFE233D8ED8 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tA5EDDF0020BAE9734E447F03483FADFE233D8ED8 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ___values_8)); } inline ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED * get_values_8() const { return ___values_8; } inline ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t9F1F165D25CB000C78251227C615A92E85AED65C* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tA36229DF1C2E8748AA45F34DDDB0EA111339F491 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___entries_1)); } inline EntryU5BU5D_t9F1F165D25CB000C78251227C615A92E85AED65C* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9F1F165D25CB000C78251227C615A92E85AED65C** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9F1F165D25CB000C78251227C615A92E85AED65C* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___keys_7)); } inline KeyCollection_tA36229DF1C2E8748AA45F34DDDB0EA111339F491 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tA36229DF1C2E8748AA45F34DDDB0EA111339F491 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tA36229DF1C2E8748AA45F34DDDB0EA111339F491 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ___values_8)); } inline ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A * get_values_8() const { return ___values_8; } inline ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t21D042F137E010D2B1BB93760D41602C236D92B7* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_t6F230790E5F5F090A67CB0052A42FCB546A83594 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t4F774A3E34B9E26C61B2710E34A073922B55C648 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___entries_1)); } inline EntryU5BU5D_t21D042F137E010D2B1BB93760D41602C236D92B7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t21D042F137E010D2B1BB93760D41602C236D92B7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t21D042F137E010D2B1BB93760D41602C236D92B7* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___keys_7)); } inline KeyCollection_t6F230790E5F5F090A67CB0052A42FCB546A83594 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t6F230790E5F5F090A67CB0052A42FCB546A83594 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t6F230790E5F5F090A67CB0052A42FCB546A83594 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ___values_8)); } inline ValueCollection_t4F774A3E34B9E26C61B2710E34A073922B55C648 * get_values_8() const { return ___values_8; } inline ValueCollection_t4F774A3E34B9E26C61B2710E34A073922B55C648 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t4F774A3E34B9E26C61B2710E34A073922B55C648 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t416EB76ABD8E8949DF6E21B120AA083BBB91223B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_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_tACD2FAA173EA2C7864F4E576D653862CC14AC010 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB20E8EC28EAF5DEC8DAD41A5B018EE49B1D1BB42 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___entries_1)); } inline EntryU5BU5D_t416EB76ABD8E8949DF6E21B120AA083BBB91223B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t416EB76ABD8E8949DF6E21B120AA083BBB91223B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t416EB76ABD8E8949DF6E21B120AA083BBB91223B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___keys_7)); } inline KeyCollection_tACD2FAA173EA2C7864F4E576D653862CC14AC010 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tACD2FAA173EA2C7864F4E576D653862CC14AC010 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tACD2FAA173EA2C7864F4E576D653862CC14AC010 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ___values_8)); } inline ValueCollection_tB20E8EC28EAF5DEC8DAD41A5B018EE49B1D1BB42 * get_values_8() const { return ___values_8; } inline ValueCollection_tB20E8EC28EAF5DEC8DAD41A5B018EE49B1D1BB42 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB20E8EC28EAF5DEC8DAD41A5B018EE49B1D1BB42 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t7D20BEC3FBCEE80E649C9A9267A45A3215E03B72, ___dictionary_0)); } inline Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t7E32E4B04011E5C96FF01FA5E08462D5D790E4C5, ___dictionary_0)); } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA36229DF1C2E8748AA45F34DDDB0EA111339F491 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_tA36229DF1C2E8748AA45F34DDDB0EA111339F491, ___dictionary_0)); } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t6F230790E5F5F090A67CB0052A42FCB546A83594 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t6F230790E5F5F090A67CB0052A42FCB546A83594, ___dictionary_0)); } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___head_0)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ___head_0)); } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___head_0)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4, ____items_1)); } inline ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216* get__items_1() const { return ____items_1; } inline ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4_StaticFields, ____emptyArray_5)); } inline ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216* get__emptyArray_5() const { return ____emptyArray_5; } inline ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ActionDataU5BU5D_t864A997C3C26476C105FEA81671F42DF9AF93216* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739, ____items_1)); } inline BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8* get__items_1() const { return ____items_1; } inline BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739_StaticFields, ____emptyArray_5)); } inline BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8* get__emptyArray_5() const { return ____emptyArray_5; } inline BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BaseObjectU5BU5D_tF39997E8AB3E0E6EE49E811A38F8B37EC3C37FC8* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5, ____items_1)); } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* get__items_1() const { return ____items_1; } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tFD38E11A811DED19252DF7684390FF692DB525C5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5_StaticFields, ____emptyArray_5)); } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* get__emptyArray_5() const { return ____emptyArray_5; } inline BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BluetoothHelperServiceU5BU5D_t5A3A20BCCF322FE87BA649BDC87BD8EF8F28093D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA, ____items_1)); } inline BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF* get__items_1() const { return ____items_1; } inline BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA_StaticFields, ____emptyArray_5)); } inline BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF* get__emptyArray_5() const { return ____emptyArray_5; } inline BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BoneDataU5BU5D_t89C1DD7598E37CEC9172E72F17F76F2FB9D8EECF* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE, ____items_1)); } inline DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75* get__items_1() const { return ____items_1; } inline DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t824732DC36A94DA3AA9F2B1EA0441EF4D98649AE_StaticFields, ____emptyArray_5)); } inline DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75* get__emptyArray_5() const { return ____emptyArray_5; } inline DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DisplayDataU5BU5D_t4423B9F580206BEE3B385DA023571A801B277B75* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4, ____items_1)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get__items_1() const { return ____items_1; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t434825DCF3B4911FA61F9B2A235567430BDDD9F4_StaticFields, ____emptyArray_5)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get__emptyArray_5() const { return ____emptyArray_5; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____items_1)); } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* get__items_1() const { return ____items_1; } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2_StaticFields, ____emptyArray_5)); } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* get__emptyArray_5() const { return ____emptyArray_5; } inline SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SlotU5BU5D_t647203968DE35BDC51985B561ED0752D2BC4B725* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE, ____items_1)); } inline SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D* get__items_1() const { return ____items_1; } inline SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE_StaticFields, ____emptyArray_5)); } inline SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D* get__emptyArray_5() const { return ____emptyArray_5; } inline SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SlotDataU5BU5D_tF8D5415FF31FDD81793E53C8A3AC77450EC3625D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906, ____items_1)); } inline TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94* get__items_1() const { return ____items_1; } inline TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906_StaticFields, ____emptyArray_5)); } inline TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94* get__emptyArray_5() const { return ____emptyArray_5; } inline TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TextureAtlasDataU5BU5D_t39F601FF4AB7594939A58048A490E70C59E07F94* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____items_1)); } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* get__items_1() const { return ____items_1; } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188_StaticFields, ____emptyArray_5)); } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* get__emptyArray_5() const { return ____emptyArray_5; } inline StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StateU5BU5D_tE82F3B8D2053335A76EEBE161D4FDD84BD445947* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC : public RuntimeObject { public: public: }; struct Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC_StaticFields, ___s_Instance_0)); } inline UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * get_s_Instance_0() const { return ___s_Instance_0; } inline UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t8A5B2A6876FB471DA816138925506D54540ECB56, ___dictionary_0)); } inline Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t1D0960424F469E58199F3F1CDB23820AA7F476ED, ___dictionary_0)); } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t03689CD65FDEA690C767B46B8D887EED73787A2A, ___dictionary_0)); } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_0; public: inline static int32_t get_offset_of__out_0() { return static_cast(offsetof(Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2, ____out_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_0() const { return ____out_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_0() { return &____out_0; } inline void set__out_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory struct Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory::algorithm String_t* ___algorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory::privateKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; public: inline static int32_t get_offset_of_algID_0() { return static_cast(offsetof(Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A, ___algID_0)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_0() const { return ___algID_0; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_0() { return &___algID_0; } inline void set_algID_0(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_0), (void*)value); } inline static int32_t get_offset_of_algorithm_1() { return static_cast(offsetof(Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A, ___algorithm_1)); } inline String_t* get_algorithm_1() const { return ___algorithm_1; } inline String_t** get_address_of_algorithm_1() { return &___algorithm_1; } inline void set_algorithm_1(String_t* value) { ___algorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_1), (void*)value); } inline static int32_t get_offset_of_privateKey_2() { return static_cast(offsetof(Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A, ___privateKey_2)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_privateKey_2() const { return ___privateKey_2; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_privateKey_2() { return &___privateKey_2; } inline void set_privateKey_2(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___privateKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_limit int32_t ____limit_1; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_2; public: inline static int32_t get_offset_of__in_0() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____in_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_0() const { return ____in_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_0() { return &____in_0; } inline void set__in_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_0), (void*)value); } inline static int32_t get_offset_of__limit_1() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____limit_1)); } inline int32_t get__limit_1() const { return ____limit_1; } inline int32_t* get_address_of__limit_1() { return &____limit_1; } inline void set__limit_1(int32_t value) { ____limit_1 = value; } inline static int32_t get_offset_of_tmpBuffers_2() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ___tmpBuffers_2)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_2() const { return ___tmpBuffers_2; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_2() { return &___tmpBuffers_2; } inline void set_tmpBuffers_2(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser struct AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::seq RuntimeObject* ___seq_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::nextObject RuntimeObject* ___nextObject_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser::originatorInfoCalled bool ___originatorInfoCalled_3; public: inline static int32_t get_offset_of_seq_0() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___seq_0)); } inline RuntimeObject* get_seq_0() const { return ___seq_0; } inline RuntimeObject** get_address_of_seq_0() { return &___seq_0; } inline void set_seq_0(RuntimeObject* value) { ___seq_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___version_1)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_1() const { return ___version_1; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_1() { return &___version_1; } inline void set_version_1(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_1), (void*)value); } inline static int32_t get_offset_of_nextObject_2() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___nextObject_2)); } inline RuntimeObject* get_nextObject_2() const { return ___nextObject_2; } inline RuntimeObject** get_address_of_nextObject_2() { return &___nextObject_2; } inline void set_nextObject_2(RuntimeObject* value) { ___nextObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextObject_2), (void*)value); } inline static int32_t get_offset_of_originatorInfoCalled_3() { return static_cast(offsetof(AuthenticatedDataParser_tFA958C589C5D619BE1B10836FC8ED1671024D70D, ___originatorInfoCalled_3)); } inline bool get_originatorInfoCalled_3() const { return ___originatorInfoCalled_3; } inline bool* get_address_of_originatorInfoCalled_3() { return &___originatorInfoCalled_3; } inline void set_originatorInfoCalled_3(bool value) { ___originatorInfoCalled_3 = value; } }; // Axis9CalibrateRecord struct Axis9CalibrateRecord_t1FDAC5058EEBFB9CCAD2E6AFF9023D75EB7768A4 : public RuntimeObject { public: public: }; struct Axis9CalibrateRecord_t1FDAC5058EEBFB9CCAD2E6AFF9023D75EB7768A4_StaticFields { public: // System.Collections.Generic.Dictionary`2 Axis9CalibrateRecord::cacheCalibrateRecords Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___cacheCalibrateRecords_0; public: inline static int32_t get_offset_of_cacheCalibrateRecords_0() { return static_cast(offsetof(Axis9CalibrateRecord_t1FDAC5058EEBFB9CCAD2E6AFF9023D75EB7768A4_StaticFields, ___cacheCalibrateRecords_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_cacheCalibrateRecords_0() const { return ___cacheCalibrateRecords_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_cacheCalibrateRecords_0() { return &___cacheCalibrateRecords_0; } inline void set_cacheCalibrateRecords_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___cacheCalibrateRecords_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheCalibrateRecords_0), (void*)value); } }; // AxisBaseHandler struct AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D : public RuntimeObject { public: // AimHandler AxisBaseHandler::m_aimHandler AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * ___m_aimHandler_0; public: inline static int32_t get_offset_of_m_aimHandler_0() { return static_cast(offsetof(AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D, ___m_aimHandler_0)); } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * get_m_aimHandler_0() const { return ___m_aimHandler_0; } inline AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 ** get_address_of_m_aimHandler_0() { return &___m_aimHandler_0; } inline void set_m_aimHandler_0(AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563 * value) { ___m_aimHandler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aimHandler_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers struct BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8 : public RuntimeObject { public: public: }; struct BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha1_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha256_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha384_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha512_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha224_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha1_pkcs5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha1_pkcs5_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha1_pkcs12 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha1_pkcs12_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha256_pkcs5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha256_pkcs5_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha256_pkcs12 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha256_pkcs12_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha1_pkcs12_aes128_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha1_pkcs12_aes128_cbc_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha1_pkcs12_aes192_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha1_pkcs12_aes192_cbc_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha1_pkcs12_aes256_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha1_pkcs12_aes256_cbc_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha256_pkcs12_aes128_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha256_pkcs12_aes128_cbc_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha256_pkcs12_aes192_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha256_pkcs12_aes192_cbc_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_pbe_sha256_pkcs12_aes256_cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_pbe_sha256_pkcs12_aes256_cbc_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_sig DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_sig_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::sphincs256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sphincs256_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::sphincs256_with_BLAKE512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sphincs256_with_BLAKE512_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::sphincs256_with_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sphincs256_with_SHA512_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::sphincs256_with_SHA3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___sphincs256_with_SHA3_512_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_with_SHA256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_with_SHA256_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_with_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_with_SHA512_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_with_SHAKE128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_with_SHAKE128_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_with_SHAKE256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_with_SHAKE256_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_mt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_mt_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_mt_with_SHA256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_mt_with_SHA256_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_mt_with_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_mt_with_SHA512_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_mt_with_SHAKE128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_mt_with_SHAKE128_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::xmss_mt_with_SHAKE256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___xmss_mt_with_SHAKE256_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::bc_exch DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bc_exch_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers::newHope DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___newHope_33; public: inline static int32_t get_offset_of_bc_0() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_0() const { return ___bc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_0() { return &___bc_0; } inline void set_bc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_0), (void*)value); } inline static int32_t get_offset_of_bc_pbe_1() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_1() const { return ___bc_pbe_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_1() { return &___bc_pbe_1; } inline void set_bc_pbe_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_1), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha1_2() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha1_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha1_2() const { return ___bc_pbe_sha1_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha1_2() { return &___bc_pbe_sha1_2; } inline void set_bc_pbe_sha1_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha1_2), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha256_3() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha256_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha256_3() const { return ___bc_pbe_sha256_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha256_3() { return &___bc_pbe_sha256_3; } inline void set_bc_pbe_sha256_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha256_3), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha384_4() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha384_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha384_4() const { return ___bc_pbe_sha384_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha384_4() { return &___bc_pbe_sha384_4; } inline void set_bc_pbe_sha384_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha384_4), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha512_5() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha512_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha512_5() const { return ___bc_pbe_sha512_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha512_5() { return &___bc_pbe_sha512_5; } inline void set_bc_pbe_sha512_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha512_5), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha224_6() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha224_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha224_6() const { return ___bc_pbe_sha224_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha224_6() { return &___bc_pbe_sha224_6; } inline void set_bc_pbe_sha224_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha224_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha224_6), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha1_pkcs5_7() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha1_pkcs5_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha1_pkcs5_7() const { return ___bc_pbe_sha1_pkcs5_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha1_pkcs5_7() { return &___bc_pbe_sha1_pkcs5_7; } inline void set_bc_pbe_sha1_pkcs5_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha1_pkcs5_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha1_pkcs5_7), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha1_pkcs12_8() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha1_pkcs12_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha1_pkcs12_8() const { return ___bc_pbe_sha1_pkcs12_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha1_pkcs12_8() { return &___bc_pbe_sha1_pkcs12_8; } inline void set_bc_pbe_sha1_pkcs12_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha1_pkcs12_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha1_pkcs12_8), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha256_pkcs5_9() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha256_pkcs5_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha256_pkcs5_9() const { return ___bc_pbe_sha256_pkcs5_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha256_pkcs5_9() { return &___bc_pbe_sha256_pkcs5_9; } inline void set_bc_pbe_sha256_pkcs5_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha256_pkcs5_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha256_pkcs5_9), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha256_pkcs12_10() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha256_pkcs12_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha256_pkcs12_10() const { return ___bc_pbe_sha256_pkcs12_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha256_pkcs12_10() { return &___bc_pbe_sha256_pkcs12_10; } inline void set_bc_pbe_sha256_pkcs12_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha256_pkcs12_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha256_pkcs12_10), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha1_pkcs12_aes128_cbc_11() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha1_pkcs12_aes128_cbc_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha1_pkcs12_aes128_cbc_11() const { return ___bc_pbe_sha1_pkcs12_aes128_cbc_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha1_pkcs12_aes128_cbc_11() { return &___bc_pbe_sha1_pkcs12_aes128_cbc_11; } inline void set_bc_pbe_sha1_pkcs12_aes128_cbc_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha1_pkcs12_aes128_cbc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha1_pkcs12_aes128_cbc_11), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha1_pkcs12_aes192_cbc_12() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha1_pkcs12_aes192_cbc_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha1_pkcs12_aes192_cbc_12() const { return ___bc_pbe_sha1_pkcs12_aes192_cbc_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha1_pkcs12_aes192_cbc_12() { return &___bc_pbe_sha1_pkcs12_aes192_cbc_12; } inline void set_bc_pbe_sha1_pkcs12_aes192_cbc_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha1_pkcs12_aes192_cbc_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha1_pkcs12_aes192_cbc_12), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha1_pkcs12_aes256_cbc_13() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha1_pkcs12_aes256_cbc_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha1_pkcs12_aes256_cbc_13() const { return ___bc_pbe_sha1_pkcs12_aes256_cbc_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha1_pkcs12_aes256_cbc_13() { return &___bc_pbe_sha1_pkcs12_aes256_cbc_13; } inline void set_bc_pbe_sha1_pkcs12_aes256_cbc_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha1_pkcs12_aes256_cbc_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha1_pkcs12_aes256_cbc_13), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha256_pkcs12_aes128_cbc_14() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha256_pkcs12_aes128_cbc_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha256_pkcs12_aes128_cbc_14() const { return ___bc_pbe_sha256_pkcs12_aes128_cbc_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha256_pkcs12_aes128_cbc_14() { return &___bc_pbe_sha256_pkcs12_aes128_cbc_14; } inline void set_bc_pbe_sha256_pkcs12_aes128_cbc_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha256_pkcs12_aes128_cbc_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha256_pkcs12_aes128_cbc_14), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha256_pkcs12_aes192_cbc_15() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha256_pkcs12_aes192_cbc_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha256_pkcs12_aes192_cbc_15() const { return ___bc_pbe_sha256_pkcs12_aes192_cbc_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha256_pkcs12_aes192_cbc_15() { return &___bc_pbe_sha256_pkcs12_aes192_cbc_15; } inline void set_bc_pbe_sha256_pkcs12_aes192_cbc_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha256_pkcs12_aes192_cbc_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha256_pkcs12_aes192_cbc_15), (void*)value); } inline static int32_t get_offset_of_bc_pbe_sha256_pkcs12_aes256_cbc_16() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_pbe_sha256_pkcs12_aes256_cbc_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_pbe_sha256_pkcs12_aes256_cbc_16() const { return ___bc_pbe_sha256_pkcs12_aes256_cbc_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_pbe_sha256_pkcs12_aes256_cbc_16() { return &___bc_pbe_sha256_pkcs12_aes256_cbc_16; } inline void set_bc_pbe_sha256_pkcs12_aes256_cbc_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_pbe_sha256_pkcs12_aes256_cbc_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_pbe_sha256_pkcs12_aes256_cbc_16), (void*)value); } inline static int32_t get_offset_of_bc_sig_17() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_sig_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_sig_17() const { return ___bc_sig_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_sig_17() { return &___bc_sig_17; } inline void set_bc_sig_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_sig_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_sig_17), (void*)value); } inline static int32_t get_offset_of_sphincs256_18() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___sphincs256_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sphincs256_18() const { return ___sphincs256_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sphincs256_18() { return &___sphincs256_18; } inline void set_sphincs256_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sphincs256_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphincs256_18), (void*)value); } inline static int32_t get_offset_of_sphincs256_with_BLAKE512_19() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___sphincs256_with_BLAKE512_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sphincs256_with_BLAKE512_19() const { return ___sphincs256_with_BLAKE512_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sphincs256_with_BLAKE512_19() { return &___sphincs256_with_BLAKE512_19; } inline void set_sphincs256_with_BLAKE512_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sphincs256_with_BLAKE512_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphincs256_with_BLAKE512_19), (void*)value); } inline static int32_t get_offset_of_sphincs256_with_SHA512_20() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___sphincs256_with_SHA512_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sphincs256_with_SHA512_20() const { return ___sphincs256_with_SHA512_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sphincs256_with_SHA512_20() { return &___sphincs256_with_SHA512_20; } inline void set_sphincs256_with_SHA512_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sphincs256_with_SHA512_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphincs256_with_SHA512_20), (void*)value); } inline static int32_t get_offset_of_sphincs256_with_SHA3_512_21() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___sphincs256_with_SHA3_512_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_sphincs256_with_SHA3_512_21() const { return ___sphincs256_with_SHA3_512_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_sphincs256_with_SHA3_512_21() { return &___sphincs256_with_SHA3_512_21; } inline void set_sphincs256_with_SHA3_512_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___sphincs256_with_SHA3_512_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphincs256_with_SHA3_512_21), (void*)value); } inline static int32_t get_offset_of_xmss_22() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_22() const { return ___xmss_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_22() { return &___xmss_22; } inline void set_xmss_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_22), (void*)value); } inline static int32_t get_offset_of_xmss_with_SHA256_23() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_with_SHA256_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_with_SHA256_23() const { return ___xmss_with_SHA256_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_with_SHA256_23() { return &___xmss_with_SHA256_23; } inline void set_xmss_with_SHA256_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_with_SHA256_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_with_SHA256_23), (void*)value); } inline static int32_t get_offset_of_xmss_with_SHA512_24() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_with_SHA512_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_with_SHA512_24() const { return ___xmss_with_SHA512_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_with_SHA512_24() { return &___xmss_with_SHA512_24; } inline void set_xmss_with_SHA512_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_with_SHA512_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_with_SHA512_24), (void*)value); } inline static int32_t get_offset_of_xmss_with_SHAKE128_25() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_with_SHAKE128_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_with_SHAKE128_25() const { return ___xmss_with_SHAKE128_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_with_SHAKE128_25() { return &___xmss_with_SHAKE128_25; } inline void set_xmss_with_SHAKE128_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_with_SHAKE128_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_with_SHAKE128_25), (void*)value); } inline static int32_t get_offset_of_xmss_with_SHAKE256_26() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_with_SHAKE256_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_with_SHAKE256_26() const { return ___xmss_with_SHAKE256_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_with_SHAKE256_26() { return &___xmss_with_SHAKE256_26; } inline void set_xmss_with_SHAKE256_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_with_SHAKE256_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_with_SHAKE256_26), (void*)value); } inline static int32_t get_offset_of_xmss_mt_27() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_mt_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_mt_27() const { return ___xmss_mt_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_mt_27() { return &___xmss_mt_27; } inline void set_xmss_mt_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_mt_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_mt_27), (void*)value); } inline static int32_t get_offset_of_xmss_mt_with_SHA256_28() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_mt_with_SHA256_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_mt_with_SHA256_28() const { return ___xmss_mt_with_SHA256_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_mt_with_SHA256_28() { return &___xmss_mt_with_SHA256_28; } inline void set_xmss_mt_with_SHA256_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_mt_with_SHA256_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_mt_with_SHA256_28), (void*)value); } inline static int32_t get_offset_of_xmss_mt_with_SHA512_29() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_mt_with_SHA512_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_mt_with_SHA512_29() const { return ___xmss_mt_with_SHA512_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_mt_with_SHA512_29() { return &___xmss_mt_with_SHA512_29; } inline void set_xmss_mt_with_SHA512_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_mt_with_SHA512_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_mt_with_SHA512_29), (void*)value); } inline static int32_t get_offset_of_xmss_mt_with_SHAKE128_30() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_mt_with_SHAKE128_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_mt_with_SHAKE128_30() const { return ___xmss_mt_with_SHAKE128_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_mt_with_SHAKE128_30() { return &___xmss_mt_with_SHAKE128_30; } inline void set_xmss_mt_with_SHAKE128_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_mt_with_SHAKE128_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_mt_with_SHAKE128_30), (void*)value); } inline static int32_t get_offset_of_xmss_mt_with_SHAKE256_31() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___xmss_mt_with_SHAKE256_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_xmss_mt_with_SHAKE256_31() const { return ___xmss_mt_with_SHAKE256_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_xmss_mt_with_SHAKE256_31() { return &___xmss_mt_with_SHAKE256_31; } inline void set_xmss_mt_with_SHAKE256_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___xmss_mt_with_SHAKE256_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmss_mt_with_SHAKE256_31), (void*)value); } inline static int32_t get_offset_of_bc_exch_32() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___bc_exch_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bc_exch_32() const { return ___bc_exch_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bc_exch_32() { return &___bc_exch_32; } inline void set_bc_exch_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bc_exch_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___bc_exch_32), (void*)value); } inline static int32_t get_offset_of_newHope_33() { return static_cast(offsetof(BCObjectIdentifiers_t7C3698D878F567B9CDCBBAC0429FDBBFAB20E0F8_StaticFields, ___newHope_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_newHope_33() const { return ___newHope_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_newHope_33() { return &___newHope_33; } inline void set_newHope_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___newHope_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___newHope_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt struct BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::S UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___S_12; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_13; public: inline static int32_t get_offset_of_S_12() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B, ___S_12)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_S_12() const { return ___S_12; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_S_12() { return &___S_12; } inline void set_S_12(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___S_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_12), (void*)value); } inline static int32_t get_offset_of_P_13() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B, ___P_13)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_13() const { return ___P_13; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_13() { return &___P_13; } inline void set_P_13(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_13), (void*)value); } }; struct BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::MAGIC_STRING UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___MAGIC_STRING_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::KP UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KP_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::KS0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS0_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::KS1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS1_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::KS2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS2_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BCrypt::KS3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___KS3_6; public: inline static int32_t get_offset_of_MAGIC_STRING_0() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields, ___MAGIC_STRING_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_MAGIC_STRING_0() const { return ___MAGIC_STRING_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_MAGIC_STRING_0() { return &___MAGIC_STRING_0; } inline void set_MAGIC_STRING_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___MAGIC_STRING_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MAGIC_STRING_0), (void*)value); } inline static int32_t get_offset_of_KP_2() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields, ___KP_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KP_2() const { return ___KP_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KP_2() { return &___KP_2; } inline void set_KP_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KP_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KP_2), (void*)value); } inline static int32_t get_offset_of_KS0_3() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields, ___KS0_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS0_3() const { return ___KS0_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS0_3() { return &___KS0_3; } inline void set_KS0_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS0_3), (void*)value); } inline static int32_t get_offset_of_KS1_4() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields, ___KS1_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS1_4() const { return ___KS1_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS1_4() { return &___KS1_4; } inline void set_KS1_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS1_4), (void*)value); } inline static int32_t get_offset_of_KS2_5() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields, ___KS2_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS2_5() const { return ___KS2_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS2_5() { return &___KS2_5; } inline void set_KS2_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS2_5), (void*)value); } inline static int32_t get_offset_of_KS3_6() { return static_cast(offsetof(BCrypt_t1ABE0DE20AB4F88CE444973B90A3773AC16C4F5B_StaticFields, ___KS3_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_KS3_6() const { return ___KS3_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_KS3_6() { return &___KS3_6; } inline void set_KS3_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___KS3_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___KS3_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64 struct Base64_t81CAA702446BDB3B413322613FC7D336F67F4A2C : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64Encoder struct Base64Encoder_t82CB76C2B6ED09C55ADF1BE117866548983B3E42 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64Encoder::encodingTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encodingTable_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64Encoder::padding uint8_t ___padding_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Base64Encoder::decodingTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___decodingTable_2; public: inline static int32_t get_offset_of_encodingTable_0() { return static_cast(offsetof(Base64Encoder_t82CB76C2B6ED09C55ADF1BE117866548983B3E42, ___encodingTable_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_encodingTable_0() const { return ___encodingTable_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_encodingTable_0() { return &___encodingTable_0; } inline void set_encodingTable_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___encodingTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodingTable_0), (void*)value); } inline static int32_t get_offset_of_padding_1() { return static_cast(offsetof(Base64Encoder_t82CB76C2B6ED09C55ADF1BE117866548983B3E42, ___padding_1)); } inline uint8_t get_padding_1() const { return ___padding_1; } inline uint8_t* get_address_of_padding_1() { return &___padding_1; } inline void set_padding_1(uint8_t value) { ___padding_1 = value; } inline static int32_t get_offset_of_decodingTable_2() { return static_cast(offsetof(Base64Encoder_t82CB76C2B6ED09C55ADF1BE117866548983B3E42, ___decodingTable_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_decodingTable_2() const { return ___decodingTable_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_decodingTable_2() { return &___decodingTable_2; } inline void set_decodingTable_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___decodingTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___decodingTable_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator struct BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_0; public: inline static int32_t get_offset_of_digest_0() { return static_cast(offsetof(BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4, ___digest_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_0() const { return ___digest_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_0() { return &___digest_0; } inline void set_digest_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_0), (void*)value); } }; // DragonBones.BaseFactory struct BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2 : public RuntimeObject { public: // System.Boolean DragonBones.BaseFactory::autoSearch bool ___autoSearch_2; // System.Collections.Generic.Dictionary`2 DragonBones.BaseFactory::_dragonBonesDataMap Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * ____dragonBonesDataMap_3; // System.Collections.Generic.Dictionary`2> DragonBones.BaseFactory::_textureAtlasDataMap Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * ____textureAtlasDataMap_4; // DragonBones.DragonBones DragonBones.BaseFactory::_dragonBones DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * ____dragonBones_5; // DragonBones.DataParser DragonBones.BaseFactory::_dataParser DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F * ____dataParser_6; public: inline static int32_t get_offset_of_autoSearch_2() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2, ___autoSearch_2)); } inline bool get_autoSearch_2() const { return ___autoSearch_2; } inline bool* get_address_of_autoSearch_2() { return &___autoSearch_2; } inline void set_autoSearch_2(bool value) { ___autoSearch_2 = value; } inline static int32_t get_offset_of__dragonBonesDataMap_3() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2, ____dragonBonesDataMap_3)); } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * get__dragonBonesDataMap_3() const { return ____dragonBonesDataMap_3; } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 ** get_address_of__dragonBonesDataMap_3() { return &____dragonBonesDataMap_3; } inline void set__dragonBonesDataMap_3(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * value) { ____dragonBonesDataMap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____dragonBonesDataMap_3), (void*)value); } inline static int32_t get_offset_of__textureAtlasDataMap_4() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2, ____textureAtlasDataMap_4)); } inline Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * get__textureAtlasDataMap_4() const { return ____textureAtlasDataMap_4; } inline Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 ** get_address_of__textureAtlasDataMap_4() { return &____textureAtlasDataMap_4; } inline void set__textureAtlasDataMap_4(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * value) { ____textureAtlasDataMap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____textureAtlasDataMap_4), (void*)value); } inline static int32_t get_offset_of__dragonBones_5() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2, ____dragonBones_5)); } inline DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * get__dragonBones_5() const { return ____dragonBones_5; } inline DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D ** get_address_of__dragonBones_5() { return &____dragonBones_5; } inline void set__dragonBones_5(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * value) { ____dragonBones_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____dragonBones_5), (void*)value); } inline static int32_t get_offset_of__dataParser_6() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2, ____dataParser_6)); } inline DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F * get__dataParser_6() const { return ____dataParser_6; } inline DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F ** get_address_of__dataParser_6() { return &____dataParser_6; } inline void set__dataParser_6(DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F * value) { ____dataParser_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____dataParser_6), (void*)value); } }; struct BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2_StaticFields { public: // DragonBones.ObjectDataParser DragonBones.BaseFactory::_objectParser ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C * ____objectParser_0; // DragonBones.BinaryDataParser DragonBones.BaseFactory::_binaryParser BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4 * ____binaryParser_1; public: inline static int32_t get_offset_of__objectParser_0() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2_StaticFields, ____objectParser_0)); } inline ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C * get__objectParser_0() const { return ____objectParser_0; } inline ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C ** get_address_of__objectParser_0() { return &____objectParser_0; } inline void set__objectParser_0(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C * value) { ____objectParser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectParser_0), (void*)value); } inline static int32_t get_offset_of__binaryParser_1() { return static_cast(offsetof(BaseFactory_t0072466AE507EFA841E37D20573FA71F25A354B2_StaticFields, ____binaryParser_1)); } inline BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4 * get__binaryParser_1() const { return ____binaryParser_1; } inline BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4 ** get_address_of__binaryParser_1() { return &____binaryParser_1; } inline void set__binaryParser_1(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4 * value) { ____binaryParser_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____binaryParser_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator struct BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::counterStart int32_t ___counterStart_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::digest RuntimeObject* ___digest_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::shared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; public: inline static int32_t get_offset_of_counterStart_0() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___counterStart_0)); } inline int32_t get_counterStart_0() const { return ___counterStart_0; } inline int32_t* get_address_of_counterStart_0() { return &___counterStart_0; } inline void set_counterStart_0(int32_t value) { ___counterStart_0 = value; } inline static int32_t get_offset_of_digest_1() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___digest_1)); } inline RuntimeObject* get_digest_1() const { return ___digest_1; } inline RuntimeObject** get_address_of_digest_1() { return &___digest_1; } inline void set_digest_1(RuntimeObject* value) { ___digest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_1), (void*)value); } inline static int32_t get_offset_of_shared_2() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___shared_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shared_2() const { return ___shared_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shared_2() { return &___shared_2; } inline void set_shared_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shared_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(BaseKdfBytesGenerator_t9F8BAA4766A94011AFFDB7D7C52714FBFD3EB255, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // DragonBones.BaseObject struct BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 : public RuntimeObject { public: // System.UInt32 DragonBones.BaseObject::hashCode uint32_t ___hashCode_4; public: inline static int32_t get_offset_of_hashCode_4() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424, ___hashCode_4)); } inline uint32_t get_hashCode_4() const { return ___hashCode_4; } inline uint32_t* get_address_of_hashCode_4() { return &___hashCode_4; } inline void set_hashCode_4(uint32_t value) { ___hashCode_4 = value; } }; struct BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields { public: // System.UInt32 DragonBones.BaseObject::_hashCode uint32_t ____hashCode_0; // System.UInt32 DragonBones.BaseObject::_defaultMaxCount uint32_t ____defaultMaxCount_1; // System.Collections.Generic.Dictionary`2 DragonBones.BaseObject::_maxCountMap Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 * ____maxCountMap_2; // System.Collections.Generic.Dictionary`2> DragonBones.BaseObject::_poolsMap Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * ____poolsMap_3; public: inline static int32_t get_offset_of__hashCode_0() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____hashCode_0)); } inline uint32_t get__hashCode_0() const { return ____hashCode_0; } inline uint32_t* get_address_of__hashCode_0() { return &____hashCode_0; } inline void set__hashCode_0(uint32_t value) { ____hashCode_0 = value; } inline static int32_t get_offset_of__defaultMaxCount_1() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____defaultMaxCount_1)); } inline uint32_t get__defaultMaxCount_1() const { return ____defaultMaxCount_1; } inline uint32_t* get_address_of__defaultMaxCount_1() { return &____defaultMaxCount_1; } inline void set__defaultMaxCount_1(uint32_t value) { ____defaultMaxCount_1 = value; } inline static int32_t get_offset_of__maxCountMap_2() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____maxCountMap_2)); } inline Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 * get__maxCountMap_2() const { return ____maxCountMap_2; } inline Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 ** get_address_of__maxCountMap_2() { return &____maxCountMap_2; } inline void set__maxCountMap_2(Dictionary_2_t4C9705E9093402846FF0A84B5A6A514BB1B61188 * value) { ____maxCountMap_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____maxCountMap_2), (void*)value); } inline static int32_t get_offset_of__poolsMap_3() { return static_cast(offsetof(BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424_StaticFields, ____poolsMap_3)); } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * get__poolsMap_3() const { return ____poolsMap_3; } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC ** get_address_of__poolsMap_3() { return &____poolsMap_3; } inline void set__poolsMap_3(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * value) { ____poolsMap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____poolsMap_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider struct BasicEntropySourceProvider_t6F0E2E503BBA509525A672616B82C23B8927D01E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider::mSecureRandom SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___mSecureRandom_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider::mPredictionResistant bool ___mPredictionResistant_1; public: inline static int32_t get_offset_of_mSecureRandom_0() { return static_cast(offsetof(BasicEntropySourceProvider_t6F0E2E503BBA509525A672616B82C23B8927D01E, ___mSecureRandom_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_mSecureRandom_0() const { return ___mSecureRandom_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_mSecureRandom_0() { return &___mSecureRandom_0; } inline void set_mSecureRandom_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___mSecureRandom_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecureRandom_0), (void*)value); } inline static int32_t get_offset_of_mPredictionResistant_1() { return static_cast(offsetof(BasicEntropySourceProvider_t6F0E2E503BBA509525A672616B82C23B8927D01E, ___mPredictionResistant_1)); } inline bool get_mPredictionResistant_1() const { return ___mPredictionResistant_1; } inline bool* get_address_of_mPredictionResistant_1() { return &___mPredictionResistant_1; } inline void set_mPredictionResistant_1(bool value) { ___mPredictionResistant_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.BasicGcmExponentiator struct BasicGcmExponentiator_t4CE36DBC1356BEFAEFAC1A598784A32BB4DB443F : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.BasicGcmExponentiator::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_0; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(BasicGcmExponentiator_t4CE36DBC1356BEFAEFAC1A598784A32BB4DB443F, ___x_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_0() const { return ___x_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_0() { return &___x_0; } inline void set_x_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.BasicGcmMultiplier struct BasicGcmMultiplier_t87EE78BF389D847D71B7DA7AC30C7CC0A03161DF : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.BasicGcmMultiplier::H UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___H_0; public: inline static int32_t get_offset_of_H_0() { return static_cast(offsetof(BasicGcmMultiplier_t87EE78BF389D847D71B7DA7AC30C7CC0A03161DF, ___H_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_H_0() const { return ___H_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_H_0() { return &___H_0; } inline void set_H_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___H_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___H_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator struct BasicOcspRespGenerator_t19599B650AAF21CDD18346FB654FA27AD11C23B1 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator::list RuntimeObject* ___list_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator::responseExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___responseExtensions_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator::responderID RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 * ___responderID_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(BasicOcspRespGenerator_t19599B650AAF21CDD18346FB654FA27AD11C23B1, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_responseExtensions_1() { return static_cast(offsetof(BasicOcspRespGenerator_t19599B650AAF21CDD18346FB654FA27AD11C23B1, ___responseExtensions_1)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_responseExtensions_1() const { return ___responseExtensions_1; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_responseExtensions_1() { return &___responseExtensions_1; } inline void set_responseExtensions_1(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___responseExtensions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseExtensions_1), (void*)value); } inline static int32_t get_offset_of_responderID_2() { return static_cast(offsetof(BasicOcspRespGenerator_t19599B650AAF21CDD18346FB654FA27AD11C23B1, ___responderID_2)); } inline RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 * get_responderID_2() const { return ___responderID_2; } inline RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 ** get_address_of_responderID_2() { return &___responderID_2; } inline void set_responderID_2(RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 * value) { ___responderID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___responderID_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.BasicTlsPskIdentity struct BasicTlsPskIdentity_tC9ACF4D849FA982DDFC26D1C50E763F2FC96BDD3 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.BasicTlsPskIdentity::mIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mIdentity_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.BasicTlsPskIdentity::mPsk ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPsk_1; public: inline static int32_t get_offset_of_mIdentity_0() { return static_cast(offsetof(BasicTlsPskIdentity_tC9ACF4D849FA982DDFC26D1C50E763F2FC96BDD3, ___mIdentity_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mIdentity_0() const { return ___mIdentity_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mIdentity_0() { return &___mIdentity_0; } inline void set_mIdentity_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mIdentity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIdentity_0), (void*)value); } inline static int32_t get_offset_of_mPsk_1() { return static_cast(offsetof(BasicTlsPskIdentity_tC9ACF4D849FA982DDFC26D1C50E763F2FC96BDD3, ___mPsk_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPsk_1() const { return ___mPsk_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPsk_1() { return &___mPsk_1; } inline void set_mPsk_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPsk_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPsk_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerApplicationSpecificParser struct BerApplicationSpecificParser_t866254CE4F0DAF3F9FA9B74FC058E5CF07C9115B : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerApplicationSpecificParser::tag int32_t ___tag_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerApplicationSpecificParser::parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ___parser_1; public: inline static int32_t get_offset_of_tag_0() { return static_cast(offsetof(BerApplicationSpecificParser_t866254CE4F0DAF3F9FA9B74FC058E5CF07C9115B, ___tag_0)); } inline int32_t get_tag_0() const { return ___tag_0; } inline int32_t* get_address_of_tag_0() { return &___tag_0; } inline void set_tag_0(int32_t value) { ___tag_0 = value; } inline static int32_t get_offset_of_parser_1() { return static_cast(offsetof(BerApplicationSpecificParser_t866254CE4F0DAF3F9FA9B74FC058E5CF07C9115B, ___parser_1)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get_parser_1() const { return ___parser_1; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of_parser_1() { return &___parser_1; } inline void set_parser_1(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ___parser_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parser_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringParser struct BerOctetStringParser_t83702C989F6FA661577C81C4EE415B37FEB762BC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringParser::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_0; public: inline static int32_t get_offset_of__parser_0() { return static_cast(offsetof(BerOctetStringParser_t83702C989F6FA661577C81C4EE415B37FEB762BC, ____parser_0)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_0() const { return ____parser_0; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_0() { return &____parser_0; } inline void set__parser_0(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceParser struct BerSequenceParser_tA05539D8C3BCD26421E1ED7BEF2EDFC36136EC62 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceParser::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_0; public: inline static int32_t get_offset_of__parser_0() { return static_cast(offsetof(BerSequenceParser_tA05539D8C3BCD26421E1ED7BEF2EDFC36136EC62, ____parser_0)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_0() const { return ____parser_0; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_0() { return &____parser_0; } inline void set__parser_0(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetParser struct BerSetParser_t99229EE6D54F2DC354A62645F4189D31D84C4562 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetParser::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_0; public: inline static int32_t get_offset_of__parser_0() { return static_cast(offsetof(BerSetParser_t99229EE6D54F2DC354A62645F4189D31D84C4562, ____parser_0)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_0() const { return ____parser_0; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_0() { return &____parser_0; } inline void set__parser_0(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothDevice::k__BackingField String_t* ___U3CDeviceNameU3Ek__BackingField_0; // System.String ArduinoBluetoothAPI.BluetoothDevice::k__BackingField String_t* ___U3CDeviceAddressU3Ek__BackingField_1; // System.Int32 ArduinoBluetoothAPI.BluetoothDevice::k__BackingField int32_t ___U3CRssiU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeviceNameU3Ek__BackingField_0() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CDeviceNameU3Ek__BackingField_0)); } inline String_t* get_U3CDeviceNameU3Ek__BackingField_0() const { return ___U3CDeviceNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CDeviceNameU3Ek__BackingField_0() { return &___U3CDeviceNameU3Ek__BackingField_0; } inline void set_U3CDeviceNameU3Ek__BackingField_0(String_t* value) { ___U3CDeviceNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CDeviceAddressU3Ek__BackingField_1() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CDeviceAddressU3Ek__BackingField_1)); } inline String_t* get_U3CDeviceAddressU3Ek__BackingField_1() const { return ___U3CDeviceAddressU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDeviceAddressU3Ek__BackingField_1() { return &___U3CDeviceAddressU3Ek__BackingField_1; } inline void set_U3CDeviceAddressU3Ek__BackingField_1(String_t* value) { ___U3CDeviceAddressU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceAddressU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CRssiU3Ek__BackingField_2() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CRssiU3Ek__BackingField_2)); } inline int32_t get_U3CRssiU3Ek__BackingField_2() const { return ___U3CRssiU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CRssiU3Ek__BackingField_2() { return &___U3CRssiU3Ek__BackingField_2; } inline void set_U3CRssiU3Ek__BackingField_2(int32_t value) { ___U3CRssiU3Ek__BackingField_2 = value; } }; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 : public RuntimeObject { public: // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnConnected BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnConnected_8; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnConnectionFailed BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnConnectionFailed_9; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnDataReceived BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnDataReceived_10; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent ArduinoBluetoothAPI.BluetoothHelper::OnServiceNotFound BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * ___OnServiceNotFound_11; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent ArduinoBluetoothAPI.BluetoothHelper::OnCharacteristicNotFound BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * ___OnCharacteristicNotFound_12; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothDescriptorEvent ArduinoBluetoothAPI.BluetoothHelper::OnDescriptorNotFound BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * ___OnDescriptorNotFound_13; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents ArduinoBluetoothAPI.BluetoothHelper::OnScanEnded BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * ___OnScanEnded_14; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent ArduinoBluetoothAPI.BluetoothHelper::OnCharacteristicChanged BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * ___OnCharacteristicChanged_15; // System.Collections.Generic.Queue`1 ArduinoBluetoothAPI.BluetoothHelper::ReceivedData Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * ___ReceivedData_16; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ble bool ___ble_18; // UnityEngine.GameObject ArduinoBluetoothAPI.BluetoothHelper::syncronizerObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___syncronizerObj_19; // System.String ArduinoBluetoothAPI.BluetoothHelper::str String_t* ___str_20; public: inline static int32_t get_offset_of_OnConnected_8() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnConnected_8)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnConnected_8() const { return ___OnConnected_8; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnConnected_8() { return &___OnConnected_8; } inline void set_OnConnected_8(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnConnected_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_8), (void*)value); } inline static int32_t get_offset_of_OnConnectionFailed_9() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnConnectionFailed_9)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnConnectionFailed_9() const { return ___OnConnectionFailed_9; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnConnectionFailed_9() { return &___OnConnectionFailed_9; } inline void set_OnConnectionFailed_9(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnConnectionFailed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionFailed_9), (void*)value); } inline static int32_t get_offset_of_OnDataReceived_10() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnDataReceived_10)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnDataReceived_10() const { return ___OnDataReceived_10; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnDataReceived_10() { return &___OnDataReceived_10; } inline void set_OnDataReceived_10(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnDataReceived_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDataReceived_10), (void*)value); } inline static int32_t get_offset_of_OnServiceNotFound_11() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnServiceNotFound_11)); } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * get_OnServiceNotFound_11() const { return ___OnServiceNotFound_11; } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA ** get_address_of_OnServiceNotFound_11() { return &___OnServiceNotFound_11; } inline void set_OnServiceNotFound_11(BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * value) { ___OnServiceNotFound_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnServiceNotFound_11), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicNotFound_12() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnCharacteristicNotFound_12)); } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * get_OnCharacteristicNotFound_12() const { return ___OnCharacteristicNotFound_12; } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A ** get_address_of_OnCharacteristicNotFound_12() { return &___OnCharacteristicNotFound_12; } inline void set_OnCharacteristicNotFound_12(BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * value) { ___OnCharacteristicNotFound_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicNotFound_12), (void*)value); } inline static int32_t get_offset_of_OnDescriptorNotFound_13() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnDescriptorNotFound_13)); } inline BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * get_OnDescriptorNotFound_13() const { return ___OnDescriptorNotFound_13; } inline BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 ** get_address_of_OnDescriptorNotFound_13() { return &___OnDescriptorNotFound_13; } inline void set_OnDescriptorNotFound_13(BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * value) { ___OnDescriptorNotFound_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDescriptorNotFound_13), (void*)value); } inline static int32_t get_offset_of_OnScanEnded_14() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnScanEnded_14)); } inline BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * get_OnScanEnded_14() const { return ___OnScanEnded_14; } inline BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B ** get_address_of_OnScanEnded_14() { return &___OnScanEnded_14; } inline void set_OnScanEnded_14(BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * value) { ___OnScanEnded_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnScanEnded_14), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicChanged_15() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnCharacteristicChanged_15)); } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * get_OnCharacteristicChanged_15() const { return ___OnCharacteristicChanged_15; } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD ** get_address_of_OnCharacteristicChanged_15() { return &___OnCharacteristicChanged_15; } inline void set_OnCharacteristicChanged_15(BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * value) { ___OnCharacteristicChanged_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicChanged_15), (void*)value); } inline static int32_t get_offset_of_ReceivedData_16() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___ReceivedData_16)); } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * get_ReceivedData_16() const { return ___ReceivedData_16; } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 ** get_address_of_ReceivedData_16() { return &___ReceivedData_16; } inline void set_ReceivedData_16(Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * value) { ___ReceivedData_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceivedData_16), (void*)value); } inline static int32_t get_offset_of_ble_18() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___ble_18)); } inline bool get_ble_18() const { return ___ble_18; } inline bool* get_address_of_ble_18() { return &___ble_18; } inline void set_ble_18(bool value) { ___ble_18 = value; } inline static int32_t get_offset_of_syncronizerObj_19() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___syncronizerObj_19)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_syncronizerObj_19() const { return ___syncronizerObj_19; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_syncronizerObj_19() { return &___syncronizerObj_19; } inline void set_syncronizerObj_19(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___syncronizerObj_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___syncronizerObj_19), (void*)value); } inline static int32_t get_offset_of_str_20() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___str_20)); } inline String_t* get_str_20() const { return ___str_20; } inline String_t** get_address_of_str_20() { return &___str_20; } inline void set_str_20(String_t* value) { ___str_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_20), (void*)value); } }; struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields { public: // ArduinoBluetoothAPI.BluetoothHelper ArduinoBluetoothAPI.BluetoothHelper::bluetoothHelperInstance BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelperInstance_0; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::SERIAL_COMM bool ___SERIAL_COMM_1; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLUETOOTH_SIMULATION bool ___BLUETOOTH_SIMULATION_2; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLE bool ___BLE_3; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ASYNC_EVENTS bool ___ASYNC_EVENTS_4; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLE_AS_CLIENT bool ___BLE_AS_CLIENT_5; // System.String ArduinoBluetoothAPI.BluetoothHelper::BLE_SERVER_IP String_t* ___BLE_SERVER_IP_6; // System.Collections.Generic.Dictionary`2 ArduinoBluetoothAPI.BluetoothHelper::instances Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * ___instances_7; // System.Collections.Generic.List`1 ArduinoBluetoothAPI.BluetoothHelper::listeners List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * ___listeners_17; public: inline static int32_t get_offset_of_bluetoothHelperInstance_0() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___bluetoothHelperInstance_0)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelperInstance_0() const { return ___bluetoothHelperInstance_0; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelperInstance_0() { return &___bluetoothHelperInstance_0; } inline void set_bluetoothHelperInstance_0(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelperInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelperInstance_0), (void*)value); } inline static int32_t get_offset_of_SERIAL_COMM_1() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___SERIAL_COMM_1)); } inline bool get_SERIAL_COMM_1() const { return ___SERIAL_COMM_1; } inline bool* get_address_of_SERIAL_COMM_1() { return &___SERIAL_COMM_1; } inline void set_SERIAL_COMM_1(bool value) { ___SERIAL_COMM_1 = value; } inline static int32_t get_offset_of_BLUETOOTH_SIMULATION_2() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLUETOOTH_SIMULATION_2)); } inline bool get_BLUETOOTH_SIMULATION_2() const { return ___BLUETOOTH_SIMULATION_2; } inline bool* get_address_of_BLUETOOTH_SIMULATION_2() { return &___BLUETOOTH_SIMULATION_2; } inline void set_BLUETOOTH_SIMULATION_2(bool value) { ___BLUETOOTH_SIMULATION_2 = value; } inline static int32_t get_offset_of_BLE_3() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_3)); } inline bool get_BLE_3() const { return ___BLE_3; } inline bool* get_address_of_BLE_3() { return &___BLE_3; } inline void set_BLE_3(bool value) { ___BLE_3 = value; } inline static int32_t get_offset_of_ASYNC_EVENTS_4() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___ASYNC_EVENTS_4)); } inline bool get_ASYNC_EVENTS_4() const { return ___ASYNC_EVENTS_4; } inline bool* get_address_of_ASYNC_EVENTS_4() { return &___ASYNC_EVENTS_4; } inline void set_ASYNC_EVENTS_4(bool value) { ___ASYNC_EVENTS_4 = value; } inline static int32_t get_offset_of_BLE_AS_CLIENT_5() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_AS_CLIENT_5)); } inline bool get_BLE_AS_CLIENT_5() const { return ___BLE_AS_CLIENT_5; } inline bool* get_address_of_BLE_AS_CLIENT_5() { return &___BLE_AS_CLIENT_5; } inline void set_BLE_AS_CLIENT_5(bool value) { ___BLE_AS_CLIENT_5 = value; } inline static int32_t get_offset_of_BLE_SERVER_IP_6() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_SERVER_IP_6)); } inline String_t* get_BLE_SERVER_IP_6() const { return ___BLE_SERVER_IP_6; } inline String_t** get_address_of_BLE_SERVER_IP_6() { return &___BLE_SERVER_IP_6; } inline void set_BLE_SERVER_IP_6(String_t* value) { ___BLE_SERVER_IP_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___BLE_SERVER_IP_6), (void*)value); } inline static int32_t get_offset_of_instances_7() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___instances_7)); } inline Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * get_instances_7() const { return ___instances_7; } inline Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD ** get_address_of_instances_7() { return &___instances_7; } inline void set_instances_7(Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * value) { ___instances_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___instances_7), (void*)value); } inline static int32_t get_offset_of_listeners_17() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___listeners_17)); } inline List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * get_listeners_17() const { return ___listeners_17; } inline List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 ** get_address_of_listeners_17() { return &___listeners_17; } inline void set_listeners_17(List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * value) { ___listeners_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___listeners_17), (void*)value); } }; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothHelperCharacteristic::name String_t* ___name_0; // System.String ArduinoBluetoothAPI.BluetoothHelperCharacteristic::service String_t* ___service_1; // System.Collections.Generic.LinkedList`1 ArduinoBluetoothAPI.BluetoothHelperCharacteristic::descriptors LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 * ___descriptors_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_service_1() { return static_cast(offsetof(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9, ___service_1)); } inline String_t* get_service_1() const { return ___service_1; } inline String_t** get_address_of_service_1() { return &___service_1; } inline void set_service_1(String_t* value) { ___service_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___service_1), (void*)value); } inline static int32_t get_offset_of_descriptors_2() { return static_cast(offsetof(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9, ___descriptors_2)); } inline LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 * get_descriptors_2() const { return ___descriptors_2; } inline LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 ** get_address_of_descriptors_2() { return &___descriptors_2; } inline void set_descriptors_2(LinkedList_1_t622C3F883163157A244F5BF726BD781FF0482C54 * value) { ___descriptors_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___descriptors_2), (void*)value); } }; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothHelperService::name String_t* ___name_0; // System.Collections.Generic.LinkedList`1 ArduinoBluetoothAPI.BluetoothHelperService::characteristics LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * ___characteristics_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_characteristics_1() { return static_cast(offsetof(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9, ___characteristics_1)); } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * get_characteristics_1() const { return ___characteristics_1; } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 ** get_address_of_characteristics_1() { return &___characteristics_1; } inline void set_characteristics_1(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * value) { ___characteristics_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristics_1), (void*)value); } }; // DragonBones.BuildArmaturePackage struct BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4 : public RuntimeObject { public: // System.String DragonBones.BuildArmaturePackage::dataName String_t* ___dataName_0; // System.String DragonBones.BuildArmaturePackage::textureAtlasName String_t* ___textureAtlasName_1; // DragonBones.DragonBonesData DragonBones.BuildArmaturePackage::data DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * ___data_2; // DragonBones.ArmatureData DragonBones.BuildArmaturePackage::armature ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ___armature_3; // DragonBones.SkinData DragonBones.BuildArmaturePackage::skin SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * ___skin_4; public: inline static int32_t get_offset_of_dataName_0() { return static_cast(offsetof(BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4, ___dataName_0)); } inline String_t* get_dataName_0() const { return ___dataName_0; } inline String_t** get_address_of_dataName_0() { return &___dataName_0; } inline void set_dataName_0(String_t* value) { ___dataName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataName_0), (void*)value); } inline static int32_t get_offset_of_textureAtlasName_1() { return static_cast(offsetof(BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4, ___textureAtlasName_1)); } inline String_t* get_textureAtlasName_1() const { return ___textureAtlasName_1; } inline String_t** get_address_of_textureAtlasName_1() { return &___textureAtlasName_1; } inline void set_textureAtlasName_1(String_t* value) { ___textureAtlasName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___textureAtlasName_1), (void*)value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4, ___data_2)); } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * get_data_2() const { return ___data_2; } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 ** get_address_of_data_2() { return &___data_2; } inline void set_data_2(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } inline static int32_t get_offset_of_armature_3() { return static_cast(offsetof(BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4, ___armature_3)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get_armature_3() const { return ___armature_3; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of_armature_3() { return &___armature_3; } inline void set_armature_3(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ___armature_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___armature_3), (void*)value); } inline static int32_t get_offset_of_skin_4() { return static_cast(offsetof(BuildArmaturePackage_t1EFF8BA0653EA6D8DE11BF7B3E0E33ED2BAEBCF4, ___skin_4)); } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * get_skin_4() const { return ___skin_4; } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 ** get_address_of_skin_4() { return &___skin_4; } inline void set_skin_4(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * value) { ___skin_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___skin_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::id CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id_1; public: inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490, ___id_1)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_id_1() const { return ___id_1; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_id_1() { return &___id_1; } inline void set_id_1(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 : public RuntimeObject { public: public: }; struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus::Good CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___Good_0; public: inline static int32_t get_offset_of_Good_0() { return static_cast(offsetof(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields, ___Good_0)); } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * get_Good_0() const { return ___Good_0; } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 ** get_address_of_Good_0() { return &___Good_0; } inline void set_Good_0(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * value) { ___Good_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Good_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::content RuntimeObject* ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___contentType_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_0() const { return ___contentType_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_0), (void*)value); } inline static int32_t get_offset_of_content_1() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___content_1)); } inline RuntimeObject* get_content_1() const { return ___content_1; } inline RuntimeObject** get_address_of_content_1() { return &___content_1; } inline void set_content_1(RuntimeObject* value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_1), (void*)value); } }; // JCUnityLib.CustomJson struct CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> JCUnityLib.CustomJson::importerDict Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * ___importerDict_0; // System.Collections.Generic.Dictionary`2> JCUnityLib.CustomJson::exporterDict Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * ___exporterDict_1; public: inline static int32_t get_offset_of_importerDict_0() { return static_cast(offsetof(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8, ___importerDict_0)); } inline Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * get_importerDict_0() const { return ___importerDict_0; } inline Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A ** get_address_of_importerDict_0() { return &___importerDict_0; } inline void set_importerDict_0(Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * value) { ___importerDict_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___importerDict_0), (void*)value); } inline static int32_t get_offset_of_exporterDict_1() { return static_cast(offsetof(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8, ___exporterDict_1)); } inline Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * get_exporterDict_1() const { return ___exporterDict_1; } inline Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 ** get_address_of_exporterDict_1() { return &___exporterDict_1; } inline void set_exporterDict_1(Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * value) { ___exporterDict_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___exporterDict_1), (void*)value); } }; // DragonBones.DataParser struct DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F : public RuntimeObject { public: public: }; struct DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F_StaticFields { public: // System.Collections.Generic.List`1 DragonBones.DataParser::DATA_VERSIONS List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___DATA_VERSIONS_7; public: inline static int32_t get_offset_of_DATA_VERSIONS_7() { return static_cast(offsetof(DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F_StaticFields, ___DATA_VERSIONS_7)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_DATA_VERSIONS_7() const { return ___DATA_VERSIONS_7; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_DATA_VERSIONS_7() { return &___DATA_VERSIONS_7; } inline void set_DATA_VERSIONS_7(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___DATA_VERSIONS_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DATA_VERSIONS_7), (void*)value); } }; // DragonBones.DragonBones struct DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D : public RuntimeObject { public: // DragonBones.WorldClock DragonBones.DragonBones::_clock WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * ____clock_4; // System.Collections.Generic.List`1 DragonBones.DragonBones::_events List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * ____events_5; // System.Collections.Generic.List`1 DragonBones.DragonBones::_objects List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * ____objects_6; // DragonBones.IEventDispatcher`1 DragonBones.DragonBones::_eventManager RuntimeObject* ____eventManager_7; public: inline static int32_t get_offset_of__clock_4() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____clock_4)); } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * get__clock_4() const { return ____clock_4; } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 ** get_address_of__clock_4() { return &____clock_4; } inline void set__clock_4(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * value) { ____clock_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____clock_4), (void*)value); } inline static int32_t get_offset_of__events_5() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____events_5)); } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * get__events_5() const { return ____events_5; } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA ** get_address_of__events_5() { return &____events_5; } inline void set__events_5(List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * value) { ____events_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____events_5), (void*)value); } inline static int32_t get_offset_of__objects_6() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____objects_6)); } inline List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * get__objects_6() const { return ____objects_6; } inline List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 ** get_address_of__objects_6() { return &____objects_6; } inline void set__objects_6(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * value) { ____objects_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____objects_6), (void*)value); } inline static int32_t get_offset_of__eventManager_7() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D, ____eventManager_7)); } inline RuntimeObject* get__eventManager_7() const { return ____eventManager_7; } inline RuntimeObject** get_address_of__eventManager_7() { return &____eventManager_7; } inline void set__eventManager_7(RuntimeObject* value) { ____eventManager_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____eventManager_7), (void*)value); } }; struct DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields { public: // System.Boolean DragonBones.DragonBones::yDown bool ___yDown_0; // System.Boolean DragonBones.DragonBones::debug bool ___debug_1; // System.Boolean DragonBones.DragonBones::debugDraw bool ___debugDraw_2; // System.String DragonBones.DragonBones::VERSION String_t* ___VERSION_3; public: inline static int32_t get_offset_of_yDown_0() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___yDown_0)); } inline bool get_yDown_0() const { return ___yDown_0; } inline bool* get_address_of_yDown_0() { return &___yDown_0; } inline void set_yDown_0(bool value) { ___yDown_0 = value; } inline static int32_t get_offset_of_debug_1() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___debug_1)); } inline bool get_debug_1() const { return ___debug_1; } inline bool* get_address_of_debug_1() { return &___debug_1; } inline void set_debug_1(bool value) { ___debug_1 = value; } inline static int32_t get_offset_of_debugDraw_2() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___debugDraw_2)); } inline bool get_debugDraw_2() const { return ___debugDraw_2; } inline bool* get_address_of_debugDraw_2() { return &___debugDraw_2; } inline void set_debugDraw_2(bool value) { ___debugDraw_2 = value; } inline static int32_t get_offset_of_VERSION_3() { return static_cast(offsetof(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D_StaticFields, ___VERSION_3)); } inline String_t* get_VERSION_3() const { return ___VERSION_3; } inline String_t** get_address_of_VERSION_3() { return &___VERSION_3; } inline void set_VERSION_3(String_t* value) { ___VERSION_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___VERSION_3), (void*)value); } }; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Boolean BestHTTP.SignalR.Messages.FailureMessage::k__BackingField bool ___U3CIsHubErrorU3Ek__BackingField_1; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CErrorMessageU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CAdditionalDataU3Ek__BackingField_3; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CStackTraceU3Ek__BackingField_4; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsHubErrorU3Ek__BackingField_1() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CIsHubErrorU3Ek__BackingField_1)); } inline bool get_U3CIsHubErrorU3Ek__BackingField_1() const { return ___U3CIsHubErrorU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsHubErrorU3Ek__BackingField_1() { return &___U3CIsHubErrorU3Ek__BackingField_1; } inline void set_U3CIsHubErrorU3Ek__BackingField_1(bool value) { ___U3CIsHubErrorU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CErrorMessageU3Ek__BackingField_2() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CErrorMessageU3Ek__BackingField_2)); } inline String_t* get_U3CErrorMessageU3Ek__BackingField_2() const { return ___U3CErrorMessageU3Ek__BackingField_2; } inline String_t** get_address_of_U3CErrorMessageU3Ek__BackingField_2() { return &___U3CErrorMessageU3Ek__BackingField_2; } inline void set_U3CErrorMessageU3Ek__BackingField_2(String_t* value) { ___U3CErrorMessageU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorMessageU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CAdditionalDataU3Ek__BackingField_3() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CAdditionalDataU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CAdditionalDataU3Ek__BackingField_3() const { return ___U3CAdditionalDataU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CAdditionalDataU3Ek__BackingField_3() { return &___U3CAdditionalDataU3Ek__BackingField_3; } inline void set_U3CAdditionalDataU3Ek__BackingField_3(RuntimeObject* value) { ___U3CAdditionalDataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAdditionalDataU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CStackTraceU3Ek__BackingField_4() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStackTraceU3Ek__BackingField_4)); } inline String_t* get_U3CStackTraceU3Ek__BackingField_4() const { return ___U3CStackTraceU3Ek__BackingField_4; } inline String_t** get_address_of_U3CStackTraceU3Ek__BackingField_4() { return &___U3CStackTraceU3Ek__BackingField_4; } inline void set_U3CStackTraceU3Ek__BackingField_4(String_t* value) { ___U3CStackTraceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStackTraceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_5() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStateU3Ek__BackingField_5)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_5() const { return ___U3CStateU3Ek__BackingField_5; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_5() { return &___U3CStateU3Ek__BackingField_5; } inline void set_U3CStateU3Ek__BackingField_5(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = value; } }; // BestHTTP.SignalR.Authentication.HeaderAuthenticator struct HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::k__BackingField String_t* ___U3CUserU3Ek__BackingField_0; // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::k__BackingField String_t* ___U3CRolesU3Ek__BackingField_1; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate BestHTTP.SignalR.Authentication.HeaderAuthenticator::OnAuthenticationSucceded OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * ___OnAuthenticationSucceded_2; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate BestHTTP.SignalR.Authentication.HeaderAuthenticator::OnAuthenticationFailed OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * ___OnAuthenticationFailed_3; public: inline static int32_t get_offset_of_U3CUserU3Ek__BackingField_0() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___U3CUserU3Ek__BackingField_0)); } inline String_t* get_U3CUserU3Ek__BackingField_0() const { return ___U3CUserU3Ek__BackingField_0; } inline String_t** get_address_of_U3CUserU3Ek__BackingField_0() { return &___U3CUserU3Ek__BackingField_0; } inline void set_U3CUserU3Ek__BackingField_0(String_t* value) { ___U3CUserU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CRolesU3Ek__BackingField_1() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___U3CRolesU3Ek__BackingField_1)); } inline String_t* get_U3CRolesU3Ek__BackingField_1() const { return ___U3CRolesU3Ek__BackingField_1; } inline String_t** get_address_of_U3CRolesU3Ek__BackingField_1() { return &___U3CRolesU3Ek__BackingField_1; } inline void set_U3CRolesU3Ek__BackingField_1(String_t* value) { ___U3CRolesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRolesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationSucceded_2() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___OnAuthenticationSucceded_2)); } inline OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * get_OnAuthenticationSucceded_2() const { return ___OnAuthenticationSucceded_2; } inline OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 ** get_address_of_OnAuthenticationSucceded_2() { return &___OnAuthenticationSucceded_2; } inline void set_OnAuthenticationSucceded_2(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * value) { ___OnAuthenticationSucceded_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationSucceded_2), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationFailed_3() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___OnAuthenticationFailed_3)); } inline OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * get_OnAuthenticationFailed_3() const { return ___OnAuthenticationFailed_3; } inline OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 ** get_address_of_OnAuthenticationFailed_3() { return &___OnAuthenticationFailed_3; } inline void set_OnAuthenticationFailed_3(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * value) { ___OnAuthenticationFailed_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationFailed_3), (void*)value); } }; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Hubs.Hub::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::state Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___state_1; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate BestHTTP.SignalR.Hubs.Hub::OnMethodCall OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___OnMethodCall_2; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::SentMessages Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___SentMessages_3; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::MethodTable Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * ___MethodTable_4; // System.Text.StringBuilder BestHTTP.SignalR.Hubs.Hub::builder StringBuilder_t * ___builder_5; // BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.Hub::k__BackingField Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___state_1)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_state_1() const { return ___state_1; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_state_1() { return &___state_1; } inline void set_state_1(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_OnMethodCall_2() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___OnMethodCall_2)); } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * get_OnMethodCall_2() const { return ___OnMethodCall_2; } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** get_address_of_OnMethodCall_2() { return &___OnMethodCall_2; } inline void set_OnMethodCall_2(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * value) { ___OnMethodCall_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMethodCall_2), (void*)value); } inline static int32_t get_offset_of_SentMessages_3() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___SentMessages_3)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_SentMessages_3() const { return ___SentMessages_3; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_SentMessages_3() { return &___SentMessages_3; } inline void set_SentMessages_3(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___SentMessages_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SentMessages_3), (void*)value); } inline static int32_t get_offset_of_MethodTable_4() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___MethodTable_4)); } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * get_MethodTable_4() const { return ___MethodTable_4; } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 ** get_address_of_MethodTable_4() { return &___MethodTable_4; } inline void set_MethodTable_4(Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * value) { ___MethodTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodTable_4), (void*)value); } inline static int32_t get_offset_of_builder_5() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___builder_5)); } inline StringBuilder_t * get_builder_5() const { return ___builder_5; } inline StringBuilder_t ** get_address_of_builder_5() { return &___builder_5; } inline void set_builder_5(StringBuilder_t * value) { ___builder_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builder_5), (void*)value); } inline static int32_t get_offset_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() const { return ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return &___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline void set_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Iso18033KdfParameters struct Iso18033KdfParameters_tFE570EC5D71E1361C1D48CD4A2E121ABBFFD024F : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Iso18033KdfParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_0; public: inline static int32_t get_offset_of_seed_0() { return static_cast(offsetof(Iso18033KdfParameters_tFE570EC5D71E1361C1D48CD4A2E121ABBFFD024F, ___seed_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_0() const { return ___seed_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_0() { return &___seed_0; } inline void set_seed_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_0), (void*)value); } }; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters struct KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::shared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared_1; public: inline static int32_t get_offset_of_iv_0() { return static_cast(offsetof(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189, ___iv_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_0() const { return ___iv_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_0() { return &___iv_0; } inline void set_iv_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_0), (void*)value); } inline static int32_t get_offset_of_shared_1() { return static_cast(offsetof(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189, ___shared_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shared_1() const { return ___shared_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shared_1() { return &___shared_1; } inline void set_shared_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shared_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_1), (void*)value); } }; // o0.IMU.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D : public RuntimeObject { public: // System.Int32 o0.IMU.MagnetometerAutoCalibrater::MaxCount int32_t ___MaxCount_0; // System.Collections.Generic.Dictionary`2,o0.Geometry.Vector`1> o0.IMU.MagnetometerAutoCalibrater::VectorByBlock Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * ___VectorByBlock_1; // System.Double o0.IMU.MagnetometerAutoCalibrater::CountPerLength double ___CountPerLength_2; // System.Int32 o0.IMU.MagnetometerAutoCalibrater::NewBlock int32_t ___NewBlock_3; // System.Double o0.IMU.MagnetometerAutoCalibrater::NewBlockAccumulation double ___NewBlockAccumulation_4; // System.Int64 o0.IMU.MagnetometerAutoCalibrater::LastTimestamp int64_t ___LastTimestamp_5; // System.Int32 o0.IMU.MagnetometerAutoCalibrater::FitThreshold int32_t ___FitThreshold_6; // o0.IMU.EllipsoidFitting o0.IMU.MagnetometerAutoCalibrater::EllipsoidFitting EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * ___EllipsoidFitting_7; // System.Double o0.IMU.MagnetometerAutoCalibrater::Variance double ___Variance_8; // System.Double o0.IMU.MagnetometerAutoCalibrater::CompleteVarianceThreshold double ___CompleteVarianceThreshold_9; // System.Int32 o0.IMU.MagnetometerAutoCalibrater::FitCountLeft int32_t ___FitCountLeft_10; // System.Boolean o0.IMU.MagnetometerAutoCalibrater::Lock bool ___Lock_11; public: inline static int32_t get_offset_of_MaxCount_0() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___MaxCount_0)); } inline int32_t get_MaxCount_0() const { return ___MaxCount_0; } inline int32_t* get_address_of_MaxCount_0() { return &___MaxCount_0; } inline void set_MaxCount_0(int32_t value) { ___MaxCount_0 = value; } inline static int32_t get_offset_of_VectorByBlock_1() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___VectorByBlock_1)); } inline Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * get_VectorByBlock_1() const { return ___VectorByBlock_1; } inline Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA ** get_address_of_VectorByBlock_1() { return &___VectorByBlock_1; } inline void set_VectorByBlock_1(Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * value) { ___VectorByBlock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___VectorByBlock_1), (void*)value); } inline static int32_t get_offset_of_CountPerLength_2() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___CountPerLength_2)); } inline double get_CountPerLength_2() const { return ___CountPerLength_2; } inline double* get_address_of_CountPerLength_2() { return &___CountPerLength_2; } inline void set_CountPerLength_2(double value) { ___CountPerLength_2 = value; } inline static int32_t get_offset_of_NewBlock_3() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___NewBlock_3)); } inline int32_t get_NewBlock_3() const { return ___NewBlock_3; } inline int32_t* get_address_of_NewBlock_3() { return &___NewBlock_3; } inline void set_NewBlock_3(int32_t value) { ___NewBlock_3 = value; } inline static int32_t get_offset_of_NewBlockAccumulation_4() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___NewBlockAccumulation_4)); } inline double get_NewBlockAccumulation_4() const { return ___NewBlockAccumulation_4; } inline double* get_address_of_NewBlockAccumulation_4() { return &___NewBlockAccumulation_4; } inline void set_NewBlockAccumulation_4(double value) { ___NewBlockAccumulation_4 = value; } inline static int32_t get_offset_of_LastTimestamp_5() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___LastTimestamp_5)); } inline int64_t get_LastTimestamp_5() const { return ___LastTimestamp_5; } inline int64_t* get_address_of_LastTimestamp_5() { return &___LastTimestamp_5; } inline void set_LastTimestamp_5(int64_t value) { ___LastTimestamp_5 = value; } inline static int32_t get_offset_of_FitThreshold_6() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___FitThreshold_6)); } inline int32_t get_FitThreshold_6() const { return ___FitThreshold_6; } inline int32_t* get_address_of_FitThreshold_6() { return &___FitThreshold_6; } inline void set_FitThreshold_6(int32_t value) { ___FitThreshold_6 = value; } inline static int32_t get_offset_of_EllipsoidFitting_7() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___EllipsoidFitting_7)); } inline EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * get_EllipsoidFitting_7() const { return ___EllipsoidFitting_7; } inline EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 ** get_address_of_EllipsoidFitting_7() { return &___EllipsoidFitting_7; } inline void set_EllipsoidFitting_7(EllipsoidFitting_t35293066256CD6CE28B9BD602319EA430CBEC723 * value) { ___EllipsoidFitting_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipsoidFitting_7), (void*)value); } inline static int32_t get_offset_of_Variance_8() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___Variance_8)); } inline double get_Variance_8() const { return ___Variance_8; } inline double* get_address_of_Variance_8() { return &___Variance_8; } inline void set_Variance_8(double value) { ___Variance_8 = value; } inline static int32_t get_offset_of_CompleteVarianceThreshold_9() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___CompleteVarianceThreshold_9)); } inline double get_CompleteVarianceThreshold_9() const { return ___CompleteVarianceThreshold_9; } inline double* get_address_of_CompleteVarianceThreshold_9() { return &___CompleteVarianceThreshold_9; } inline void set_CompleteVarianceThreshold_9(double value) { ___CompleteVarianceThreshold_9 = value; } inline static int32_t get_offset_of_FitCountLeft_10() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___FitCountLeft_10)); } inline int32_t get_FitCountLeft_10() const { return ___FitCountLeft_10; } inline int32_t* get_address_of_FitCountLeft_10() { return &___FitCountLeft_10; } inline void set_FitCountLeft_10(int32_t value) { ___FitCountLeft_10 = value; } inline static int32_t get_offset_of_Lock_11() { return static_cast(offsetof(MagnetometerAutoCalibrater_tC43AD2F8454B254F4D643580D44158929EFF3B1D, ___Lock_11)); } inline bool get_Lock_11() const { return ___Lock_11; } inline bool* get_address_of_Lock_11() { return &___Lock_11; } inline void set_Lock_11(bool value) { ___Lock_11 = value; } }; // o0._9Axis.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 : public RuntimeObject { public: // System.Int32 o0._9Axis.MagnetometerAutoCalibrater::MaxCount int32_t ___MaxCount_0; // System.Collections.Generic.Dictionary`2,o0.Geometry.Vector`1> o0._9Axis.MagnetometerAutoCalibrater::VectorByBlock Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * ___VectorByBlock_1; // System.Double o0._9Axis.MagnetometerAutoCalibrater::CountPerLength double ___CountPerLength_2; // System.Int32 o0._9Axis.MagnetometerAutoCalibrater::NewBlock int32_t ___NewBlock_3; // System.Double o0._9Axis.MagnetometerAutoCalibrater::NewBlockAccumulation double ___NewBlockAccumulation_4; // System.Int64 o0._9Axis.MagnetometerAutoCalibrater::LastTimestamp int64_t ___LastTimestamp_5; // System.Int32 o0._9Axis.MagnetometerAutoCalibrater::FitThreshold int32_t ___FitThreshold_6; // o0._9Axis.EllipsoidFitting o0._9Axis.MagnetometerAutoCalibrater::EllipsoidFitting EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F * ___EllipsoidFitting_7; // System.Double o0._9Axis.MagnetometerAutoCalibrater::Variance double ___Variance_8; // System.Int32 o0._9Axis.MagnetometerAutoCalibrater::FitCountLeft int32_t ___FitCountLeft_9; // System.Boolean o0._9Axis.MagnetometerAutoCalibrater::Lock bool ___Lock_10; public: inline static int32_t get_offset_of_MaxCount_0() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___MaxCount_0)); } inline int32_t get_MaxCount_0() const { return ___MaxCount_0; } inline int32_t* get_address_of_MaxCount_0() { return &___MaxCount_0; } inline void set_MaxCount_0(int32_t value) { ___MaxCount_0 = value; } inline static int32_t get_offset_of_VectorByBlock_1() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___VectorByBlock_1)); } inline Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * get_VectorByBlock_1() const { return ___VectorByBlock_1; } inline Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA ** get_address_of_VectorByBlock_1() { return &___VectorByBlock_1; } inline void set_VectorByBlock_1(Dictionary_2_t7045095C3892649EE117A6FA0FDEE46EFC7096AA * value) { ___VectorByBlock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___VectorByBlock_1), (void*)value); } inline static int32_t get_offset_of_CountPerLength_2() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___CountPerLength_2)); } inline double get_CountPerLength_2() const { return ___CountPerLength_2; } inline double* get_address_of_CountPerLength_2() { return &___CountPerLength_2; } inline void set_CountPerLength_2(double value) { ___CountPerLength_2 = value; } inline static int32_t get_offset_of_NewBlock_3() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___NewBlock_3)); } inline int32_t get_NewBlock_3() const { return ___NewBlock_3; } inline int32_t* get_address_of_NewBlock_3() { return &___NewBlock_3; } inline void set_NewBlock_3(int32_t value) { ___NewBlock_3 = value; } inline static int32_t get_offset_of_NewBlockAccumulation_4() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___NewBlockAccumulation_4)); } inline double get_NewBlockAccumulation_4() const { return ___NewBlockAccumulation_4; } inline double* get_address_of_NewBlockAccumulation_4() { return &___NewBlockAccumulation_4; } inline void set_NewBlockAccumulation_4(double value) { ___NewBlockAccumulation_4 = value; } inline static int32_t get_offset_of_LastTimestamp_5() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___LastTimestamp_5)); } inline int64_t get_LastTimestamp_5() const { return ___LastTimestamp_5; } inline int64_t* get_address_of_LastTimestamp_5() { return &___LastTimestamp_5; } inline void set_LastTimestamp_5(int64_t value) { ___LastTimestamp_5 = value; } inline static int32_t get_offset_of_FitThreshold_6() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___FitThreshold_6)); } inline int32_t get_FitThreshold_6() const { return ___FitThreshold_6; } inline int32_t* get_address_of_FitThreshold_6() { return &___FitThreshold_6; } inline void set_FitThreshold_6(int32_t value) { ___FitThreshold_6 = value; } inline static int32_t get_offset_of_EllipsoidFitting_7() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___EllipsoidFitting_7)); } inline EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F * get_EllipsoidFitting_7() const { return ___EllipsoidFitting_7; } inline EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F ** get_address_of_EllipsoidFitting_7() { return &___EllipsoidFitting_7; } inline void set_EllipsoidFitting_7(EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F * value) { ___EllipsoidFitting_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipsoidFitting_7), (void*)value); } inline static int32_t get_offset_of_Variance_8() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___Variance_8)); } inline double get_Variance_8() const { return ___Variance_8; } inline double* get_address_of_Variance_8() { return &___Variance_8; } inline void set_Variance_8(double value) { ___Variance_8 = value; } inline static int32_t get_offset_of_FitCountLeft_9() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___FitCountLeft_9)); } inline int32_t get_FitCountLeft_9() const { return ___FitCountLeft_9; } inline int32_t* get_address_of_FitCountLeft_9() { return &___FitCountLeft_9; } inline void set_FitCountLeft_9(int32_t value) { ___FitCountLeft_9 = value; } inline static int32_t get_offset_of_Lock_10() { return static_cast(offsetof(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045, ___Lock_10)); } inline bool get_Lock_10() const { return ___Lock_10; } inline bool* get_address_of_Lock_10() { return &___Lock_10; } inline void set_Lock_10(bool value) { ___Lock_10 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB : public RuntimeObject { public: // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CHubU3Ek__BackingField_0; // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CMethodU3Ek__BackingField_1; // System.Object[] BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CArgumentsU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CHubU3Ek__BackingField_0() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CHubU3Ek__BackingField_0)); } inline String_t* get_U3CHubU3Ek__BackingField_0() const { return ___U3CHubU3Ek__BackingField_0; } inline String_t** get_address_of_U3CHubU3Ek__BackingField_0() { return &___U3CHubU3Ek__BackingField_0; } inline void set_U3CHubU3Ek__BackingField_0(String_t* value) { ___U3CHubU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CMethodU3Ek__BackingField_1() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CMethodU3Ek__BackingField_1)); } inline String_t* get_U3CMethodU3Ek__BackingField_1() const { return ___U3CMethodU3Ek__BackingField_1; } inline String_t** get_address_of_U3CMethodU3Ek__BackingField_1() { return &___U3CMethodU3Ek__BackingField_1; } inline void set_U3CMethodU3Ek__BackingField_1(String_t* value) { ___U3CMethodU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMethodU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CArgumentsU3Ek__BackingField_2() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CArgumentsU3Ek__BackingField_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CArgumentsU3Ek__BackingField_2() const { return ___U3CArgumentsU3Ek__BackingField_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CArgumentsU3Ek__BackingField_2() { return &___U3CArgumentsU3Ek__BackingField_2; } inline void set_U3CArgumentsU3Ek__BackingField_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CArgumentsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArgumentsU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_3() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CStateU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_3() const { return ___U3CStateU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_3() { return &___U3CStateU3Ek__BackingField_3; } inline void set_U3CStateU3Ek__BackingField_3(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform struct Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804 : public RuntimeObject { public: public: }; struct Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields { public: // System.Globalization.CompareInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::InvariantCompareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___InvariantCompareInfo_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::NewLine String_t* ___NewLine_1; public: inline static int32_t get_offset_of_InvariantCompareInfo_0() { return static_cast(offsetof(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields, ___InvariantCompareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_InvariantCompareInfo_0() const { return ___InvariantCompareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_InvariantCompareInfo_0() { return &___InvariantCompareInfo_0; } inline void set_InvariantCompareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___InvariantCompareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvariantCompareInfo_0), (void*)value); } inline static int32_t get_offset_of_NewLine_1() { return static_cast(offsetof(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_StaticFields, ___NewLine_1)); } inline String_t* get_NewLine_1() const { return ___NewLine_1; } inline String_t** get_address_of_NewLine_1() { return &___NewLine_1; } inline void set_NewLine_1(String_t* value) { ___NewLine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NewLine_1), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID struct RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID::id ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390, ___id_0)); } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * get_id_0() const { return ___id_0; } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 ** get_address_of_id_0() { return &___id_0; } inline void set_id_0(ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * value) { ___id_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_0), (void*)value); } }; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Object BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject * ___U3CReturnValueU3Ek__BackingField_1; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReturnValueU3Ek__BackingField_1() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CReturnValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CReturnValueU3Ek__BackingField_1() const { return ___U3CReturnValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CReturnValueU3Ek__BackingField_1() { return &___U3CReturnValueU3Ek__BackingField_1; } inline void set_U3CReturnValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CReturnValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CReturnValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CStateU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // DragonBones.WorldClock struct WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 : public RuntimeObject { public: // System.Single DragonBones.WorldClock::time float ___time_0; // System.Single DragonBones.WorldClock::timeScale float ___timeScale_1; // System.Single DragonBones.WorldClock::_systemTime float ____systemTime_2; // System.Collections.Generic.List`1 DragonBones.WorldClock::_animatebles List_1_tAA86D3C347389543EC29288120A124547E8F491A * ____animatebles_3; // DragonBones.WorldClock DragonBones.WorldClock::_clock WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * ____clock_4; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_timeScale_1() { return static_cast(offsetof(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8, ___timeScale_1)); } inline float get_timeScale_1() const { return ___timeScale_1; } inline float* get_address_of_timeScale_1() { return &___timeScale_1; } inline void set_timeScale_1(float value) { ___timeScale_1 = value; } inline static int32_t get_offset_of__systemTime_2() { return static_cast(offsetof(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8, ____systemTime_2)); } inline float get__systemTime_2() const { return ____systemTime_2; } inline float* get_address_of__systemTime_2() { return &____systemTime_2; } inline void set__systemTime_2(float value) { ____systemTime_2 = value; } inline static int32_t get_offset_of__animatebles_3() { return static_cast(offsetof(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8, ____animatebles_3)); } inline List_1_tAA86D3C347389543EC29288120A124547E8F491A * get__animatebles_3() const { return ____animatebles_3; } inline List_1_tAA86D3C347389543EC29288120A124547E8F491A ** get_address_of__animatebles_3() { return &____animatebles_3; } inline void set__animatebles_3(List_1_tAA86D3C347389543EC29288120A124547E8F491A * value) { ____animatebles_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____animatebles_3), (void*)value); } inline static int32_t get_offset_of__clock_4() { return static_cast(offsetof(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8, ____clock_4)); } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * get__clock_4() const { return ____clock_4; } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 ** get_address_of__clock_4() { return &____clock_4; } inline void set__clock_4(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * value) { ____clock_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____clock_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sData Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___sData_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sDataObjectCount int32_t ___sDataObjectCount_2; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::currentStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___currentStream_3; public: inline static int32_t get_offset_of_sData_1() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sData_1)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_sData_1() const { return ___sData_1; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_sData_1() { return &___sData_1; } inline void set_sData_1(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___sData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sData_1), (void*)value); } inline static int32_t get_offset_of_sDataObjectCount_2() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sDataObjectCount_2)); } inline int32_t get_sDataObjectCount_2() const { return ___sDataObjectCount_2; } inline int32_t* get_address_of_sDataObjectCount_2() { return &___sDataObjectCount_2; } inline void set_sDataObjectCount_2(int32_t value) { ___sDataObjectCount_2 = value; } inline static int32_t get_offset_of_currentStream_3() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___currentStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_currentStream_3() const { return ___currentStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_currentStream_3() { return &___currentStream_3; } inline void set_currentStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___currentStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentStream_3), (void*)value); } }; struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::PemCertParser PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * ___PemCertParser_0; public: inline static int32_t get_offset_of_PemCertParser_0() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields, ___PemCertParser_0)); } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * get_PemCertParser_0() const { return ___PemCertParser_0; } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 ** get_address_of_PemCertParser_0() { return &___PemCertParser_0; } inline void set_PemCertParser_0(PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * value) { ___PemCertParser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PemCertParser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters struct X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters::collection RuntimeObject* ___collection_0; public: inline static int32_t get_offset_of_collection_0() { return static_cast(offsetof(X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401, ___collection_0)); } inline RuntimeObject* get_collection_0() const { return ___collection_0; } inline RuntimeObject** get_address_of_collection_0() { return &___collection_0; } inline void set_collection_0(RuntimeObject* value) { ___collection_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___collection_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension struct X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::critical bool ___critical_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::value Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___value_1; public: inline static int32_t get_offset_of_critical_0() { return static_cast(offsetof(X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB, ___critical_0)); } inline bool get_critical_0() const { return ___critical_0; } inline bool* get_address_of_critical_0() { return &___critical_0; } inline void set_critical_0(bool value) { ___critical_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB, ___value_1)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_value_1() const { return ___value_1; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // o09Axis struct o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 : public RuntimeObject { public: // System.Collections.Generic.List`1 o09Axis::Tester List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * ___Tester_0; // System.Collections.Generic.List`1 o09Axis::TextTester List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * ___TextTester_1; // UnityEngine.GameObject o09Axis::AccMesh GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___AccMesh_2; // UnityEngine.GameObject o09Axis::GryMesh GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___GryMesh_3; // UnityEngine.GameObject o09Axis::MagMesh GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___MagMesh_4; // System.Int32 o09Axis::platformID int32_t ___platformID_5; // o09AxisCSBridge o09Axis::axisCSBridge o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * ___axisCSBridge_6; public: inline static int32_t get_offset_of_Tester_0() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___Tester_0)); } inline List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * get_Tester_0() const { return ___Tester_0; } inline List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 ** get_address_of_Tester_0() { return &___Tester_0; } inline void set_Tester_0(List_1_tB32B857EBFB1DE3590EE37C541CF5C286FF41CE9 * value) { ___Tester_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tester_0), (void*)value); } inline static int32_t get_offset_of_TextTester_1() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___TextTester_1)); } inline List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * get_TextTester_1() const { return ___TextTester_1; } inline List_1_t15050E83C4C051CA706B3489C75EBD1038966135 ** get_address_of_TextTester_1() { return &___TextTester_1; } inline void set_TextTester_1(List_1_t15050E83C4C051CA706B3489C75EBD1038966135 * value) { ___TextTester_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextTester_1), (void*)value); } inline static int32_t get_offset_of_AccMesh_2() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___AccMesh_2)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_AccMesh_2() const { return ___AccMesh_2; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_AccMesh_2() { return &___AccMesh_2; } inline void set_AccMesh_2(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___AccMesh_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccMesh_2), (void*)value); } inline static int32_t get_offset_of_GryMesh_3() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___GryMesh_3)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_GryMesh_3() const { return ___GryMesh_3; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_GryMesh_3() { return &___GryMesh_3; } inline void set_GryMesh_3(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___GryMesh_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GryMesh_3), (void*)value); } inline static int32_t get_offset_of_MagMesh_4() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___MagMesh_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_MagMesh_4() const { return ___MagMesh_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_MagMesh_4() { return &___MagMesh_4; } inline void set_MagMesh_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___MagMesh_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagMesh_4), (void*)value); } inline static int32_t get_offset_of_platformID_5() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___platformID_5)); } inline int32_t get_platformID_5() const { return ___platformID_5; } inline int32_t* get_address_of_platformID_5() { return &___platformID_5; } inline void set_platformID_5(int32_t value) { ___platformID_5 = value; } inline static int32_t get_offset_of_axisCSBridge_6() { return static_cast(offsetof(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7, ___axisCSBridge_6)); } inline o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * get_axisCSBridge_6() const { return ___axisCSBridge_6; } inline o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 ** get_address_of_axisCSBridge_6() { return &___axisCSBridge_6; } inline void set_axisCSBridge_6(o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 * value) { ___axisCSBridge_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___axisCSBridge_6), (void*)value); } }; // o09AxisCSBridge struct o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14 : public RuntimeObject { public: // o0.Bow.o09AxisCS o09AxisCSBridge::o09AxisCS o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * ___o09AxisCS_0; public: inline static int32_t get_offset_of_o09AxisCS_0() { return static_cast(offsetof(o09AxisCSBridge_t9F568D2D9166158531B03D53FB5BA77D20CC3E14, ___o09AxisCS_0)); } inline o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * get_o09AxisCS_0() const { return ___o09AxisCS_0; } inline o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A ** get_address_of_o09AxisCS_0() { return &___o09AxisCS_0; } inline void set_o09AxisCS_0(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A * value) { ___o09AxisCS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___o09AxisCS_0), (void*)value); } }; // AutoConnectBLE/d__6 struct U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046 : public RuntimeObject { public: // System.Int32 AutoConnectBLE/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AutoConnectBLE/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CConnectBLEU3Ed__6_tD93E08DA85BB2F0F6E9CD982212B228423F64046, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } }; // AutoConnectBLE/d__7 struct U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B : public RuntimeObject { public: // System.Int32 AutoConnectBLE/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AutoConnectBLE/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CConnectBleUDPU3Ed__7_tDF9B735A49A40A30005E0D2FF6EAE9D39B93624B, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } }; // AutoConnectBLE/d__5 struct U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC : public RuntimeObject { public: // System.Int32 AutoConnectBLE/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AutoConnectBLE/d__5::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BluetoothHolder AutoConnectBLE/d__5::bluetoothHolder BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * ___bluetoothHolder_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_bluetoothHolder_2() { return static_cast(offsetof(U3CShowDebugViewU3Ed__5_t2EED8F3F016F4DC72189884276E33A79CB9C86CC, ___bluetoothHolder_2)); } inline BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * get_bluetoothHolder_2() const { return ___bluetoothHolder_2; } inline BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 ** get_address_of_bluetoothHolder_2() { return &___bluetoothHolder_2; } inline void set_bluetoothHolder_2(BluetoothHolder_t4DBEA50E009298B24F00D5EA5D46D2822395FD51 * value) { ___bluetoothHolder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHolder_2), (void*)value); } }; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition struct ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C : public RuntimeObject { public: // UnityEngine.Shader UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition::original Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___original_0; // UnityEngine.Shader UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition::replacement Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___replacement_1; public: inline static int32_t get_offset_of_original_0() { return static_cast(offsetof(ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C, ___original_0)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_original_0() const { return ___original_0; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_original_0() { return &___original_0; } inline void set_original_0(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___original_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_0), (void*)value); } inline static int32_t get_offset_of_replacement_1() { return static_cast(offsetof(ReplacementDefinition_t9C91365420D2568E8169F812EABF6C641C628B7C, ___replacement_1)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_replacement_1() const { return ___replacement_1; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_replacement_1() { return &___replacement_1; } inline void set_replacement_1(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___replacement_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacement_1), (void*)value); } }; // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList struct ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207 : public RuntimeObject { public: // UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementDefinition[] UnityStandardAssets.Utility.AutoMobileShaderSwitch/ReplacementList::items ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* ___items_0; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(ReplacementList_tE2C42A75379CF437E9F058991BEEF55400A73207, ___items_0)); } inline ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* get_items_0() const { return ___items_0; } inline ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213** get_address_of_items_0() { return &___items_0; } inline void set_items_0(ReplacementDefinitionU5BU5D_t381DBC156219A3B760D10520F8794FF83666F213* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } }; // Axis663Handler/d__14 struct U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615 : public RuntimeObject { public: // System.Int32 Axis663Handler/d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis663Handler/d__14::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis663Handler Axis663Handler/d__14::<>4__this Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveGyrU3Ed__14_t7772039119A49BFA7A6150144B6A39005EFE3615, ___U3CU3E4__this_2)); } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis663Handler/d__15 struct U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706 : public RuntimeObject { public: // System.Int32 Axis663Handler/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis663Handler/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis663Handler Axis663Handler/d__15::<>4__this Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveMagU3Ed__15_t72F20192AC499FC855107F416F2D930D0B618706, ___U3CU3E4__this_2)); } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9Handler/d__17 struct U3CSaveGyrU3Ed__17_t525ED5666613BE7B6A8C79C6FD1CDDEE2F13AF7A : public RuntimeObject { public: // System.Int32 Axis9Handler/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9Handler/d__17::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9Handler Axis9Handler/d__17::<>4__this Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveGyrU3Ed__17_t525ED5666613BE7B6A8C79C6FD1CDDEE2F13AF7A, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveGyrU3Ed__17_t525ED5666613BE7B6A8C79C6FD1CDDEE2F13AF7A, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveGyrU3Ed__17_t525ED5666613BE7B6A8C79C6FD1CDDEE2F13AF7A, ___U3CU3E4__this_2)); } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9Handler/d__18 struct U3CSaveMagU3Ed__18_t1D2EB4C7ADC1319CFD6DDAAF66C8B14D1A61601E : public RuntimeObject { public: // System.Int32 Axis9Handler/d__18::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9Handler/d__18::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9Handler Axis9Handler/d__18::<>4__this Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveMagU3Ed__18_t1D2EB4C7ADC1319CFD6DDAAF66C8B14D1A61601E, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveMagU3Ed__18_t1D2EB4C7ADC1319CFD6DDAAF66C8B14D1A61601E, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveMagU3Ed__18_t1D2EB4C7ADC1319CFD6DDAAF66C8B14D1A61601E, ___U3CU3E4__this_2)); } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9NopackHandler/d__20 struct U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0 : public RuntimeObject { public: // System.Int32 Axis9NopackHandler/d__20::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9NopackHandler/d__20::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9NopackHandler Axis9NopackHandler/d__20::<>4__this Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveGyrU3Ed__20_tCFA092032BB53CB0A4E40C3AC99895E7A14543D0, ___U3CU3E4__this_2)); } inline Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Axis9NopackHandler/d__21 struct U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C : public RuntimeObject { public: // System.Int32 Axis9NopackHandler/d__21::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Axis9NopackHandler/d__21::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Axis9NopackHandler Axis9NopackHandler/d__21::<>4__this Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C, ___U3CU3E4__this_2)); } inline Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BLEServicesManager/<>c struct U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 : public RuntimeObject { public: public: }; struct U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields { public: // BLEServicesManager/<>c BLEServicesManager/<>c::<>9 U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * ___U3CU3E9_0; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents BLEServicesManager/<>c::<>9__2_1 BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___U3CU3E9__2_1_1; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent BLEServicesManager/<>c::<>9__2_2 BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * ___U3CU3E9__2_2_2; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent BLEServicesManager/<>c::<>9__2_3 BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * ___U3CU3E9__2_3_3; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent BLEServicesManager/<>c::<>9__2_4 BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * ___U3CU3E9__2_4_4; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_1() { return static_cast(offsetof(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields, ___U3CU3E9__2_1_1)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_U3CU3E9__2_1_1() const { return ___U3CU3E9__2_1_1; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_U3CU3E9__2_1_1() { return &___U3CU3E9__2_1_1; } inline void set_U3CU3E9__2_1_1(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___U3CU3E9__2_1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_2_2() { return static_cast(offsetof(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields, ___U3CU3E9__2_2_2)); } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * get_U3CU3E9__2_2_2() const { return ___U3CU3E9__2_2_2; } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA ** get_address_of_U3CU3E9__2_2_2() { return &___U3CU3E9__2_2_2; } inline void set_U3CU3E9__2_2_2(BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * value) { ___U3CU3E9__2_2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_2_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_3_3() { return static_cast(offsetof(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields, ___U3CU3E9__2_3_3)); } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * get_U3CU3E9__2_3_3() const { return ___U3CU3E9__2_3_3; } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A ** get_address_of_U3CU3E9__2_3_3() { return &___U3CU3E9__2_3_3; } inline void set_U3CU3E9__2_3_3(BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * value) { ___U3CU3E9__2_3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_3_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_4_4() { return static_cast(offsetof(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields, ___U3CU3E9__2_4_4)); } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * get_U3CU3E9__2_4_4() const { return ___U3CU3E9__2_4_4; } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD ** get_address_of_U3CU3E9__2_4_4() { return &___U3CU3E9__2_4_4; } inline void set_U3CU3E9__2_4_4(BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * value) { ___U3CU3E9__2_4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_4_4), (void*)value); } }; // BTManager/d__7 struct U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B : public RuntimeObject { public: // System.Int32 BTManager/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BTManager/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BTManager BTManager/d__7::<>4__this BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * ___U3CU3E4__this_2; // System.Byte[] BTManager/d__7::5__2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3Cturn_onU3E5__2_3; // System.Byte[] BTManager/d__7::5__3 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3Cturn_offU3E5__3_4; // System.Byte BTManager/d__7::5__4 uint8_t ___U3CiU3E5__4_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B, ___U3CU3E4__this_2)); } inline BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3Cturn_onU3E5__2_3() { return static_cast(offsetof(U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B, ___U3Cturn_onU3E5__2_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3Cturn_onU3E5__2_3() const { return ___U3Cturn_onU3E5__2_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3Cturn_onU3E5__2_3() { return &___U3Cturn_onU3E5__2_3; } inline void set_U3Cturn_onU3E5__2_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3Cturn_onU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3Cturn_onU3E5__2_3), (void*)value); } inline static int32_t get_offset_of_U3Cturn_offU3E5__3_4() { return static_cast(offsetof(U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B, ___U3Cturn_offU3E5__3_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3Cturn_offU3E5__3_4() const { return ___U3Cturn_offU3E5__3_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3Cturn_offU3E5__3_4() { return &___U3Cturn_offU3E5__3_4; } inline void set_U3Cturn_offU3E5__3_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3Cturn_offU3E5__3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3Cturn_offU3E5__3_4), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__4_5() { return static_cast(offsetof(U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B, ___U3CiU3E5__4_5)); } inline uint8_t get_U3CiU3E5__4_5() const { return ___U3CiU3E5__4_5; } inline uint8_t* get_address_of_U3CiU3E5__4_5() { return &___U3CiU3E5__4_5; } inline void set_U3CiU3E5__4_5(uint8_t value) { ___U3CiU3E5__4_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource struct BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::mSecureRandom SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___mSecureRandom_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::mPredictionResistant bool ___mPredictionResistant_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::mEntropySize int32_t ___mEntropySize_2; public: inline static int32_t get_offset_of_mSecureRandom_0() { return static_cast(offsetof(BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847, ___mSecureRandom_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_mSecureRandom_0() const { return ___mSecureRandom_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_mSecureRandom_0() { return &___mSecureRandom_0; } inline void set_mSecureRandom_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___mSecureRandom_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecureRandom_0), (void*)value); } inline static int32_t get_offset_of_mPredictionResistant_1() { return static_cast(offsetof(BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847, ___mPredictionResistant_1)); } inline bool get_mPredictionResistant_1() const { return ___mPredictionResistant_1; } inline bool* get_address_of_mPredictionResistant_1() { return &___mPredictionResistant_1; } inline void set_mPredictionResistant_1(bool value) { ___mPredictionResistant_1 = value; } inline static int32_t get_offset_of_mEntropySize_2() { return static_cast(offsetof(BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847, ___mEntropySize_2)); } inline int32_t get_mEntropySize_2() const { return ___mEntropySize_2; } inline int32_t* get_address_of_mEntropySize_2() { return &___mEntropySize_2; } inline void set_mEntropySize_2(int32_t value) { ___mEntropySize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject struct ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::certId CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::certStatus CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * ___certStatus_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::thisUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::nextUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_4; public: inline static int32_t get_offset_of_certId_0() { return static_cast(offsetof(ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F, ___certId_0)); } inline CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * get_certId_0() const { return ___certId_0; } inline CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 ** get_address_of_certId_0() { return &___certId_0; } inline void set_certId_0(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * value) { ___certId_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certId_0), (void*)value); } inline static int32_t get_offset_of_certStatus_1() { return static_cast(offsetof(ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F, ___certStatus_1)); } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * get_certStatus_1() const { return ___certStatus_1; } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 ** get_address_of_certStatus_1() { return &___certStatus_1; } inline void set_certStatus_1(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * value) { ___certStatus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___certStatus_1), (void*)value); } inline static int32_t get_offset_of_thisUpdate_2() { return static_cast(offsetof(ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F, ___thisUpdate_2)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_thisUpdate_2() const { return ___thisUpdate_2; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_thisUpdate_2() { return &___thisUpdate_2; } inline void set_thisUpdate_2(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___thisUpdate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___thisUpdate_2), (void*)value); } inline static int32_t get_offset_of_nextUpdate_3() { return static_cast(offsetof(ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F, ___nextUpdate_3)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_nextUpdate_3() const { return ___nextUpdate_3; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_nextUpdate_3() { return &___nextUpdate_3; } inline void set_nextUpdate_3(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___nextUpdate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextUpdate_3), (void*)value); } inline static int32_t get_offset_of_extensions_4() { return static_cast(offsetof(ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F, ___extensions_4)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_4() const { return ___extensions_4; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_4() { return &___extensions_4; } inline void set_extensions_4(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_4), (void*)value); } }; // UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis struct VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 : public RuntimeObject { public: // System.String UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::m_Value float ___m_Value_1; // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::k__BackingField bool ___U3CmatchWithInputManagerU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_U3CmatchWithInputManagerU3Ek__BackingField_2() { return static_cast(offsetof(VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7, ___U3CmatchWithInputManagerU3Ek__BackingField_2)); } inline bool get_U3CmatchWithInputManagerU3Ek__BackingField_2() const { return ___U3CmatchWithInputManagerU3Ek__BackingField_2; } inline bool* get_address_of_U3CmatchWithInputManagerU3Ek__BackingField_2() { return &___U3CmatchWithInputManagerU3Ek__BackingField_2; } inline void set_U3CmatchWithInputManagerU3Ek__BackingField_2(bool value) { ___U3CmatchWithInputManagerU3Ek__BackingField_2 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t12A38750B0E9C4F0856DF14B92AD88819A3310B6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * ___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 ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t12A38750B0E9C4F0856DF14B92AD88819A3310B6, ___list_0)); } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * get_list_0() const { return ___list_0; } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t12A38750B0E9C4F0856DF14B92AD88819A3310B6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t12A38750B0E9C4F0856DF14B92AD88819A3310B6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t12A38750B0E9C4F0856DF14B92AD88819A3310B6, ___current_3)); } inline ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 * get_current_3() const { return ___current_3; } inline ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::_list LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ____list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::_node LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ____node_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.LinkedList`1/Enumerator::_current BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * ____current_3; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_index int32_t ____index_4; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____list_0)); } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * get__list_0() const { return ____list_0; } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__node_1() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____node_1)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get__node_1() const { return ____node_1; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of__node_1() { return &____node_1; } inline void set__node_1(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ____node_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____current_3)); } inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * get__current_3() const { return ____current_3; } inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } }; // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::_list LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * ____list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::_node LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * ____node_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.LinkedList`1/Enumerator::_current BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ____current_3; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_index int32_t ____index_4; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____list_0)); } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * get__list_0() const { return ____list_0; } inline LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(LinkedList_1_t3656FF46586A1EDB68EC68E62D94A1284314CC08 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__node_1() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____node_1)); } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * get__node_1() const { return ____node_1; } inline LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 ** get_address_of__node_1() { return &____node_1; } inline void set__node_1(LinkedListNode_1_tF40B0719F8838F79333922567D1CFDB4B3B71904 * value) { ____node_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____current_3)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get__current_3() const { return ____current_3; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(Enumerator_t798BE184229895CEBE1EA4E63709DBA660A3460C, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * ___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 BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___list_0)); } inline List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * get_list_0() const { return ___list_0; } inline List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFD38E11A811DED19252DF7684390FF692DB525C5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t45A82901819006B9A7ADA1749AE31E33D0AF8AF2, ___current_3)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_current_3() const { return ___current_3; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1/Enumerator struct Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedList`1/Enumerator::_list LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * ____list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1/Enumerator::_node LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ____node_1; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.LinkedList`1/Enumerator::_current RuntimeObject * ____current_3; // System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_index int32_t ____index_4; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____list_0)); } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * get__list_0() const { return ____list_0; } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } inline static int32_t get_offset_of__node_1() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____node_1)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get__node_1() const { return ____node_1; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of__node_1() { return &____node_1; } inline void set__node_1(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ____node_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } inline static int32_t get_offset_of__index_4() { return static_cast(offsetof(Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B, ____index_4)); } inline int32_t get__index_4() const { return ____index_4; } inline int32_t* get_address_of__index_4() { return &____index_4; } inline void set__index_4(int32_t value) { ____index_4 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___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; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * ___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 Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___list_0)); } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * get_list_0() const { return ___list_0; } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t52D4CF252092ED18FE5D1ECD1AAA32AD4A90A6E1, ___current_3)); } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * get_current_3() const { return ___current_3; } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t6499F4901C353E94FE019AD9B0286E5F8E2DE968 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * ___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 SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t6499F4901C353E94FE019AD9B0286E5F8E2DE968, ___list_0)); } inline List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * get_list_0() const { return ___list_0; } inline List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t6499F4901C353E94FE019AD9B0286E5F8E2DE968, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t6499F4901C353E94FE019AD9B0286E5F8E2DE968, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t6499F4901C353E94FE019AD9B0286E5F8E2DE968, ___current_3)); } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * get_current_3() const { return ___current_3; } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t8830EFEBB89AAF6448CE37E4704C6CE207CF8DE7 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 * ___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 TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t8830EFEBB89AAF6448CE37E4704C6CE207CF8DE7, ___list_0)); } inline List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 * get_list_0() const { return ___list_0; } inline List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t8830EFEBB89AAF6448CE37E4704C6CE207CF8DE7, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t8830EFEBB89AAF6448CE37E4704C6CE207CF8DE7, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t8830EFEBB89AAF6448CE37E4704C6CE207CF8DE7, ___current_3)); } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * get_current_3() const { return ___current_3; } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey RuntimeObject * ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___currentKey_3)); } inline RuntimeObject * get_currentKey_3() const { return ___currentKey_3; } inline RuntimeObject ** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(RuntimeObject * value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue RuntimeObject * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___currentValue_3)); } inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; } inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(RuntimeObject * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator> struct Enumerator_t59CED24C25ACDAA9087B149B1D82BCA4399E1320 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey String_t* ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t59CED24C25ACDAA9087B149B1D82BCA4399E1320, ___dictionary_0)); } inline Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t59CED24C25ACDAA9087B149B1D82BCA4399E1320, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t59CED24C25ACDAA9087B149B1D82BCA4399E1320, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_t59CED24C25ACDAA9087B149B1D82BCA4399E1320, ___currentKey_3)); } inline String_t* get_currentKey_3() const { return ___currentKey_3; } inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(String_t* value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator> struct Enumerator_tD8B7F02AB5C485F9FD85E710BA4EA612A71FDC4B { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tD8B7F02AB5C485F9FD85E710BA4EA612A71FDC4B, ___dictionary_0)); } inline Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t634BEC2657ECADC6B8CCB37211B012394186EA38 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD8B7F02AB5C485F9FD85E710BA4EA612A71FDC4B, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tD8B7F02AB5C485F9FD85E710BA4EA612A71FDC4B, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tD8B7F02AB5C485F9FD85E710BA4EA612A71FDC4B, ___currentValue_3)); } inline List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 * get_currentValue_3() const { return ___currentValue_3; } inline List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(List_1_t53B4EEBCD820771D733A3395524923A7FD2EE906 * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_tB1FD7C87FFC74EDE29FE9497304788EC5846ACB7 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey String_t* ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tB1FD7C87FFC74EDE29FE9497304788EC5846ACB7, ___dictionary_0)); } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB1FD7C87FFC74EDE29FE9497304788EC5846ACB7, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB1FD7C87FFC74EDE29FE9497304788EC5846ACB7, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_tB1FD7C87FFC74EDE29FE9497304788EC5846ACB7, ___currentKey_3)); } inline String_t* get_currentKey_3() const { return ___currentKey_3; } inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(String_t* value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tFAE1132290599214285A74DBD232B0F91B22EADF { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tFAE1132290599214285A74DBD232B0F91B22EADF, ___dictionary_0)); } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tFAE1132290599214285A74DBD232B0F91B22EADF, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tFAE1132290599214285A74DBD232B0F91B22EADF, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tFAE1132290599214285A74DBD232B0F91B22EADF, ___currentValue_3)); } inline ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * get_currentValue_3() const { return ___currentValue_3; } inline ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t1E042C7AEFFE931E36FFEFBB1FDB023AB3369F63 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey String_t* ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1E042C7AEFFE931E36FFEFBB1FDB023AB3369F63, ___dictionary_0)); } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t1E042C7AEFFE931E36FFEFBB1FDB023AB3369F63, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t1E042C7AEFFE931E36FFEFBB1FDB023AB3369F63, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_t1E042C7AEFFE931E36FFEFBB1FDB023AB3369F63, ___currentKey_3)); } inline String_t* get_currentKey_3() const { return ___currentKey_3; } inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(String_t* value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t12FB75187B802F4A6FC6337FEE69851467B780DB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t12FB75187B802F4A6FC6337FEE69851467B780DB, ___dictionary_0)); } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t95BA9601D9FDD6215BDBD71FFB51A6EC427C6522 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t12FB75187B802F4A6FC6337FEE69851467B780DB, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t12FB75187B802F4A6FC6337FEE69851467B780DB, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t12FB75187B802F4A6FC6337FEE69851467B780DB, ___currentValue_3)); } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * get_currentValue_3() const { return ___currentValue_3; } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator> struct Enumerator_t409AFED94F876D877ECE6CBE5EBD752DF70F73FC { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey Type_t * ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t409AFED94F876D877ECE6CBE5EBD752DF70F73FC, ___dictionary_0)); } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t409AFED94F876D877ECE6CBE5EBD752DF70F73FC, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t409AFED94F876D877ECE6CBE5EBD752DF70F73FC, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_t409AFED94F876D877ECE6CBE5EBD752DF70F73FC, ___currentKey_3)); } inline Type_t * get_currentKey_3() const { return ___currentKey_3; } inline Type_t ** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(Type_t * value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Type_t * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98, ___key_0)); } inline Type_t * get_key_0() const { return ___key_0; } inline Type_t ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(Type_t * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98, ___value_1)); } inline List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * get_value_1() const { return ___value_1; } inline List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_tB38CF4DE479209622954D4612CD77F5DA39BF739 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // o0.Geometry.Vector`1 struct Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC { public: // T o0.Geometry.Vector`1::x int32_t ___x_0; // T o0.Geometry.Vector`1::y int32_t ___y_1; // T o0.Geometry.Vector`1::z int32_t ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___z_2)); } inline int32_t get_z_2() const { return ___z_2; } inline int32_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(int32_t value) { ___z_2 = value; } }; struct Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription struct AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::accessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___accessMethod_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::accessLocation GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___accessLocation_5; public: inline static int32_t get_offset_of_accessMethod_4() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013, ___accessMethod_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_accessMethod_4() const { return ___accessMethod_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_accessMethod_4() { return &___accessMethod_4; } inline void set_accessMethod_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___accessMethod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___accessMethod_4), (void*)value); } inline static int32_t get_offset_of_accessLocation_5() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013, ___accessLocation_5)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_accessLocation_5() const { return ___accessLocation_5; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_accessLocation_5() { return &___accessLocation_5; } inline void set_accessLocation_5(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___accessLocation_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___accessLocation_5), (void*)value); } }; struct AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::IdADCAIssuers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADCAIssuers_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::IdADOcsp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADOcsp_3; public: inline static int32_t get_offset_of_IdADCAIssuers_2() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields, ___IdADCAIssuers_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADCAIssuers_2() const { return ___IdADCAIssuers_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADCAIssuers_2() { return &___IdADCAIssuers_2; } inline void set_IdADCAIssuers_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADCAIssuers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADCAIssuers_2), (void*)value); } inline static int32_t get_offset_of_IdADOcsp_3() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields, ___IdADOcsp_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADOcsp_3() const { return ___IdADOcsp_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADOcsp_3() { return &___IdADOcsp_3; } inline void set_IdADOcsp_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADOcsp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADOcsp_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // DragonBones.AnimationDB struct AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Single DragonBones.AnimationDB::timeScale float ___timeScale_5; // System.Boolean DragonBones.AnimationDB::_lockUpdate bool ____lockUpdate_6; // System.Boolean DragonBones.AnimationDB::_animationDirty bool ____animationDirty_7; // System.Single DragonBones.AnimationDB::_inheritTimeScale float ____inheritTimeScale_8; // System.Collections.Generic.List`1 DragonBones.AnimationDB::_animationNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____animationNames_9; // System.Collections.Generic.List`1 DragonBones.AnimationDB::_animationStates List_1_t0A797760DCE8F990BFD150EEB031808D5F9269E8 * ____animationStates_10; // System.Collections.Generic.Dictionary`2 DragonBones.AnimationDB::_animations Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * ____animations_11; // DragonBones.Armature DragonBones.AnimationDB::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_12; // DragonBones.AnimationConfig DragonBones.AnimationDB::_animationConfig AnimationConfig_t2C1CA555B3FD752549C7C849BBD912ACF8DD4482 * ____animationConfig_13; // DragonBones.AnimationState DragonBones.AnimationDB::_lastAnimationState AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * ____lastAnimationState_14; public: inline static int32_t get_offset_of_timeScale_5() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ___timeScale_5)); } inline float get_timeScale_5() const { return ___timeScale_5; } inline float* get_address_of_timeScale_5() { return &___timeScale_5; } inline void set_timeScale_5(float value) { ___timeScale_5 = value; } inline static int32_t get_offset_of__lockUpdate_6() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____lockUpdate_6)); } inline bool get__lockUpdate_6() const { return ____lockUpdate_6; } inline bool* get_address_of__lockUpdate_6() { return &____lockUpdate_6; } inline void set__lockUpdate_6(bool value) { ____lockUpdate_6 = value; } inline static int32_t get_offset_of__animationDirty_7() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____animationDirty_7)); } inline bool get__animationDirty_7() const { return ____animationDirty_7; } inline bool* get_address_of__animationDirty_7() { return &____animationDirty_7; } inline void set__animationDirty_7(bool value) { ____animationDirty_7 = value; } inline static int32_t get_offset_of__inheritTimeScale_8() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____inheritTimeScale_8)); } inline float get__inheritTimeScale_8() const { return ____inheritTimeScale_8; } inline float* get_address_of__inheritTimeScale_8() { return &____inheritTimeScale_8; } inline void set__inheritTimeScale_8(float value) { ____inheritTimeScale_8 = value; } inline static int32_t get_offset_of__animationNames_9() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____animationNames_9)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__animationNames_9() const { return ____animationNames_9; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__animationNames_9() { return &____animationNames_9; } inline void set__animationNames_9(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____animationNames_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationNames_9), (void*)value); } inline static int32_t get_offset_of__animationStates_10() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____animationStates_10)); } inline List_1_t0A797760DCE8F990BFD150EEB031808D5F9269E8 * get__animationStates_10() const { return ____animationStates_10; } inline List_1_t0A797760DCE8F990BFD150EEB031808D5F9269E8 ** get_address_of__animationStates_10() { return &____animationStates_10; } inline void set__animationStates_10(List_1_t0A797760DCE8F990BFD150EEB031808D5F9269E8 * value) { ____animationStates_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationStates_10), (void*)value); } inline static int32_t get_offset_of__animations_11() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____animations_11)); } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * get__animations_11() const { return ____animations_11; } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 ** get_address_of__animations_11() { return &____animations_11; } inline void set__animations_11(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * value) { ____animations_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____animations_11), (void*)value); } inline static int32_t get_offset_of__armature_12() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____armature_12)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_12() const { return ____armature_12; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_12() { return &____armature_12; } inline void set__armature_12(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_12), (void*)value); } inline static int32_t get_offset_of__animationConfig_13() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____animationConfig_13)); } inline AnimationConfig_t2C1CA555B3FD752549C7C849BBD912ACF8DD4482 * get__animationConfig_13() const { return ____animationConfig_13; } inline AnimationConfig_t2C1CA555B3FD752549C7C849BBD912ACF8DD4482 ** get_address_of__animationConfig_13() { return &____animationConfig_13; } inline void set__animationConfig_13(AnimationConfig_t2C1CA555B3FD752549C7C849BBD912ACF8DD4482 * value) { ____animationConfig_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationConfig_13), (void*)value); } inline static int32_t get_offset_of__lastAnimationState_14() { return static_cast(offsetof(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A, ____lastAnimationState_14)); } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * get__lastAnimationState_14() const { return ____lastAnimationState_14; } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E ** get_address_of__lastAnimationState_14() { return &____lastAnimationState_14; } inline void set__lastAnimationState_14(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * value) { ____lastAnimationState_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastAnimationState_14), (void*)value); } }; // DragonBones.AnimationData struct AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.UInt32 DragonBones.AnimationData::frameIntOffset uint32_t ___frameIntOffset_5; // System.UInt32 DragonBones.AnimationData::frameFloatOffset uint32_t ___frameFloatOffset_6; // System.UInt32 DragonBones.AnimationData::frameOffset uint32_t ___frameOffset_7; // System.UInt32 DragonBones.AnimationData::frameCount uint32_t ___frameCount_8; // System.UInt32 DragonBones.AnimationData::playTimes uint32_t ___playTimes_9; // System.Single DragonBones.AnimationData::duration float ___duration_10; // System.Single DragonBones.AnimationData::scale float ___scale_11; // System.Single DragonBones.AnimationData::fadeInTime float ___fadeInTime_12; // System.Single DragonBones.AnimationData::cacheFrameRate float ___cacheFrameRate_13; // System.String DragonBones.AnimationData::name String_t* ___name_14; // System.Collections.Generic.List`1 DragonBones.AnimationData::cachedFrames List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 * ___cachedFrames_15; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::boneTimelines Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * ___boneTimelines_16; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::slotTimelines Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * ___slotTimelines_17; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::constraintTimelines Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * ___constraintTimelines_18; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::boneCachedFrameIndices Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * ___boneCachedFrameIndices_19; // System.Collections.Generic.Dictionary`2> DragonBones.AnimationData::slotCachedFrameIndices Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * ___slotCachedFrameIndices_20; // DragonBones.TimelineData DragonBones.AnimationData::actionTimeline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * ___actionTimeline_21; // DragonBones.TimelineData DragonBones.AnimationData::zOrderTimeline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * ___zOrderTimeline_22; // DragonBones.ArmatureData DragonBones.AnimationData::parent ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ___parent_23; public: inline static int32_t get_offset_of_frameIntOffset_5() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameIntOffset_5)); } inline uint32_t get_frameIntOffset_5() const { return ___frameIntOffset_5; } inline uint32_t* get_address_of_frameIntOffset_5() { return &___frameIntOffset_5; } inline void set_frameIntOffset_5(uint32_t value) { ___frameIntOffset_5 = value; } inline static int32_t get_offset_of_frameFloatOffset_6() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameFloatOffset_6)); } inline uint32_t get_frameFloatOffset_6() const { return ___frameFloatOffset_6; } inline uint32_t* get_address_of_frameFloatOffset_6() { return &___frameFloatOffset_6; } inline void set_frameFloatOffset_6(uint32_t value) { ___frameFloatOffset_6 = value; } inline static int32_t get_offset_of_frameOffset_7() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameOffset_7)); } inline uint32_t get_frameOffset_7() const { return ___frameOffset_7; } inline uint32_t* get_address_of_frameOffset_7() { return &___frameOffset_7; } inline void set_frameOffset_7(uint32_t value) { ___frameOffset_7 = value; } inline static int32_t get_offset_of_frameCount_8() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___frameCount_8)); } inline uint32_t get_frameCount_8() const { return ___frameCount_8; } inline uint32_t* get_address_of_frameCount_8() { return &___frameCount_8; } inline void set_frameCount_8(uint32_t value) { ___frameCount_8 = value; } inline static int32_t get_offset_of_playTimes_9() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___playTimes_9)); } inline uint32_t get_playTimes_9() const { return ___playTimes_9; } inline uint32_t* get_address_of_playTimes_9() { return &___playTimes_9; } inline void set_playTimes_9(uint32_t value) { ___playTimes_9 = value; } inline static int32_t get_offset_of_duration_10() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___duration_10)); } inline float get_duration_10() const { return ___duration_10; } inline float* get_address_of_duration_10() { return &___duration_10; } inline void set_duration_10(float value) { ___duration_10 = value; } inline static int32_t get_offset_of_scale_11() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___scale_11)); } inline float get_scale_11() const { return ___scale_11; } inline float* get_address_of_scale_11() { return &___scale_11; } inline void set_scale_11(float value) { ___scale_11 = value; } inline static int32_t get_offset_of_fadeInTime_12() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___fadeInTime_12)); } inline float get_fadeInTime_12() const { return ___fadeInTime_12; } inline float* get_address_of_fadeInTime_12() { return &___fadeInTime_12; } inline void set_fadeInTime_12(float value) { ___fadeInTime_12 = value; } inline static int32_t get_offset_of_cacheFrameRate_13() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___cacheFrameRate_13)); } inline float get_cacheFrameRate_13() const { return ___cacheFrameRate_13; } inline float* get_address_of_cacheFrameRate_13() { return &___cacheFrameRate_13; } inline void set_cacheFrameRate_13(float value) { ___cacheFrameRate_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_14), (void*)value); } inline static int32_t get_offset_of_cachedFrames_15() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___cachedFrames_15)); } inline List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 * get_cachedFrames_15() const { return ___cachedFrames_15; } inline List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 ** get_address_of_cachedFrames_15() { return &___cachedFrames_15; } inline void set_cachedFrames_15(List_1_tD4D2BACE5281B6C85799892C1F12F5F2F81A2DF3 * value) { ___cachedFrames_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFrames_15), (void*)value); } inline static int32_t get_offset_of_boneTimelines_16() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___boneTimelines_16)); } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * get_boneTimelines_16() const { return ___boneTimelines_16; } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD ** get_address_of_boneTimelines_16() { return &___boneTimelines_16; } inline void set_boneTimelines_16(Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * value) { ___boneTimelines_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___boneTimelines_16), (void*)value); } inline static int32_t get_offset_of_slotTimelines_17() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___slotTimelines_17)); } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * get_slotTimelines_17() const { return ___slotTimelines_17; } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD ** get_address_of_slotTimelines_17() { return &___slotTimelines_17; } inline void set_slotTimelines_17(Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * value) { ___slotTimelines_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___slotTimelines_17), (void*)value); } inline static int32_t get_offset_of_constraintTimelines_18() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___constraintTimelines_18)); } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * get_constraintTimelines_18() const { return ___constraintTimelines_18; } inline Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD ** get_address_of_constraintTimelines_18() { return &___constraintTimelines_18; } inline void set_constraintTimelines_18(Dictionary_2_t8600A2BB374B87EA640B1C0066BE42EA3F8C56BD * value) { ___constraintTimelines_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___constraintTimelines_18), (void*)value); } inline static int32_t get_offset_of_boneCachedFrameIndices_19() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___boneCachedFrameIndices_19)); } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * get_boneCachedFrameIndices_19() const { return ___boneCachedFrameIndices_19; } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 ** get_address_of_boneCachedFrameIndices_19() { return &___boneCachedFrameIndices_19; } inline void set_boneCachedFrameIndices_19(Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * value) { ___boneCachedFrameIndices_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___boneCachedFrameIndices_19), (void*)value); } inline static int32_t get_offset_of_slotCachedFrameIndices_20() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___slotCachedFrameIndices_20)); } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * get_slotCachedFrameIndices_20() const { return ___slotCachedFrameIndices_20; } inline Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 ** get_address_of_slotCachedFrameIndices_20() { return &___slotCachedFrameIndices_20; } inline void set_slotCachedFrameIndices_20(Dictionary_2_t0141BC6966873E9827CA2F0856EF6D6EA51AD929 * value) { ___slotCachedFrameIndices_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___slotCachedFrameIndices_20), (void*)value); } inline static int32_t get_offset_of_actionTimeline_21() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___actionTimeline_21)); } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * get_actionTimeline_21() const { return ___actionTimeline_21; } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D ** get_address_of_actionTimeline_21() { return &___actionTimeline_21; } inline void set_actionTimeline_21(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * value) { ___actionTimeline_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___actionTimeline_21), (void*)value); } inline static int32_t get_offset_of_zOrderTimeline_22() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___zOrderTimeline_22)); } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * get_zOrderTimeline_22() const { return ___zOrderTimeline_22; } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D ** get_address_of_zOrderTimeline_22() { return &___zOrderTimeline_22; } inline void set_zOrderTimeline_22(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * value) { ___zOrderTimeline_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___zOrderTimeline_22), (void*)value); } inline static int32_t get_offset_of_parent_23() { return static_cast(offsetof(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9, ___parent_23)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get_parent_23() const { return ___parent_23; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of_parent_23() { return &___parent_23; } inline void set_parent_23(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ___parent_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_23), (void*)value); } }; // DragonBones.AnimationState struct AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.AnimationState::actionEnabled bool ___actionEnabled_5; // System.Boolean DragonBones.AnimationState::additiveBlending bool ___additiveBlending_6; // System.Boolean DragonBones.AnimationState::displayControl bool ___displayControl_7; // System.Boolean DragonBones.AnimationState::resetToPose bool ___resetToPose_8; // System.Int32 DragonBones.AnimationState::playTimes int32_t ___playTimes_9; // System.Int32 DragonBones.AnimationState::layer int32_t ___layer_10; // System.Single DragonBones.AnimationState::timeScale float ___timeScale_11; // System.Single DragonBones.AnimationState::weight float ___weight_12; // System.Single DragonBones.AnimationState::autoFadeOutTime float ___autoFadeOutTime_13; // System.Single DragonBones.AnimationState::fadeTotalTime float ___fadeTotalTime_14; // System.String DragonBones.AnimationState::name String_t* ___name_15; // System.String DragonBones.AnimationState::group String_t* ___group_16; // System.Int32 DragonBones.AnimationState::_timelineDirty int32_t ____timelineDirty_17; // System.Int32 DragonBones.AnimationState::_playheadState int32_t ____playheadState_18; // System.Int32 DragonBones.AnimationState::_fadeState int32_t ____fadeState_19; // System.Int32 DragonBones.AnimationState::_subFadeState int32_t ____subFadeState_20; // System.Single DragonBones.AnimationState::_position float ____position_21; // System.Single DragonBones.AnimationState::_duration float ____duration_22; // System.Single DragonBones.AnimationState::_fadeTime float ____fadeTime_23; // System.Single DragonBones.AnimationState::_time float ____time_24; // System.Single DragonBones.AnimationState::_fadeProgress float ____fadeProgress_25; // System.Single DragonBones.AnimationState::_weightResult float ____weightResult_26; // DragonBones.BlendState DragonBones.AnimationState::_blendState BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * ____blendState_27; // System.Collections.Generic.List`1 DragonBones.AnimationState::_boneMask List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____boneMask_28; // System.Collections.Generic.List`1 DragonBones.AnimationState::_boneTimelines List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 * ____boneTimelines_29; // System.Collections.Generic.List`1 DragonBones.AnimationState::_slotTimelines List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 * ____slotTimelines_30; // System.Collections.Generic.List`1 DragonBones.AnimationState::_constraintTimelines List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E * ____constraintTimelines_31; // System.Collections.Generic.List`1 DragonBones.AnimationState::_poseTimelines List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 * ____poseTimelines_32; // System.Collections.Generic.Dictionary`2 DragonBones.AnimationState::_bonePoses Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 * ____bonePoses_33; // DragonBones.AnimationData DragonBones.AnimationState::_animationData AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * ____animationData_34; // DragonBones.Armature DragonBones.AnimationState::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_35; // DragonBones.ActionTimelineState DragonBones.AnimationState::_actionTimeline ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B * ____actionTimeline_36; // DragonBones.ZOrderTimelineState DragonBones.AnimationState::_zOrderTimeline ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF * ____zOrderTimeline_37; // DragonBones.AnimationState DragonBones.AnimationState::_parent AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * ____parent_38; public: inline static int32_t get_offset_of_actionEnabled_5() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___actionEnabled_5)); } inline bool get_actionEnabled_5() const { return ___actionEnabled_5; } inline bool* get_address_of_actionEnabled_5() { return &___actionEnabled_5; } inline void set_actionEnabled_5(bool value) { ___actionEnabled_5 = value; } inline static int32_t get_offset_of_additiveBlending_6() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___additiveBlending_6)); } inline bool get_additiveBlending_6() const { return ___additiveBlending_6; } inline bool* get_address_of_additiveBlending_6() { return &___additiveBlending_6; } inline void set_additiveBlending_6(bool value) { ___additiveBlending_6 = value; } inline static int32_t get_offset_of_displayControl_7() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___displayControl_7)); } inline bool get_displayControl_7() const { return ___displayControl_7; } inline bool* get_address_of_displayControl_7() { return &___displayControl_7; } inline void set_displayControl_7(bool value) { ___displayControl_7 = value; } inline static int32_t get_offset_of_resetToPose_8() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___resetToPose_8)); } inline bool get_resetToPose_8() const { return ___resetToPose_8; } inline bool* get_address_of_resetToPose_8() { return &___resetToPose_8; } inline void set_resetToPose_8(bool value) { ___resetToPose_8 = value; } inline static int32_t get_offset_of_playTimes_9() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___playTimes_9)); } inline int32_t get_playTimes_9() const { return ___playTimes_9; } inline int32_t* get_address_of_playTimes_9() { return &___playTimes_9; } inline void set_playTimes_9(int32_t value) { ___playTimes_9 = value; } inline static int32_t get_offset_of_layer_10() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___layer_10)); } inline int32_t get_layer_10() const { return ___layer_10; } inline int32_t* get_address_of_layer_10() { return &___layer_10; } inline void set_layer_10(int32_t value) { ___layer_10 = value; } inline static int32_t get_offset_of_timeScale_11() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___timeScale_11)); } inline float get_timeScale_11() const { return ___timeScale_11; } inline float* get_address_of_timeScale_11() { return &___timeScale_11; } inline void set_timeScale_11(float value) { ___timeScale_11 = value; } inline static int32_t get_offset_of_weight_12() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___weight_12)); } inline float get_weight_12() const { return ___weight_12; } inline float* get_address_of_weight_12() { return &___weight_12; } inline void set_weight_12(float value) { ___weight_12 = value; } inline static int32_t get_offset_of_autoFadeOutTime_13() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___autoFadeOutTime_13)); } inline float get_autoFadeOutTime_13() const { return ___autoFadeOutTime_13; } inline float* get_address_of_autoFadeOutTime_13() { return &___autoFadeOutTime_13; } inline void set_autoFadeOutTime_13(float value) { ___autoFadeOutTime_13 = value; } inline static int32_t get_offset_of_fadeTotalTime_14() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___fadeTotalTime_14)); } inline float get_fadeTotalTime_14() const { return ___fadeTotalTime_14; } inline float* get_address_of_fadeTotalTime_14() { return &___fadeTotalTime_14; } inline void set_fadeTotalTime_14(float value) { ___fadeTotalTime_14 = value; } inline static int32_t get_offset_of_name_15() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___name_15)); } inline String_t* get_name_15() const { return ___name_15; } inline String_t** get_address_of_name_15() { return &___name_15; } inline void set_name_15(String_t* value) { ___name_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_15), (void*)value); } inline static int32_t get_offset_of_group_16() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ___group_16)); } inline String_t* get_group_16() const { return ___group_16; } inline String_t** get_address_of_group_16() { return &___group_16; } inline void set_group_16(String_t* value) { ___group_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___group_16), (void*)value); } inline static int32_t get_offset_of__timelineDirty_17() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____timelineDirty_17)); } inline int32_t get__timelineDirty_17() const { return ____timelineDirty_17; } inline int32_t* get_address_of__timelineDirty_17() { return &____timelineDirty_17; } inline void set__timelineDirty_17(int32_t value) { ____timelineDirty_17 = value; } inline static int32_t get_offset_of__playheadState_18() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____playheadState_18)); } inline int32_t get__playheadState_18() const { return ____playheadState_18; } inline int32_t* get_address_of__playheadState_18() { return &____playheadState_18; } inline void set__playheadState_18(int32_t value) { ____playheadState_18 = value; } inline static int32_t get_offset_of__fadeState_19() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____fadeState_19)); } inline int32_t get__fadeState_19() const { return ____fadeState_19; } inline int32_t* get_address_of__fadeState_19() { return &____fadeState_19; } inline void set__fadeState_19(int32_t value) { ____fadeState_19 = value; } inline static int32_t get_offset_of__subFadeState_20() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____subFadeState_20)); } inline int32_t get__subFadeState_20() const { return ____subFadeState_20; } inline int32_t* get_address_of__subFadeState_20() { return &____subFadeState_20; } inline void set__subFadeState_20(int32_t value) { ____subFadeState_20 = value; } inline static int32_t get_offset_of__position_21() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____position_21)); } inline float get__position_21() const { return ____position_21; } inline float* get_address_of__position_21() { return &____position_21; } inline void set__position_21(float value) { ____position_21 = value; } inline static int32_t get_offset_of__duration_22() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____duration_22)); } inline float get__duration_22() const { return ____duration_22; } inline float* get_address_of__duration_22() { return &____duration_22; } inline void set__duration_22(float value) { ____duration_22 = value; } inline static int32_t get_offset_of__fadeTime_23() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____fadeTime_23)); } inline float get__fadeTime_23() const { return ____fadeTime_23; } inline float* get_address_of__fadeTime_23() { return &____fadeTime_23; } inline void set__fadeTime_23(float value) { ____fadeTime_23 = value; } inline static int32_t get_offset_of__time_24() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____time_24)); } inline float get__time_24() const { return ____time_24; } inline float* get_address_of__time_24() { return &____time_24; } inline void set__time_24(float value) { ____time_24 = value; } inline static int32_t get_offset_of__fadeProgress_25() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____fadeProgress_25)); } inline float get__fadeProgress_25() const { return ____fadeProgress_25; } inline float* get_address_of__fadeProgress_25() { return &____fadeProgress_25; } inline void set__fadeProgress_25(float value) { ____fadeProgress_25 = value; } inline static int32_t get_offset_of__weightResult_26() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____weightResult_26)); } inline float get__weightResult_26() const { return ____weightResult_26; } inline float* get_address_of__weightResult_26() { return &____weightResult_26; } inline void set__weightResult_26(float value) { ____weightResult_26 = value; } inline static int32_t get_offset_of__blendState_27() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____blendState_27)); } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * get__blendState_27() const { return ____blendState_27; } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE ** get_address_of__blendState_27() { return &____blendState_27; } inline void set__blendState_27(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * value) { ____blendState_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____blendState_27), (void*)value); } inline static int32_t get_offset_of__boneMask_28() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____boneMask_28)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__boneMask_28() const { return ____boneMask_28; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__boneMask_28() { return &____boneMask_28; } inline void set__boneMask_28(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____boneMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____boneMask_28), (void*)value); } inline static int32_t get_offset_of__boneTimelines_29() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____boneTimelines_29)); } inline List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 * get__boneTimelines_29() const { return ____boneTimelines_29; } inline List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 ** get_address_of__boneTimelines_29() { return &____boneTimelines_29; } inline void set__boneTimelines_29(List_1_tE9D4B1308758B015E7896CFC7B7539E7BA125A52 * value) { ____boneTimelines_29 = value; Il2CppCodeGenWriteBarrier((void**)(&____boneTimelines_29), (void*)value); } inline static int32_t get_offset_of__slotTimelines_30() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____slotTimelines_30)); } inline List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 * get__slotTimelines_30() const { return ____slotTimelines_30; } inline List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 ** get_address_of__slotTimelines_30() { return &____slotTimelines_30; } inline void set__slotTimelines_30(List_1_t49E0D36FEF6F7F303A2639D59E5E4BC720E21443 * value) { ____slotTimelines_30 = value; Il2CppCodeGenWriteBarrier((void**)(&____slotTimelines_30), (void*)value); } inline static int32_t get_offset_of__constraintTimelines_31() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____constraintTimelines_31)); } inline List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E * get__constraintTimelines_31() const { return ____constraintTimelines_31; } inline List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E ** get_address_of__constraintTimelines_31() { return &____constraintTimelines_31; } inline void set__constraintTimelines_31(List_1_tA9C6A826FF8894E1473AECD79B02D415610E1E0E * value) { ____constraintTimelines_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____constraintTimelines_31), (void*)value); } inline static int32_t get_offset_of__poseTimelines_32() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____poseTimelines_32)); } inline List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 * get__poseTimelines_32() const { return ____poseTimelines_32; } inline List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 ** get_address_of__poseTimelines_32() { return &____poseTimelines_32; } inline void set__poseTimelines_32(List_1_tB80B48012D1DE98AB4A4278987A96DCDAB63BE17 * value) { ____poseTimelines_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____poseTimelines_32), (void*)value); } inline static int32_t get_offset_of__bonePoses_33() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____bonePoses_33)); } inline Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 * get__bonePoses_33() const { return ____bonePoses_33; } inline Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 ** get_address_of__bonePoses_33() { return &____bonePoses_33; } inline void set__bonePoses_33(Dictionary_2_tF0C151F99B9B255CCACEC634462B2A4E94B81155 * value) { ____bonePoses_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____bonePoses_33), (void*)value); } inline static int32_t get_offset_of__animationData_34() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____animationData_34)); } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * get__animationData_34() const { return ____animationData_34; } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 ** get_address_of__animationData_34() { return &____animationData_34; } inline void set__animationData_34(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * value) { ____animationData_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationData_34), (void*)value); } inline static int32_t get_offset_of__armature_35() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____armature_35)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_35() const { return ____armature_35; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_35() { return &____armature_35; } inline void set__armature_35(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_35), (void*)value); } inline static int32_t get_offset_of__actionTimeline_36() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____actionTimeline_36)); } inline ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B * get__actionTimeline_36() const { return ____actionTimeline_36; } inline ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B ** get_address_of__actionTimeline_36() { return &____actionTimeline_36; } inline void set__actionTimeline_36(ActionTimelineState_t79CB33CE53B76625B651EABA221654B4C956AE3B * value) { ____actionTimeline_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____actionTimeline_36), (void*)value); } inline static int32_t get_offset_of__zOrderTimeline_37() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____zOrderTimeline_37)); } inline ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF * get__zOrderTimeline_37() const { return ____zOrderTimeline_37; } inline ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF ** get_address_of__zOrderTimeline_37() { return &____zOrderTimeline_37; } inline void set__zOrderTimeline_37(ZOrderTimelineState_t2AD5BF4D8D8CDA7B357E37BC7FAF9492F73A24AF * value) { ____zOrderTimeline_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____zOrderTimeline_37), (void*)value); } inline static int32_t get_offset_of__parent_38() { return static_cast(offsetof(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E, ____parent_38)); } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * get__parent_38() const { return ____parent_38; } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E ** get_address_of__parent_38() { return &____parent_38; } inline void set__parent_38(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * value) { ____parent_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_38), (void*)value); } }; // DragonBones.Armature struct Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.Armature::inheritAnimation bool ___inheritAnimation_5; // System.Object DragonBones.Armature::userData RuntimeObject * ___userData_6; // System.Boolean DragonBones.Armature::_lockUpdate bool ____lockUpdate_7; // System.Boolean DragonBones.Armature::_slotsDirty bool ____slotsDirty_8; // System.Boolean DragonBones.Armature::_zOrderDirty bool ____zOrderDirty_9; // System.Boolean DragonBones.Armature::_flipX bool ____flipX_10; // System.Boolean DragonBones.Armature::_flipY bool ____flipY_11; // System.Int32 DragonBones.Armature::_cacheFrameIndex int32_t ____cacheFrameIndex_12; // System.Collections.Generic.List`1 DragonBones.Armature::_bones List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A * ____bones_13; // System.Collections.Generic.List`1 DragonBones.Armature::_slots List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * ____slots_14; // System.Collections.Generic.List`1 DragonBones.Armature::_constraints List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * ____constraints_15; // System.Collections.Generic.List`1 DragonBones.Armature::_actions List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * ____actions_16; // DragonBones.ArmatureData DragonBones.Armature::_armatureData ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ____armatureData_17; // DragonBones.AnimationDB DragonBones.Armature::_animation AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A * ____animation_18; // DragonBones.IArmatureProxy DragonBones.Armature::_proxy RuntimeObject* ____proxy_19; // System.Object DragonBones.Armature::_display RuntimeObject * ____display_20; // DragonBones.TextureAtlasData DragonBones.Armature::_replaceTextureAtlasData TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * ____replaceTextureAtlasData_21; // System.Object DragonBones.Armature::_replacedTexture RuntimeObject * ____replacedTexture_22; // DragonBones.DragonBones DragonBones.Armature::_dragonBones DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * ____dragonBones_23; // DragonBones.WorldClock DragonBones.Armature::_clock WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * ____clock_24; // DragonBones.Slot DragonBones.Armature::_parent Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * ____parent_25; public: inline static int32_t get_offset_of_inheritAnimation_5() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ___inheritAnimation_5)); } inline bool get_inheritAnimation_5() const { return ___inheritAnimation_5; } inline bool* get_address_of_inheritAnimation_5() { return &___inheritAnimation_5; } inline void set_inheritAnimation_5(bool value) { ___inheritAnimation_5 = value; } inline static int32_t get_offset_of_userData_6() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ___userData_6)); } inline RuntimeObject * get_userData_6() const { return ___userData_6; } inline RuntimeObject ** get_address_of_userData_6() { return &___userData_6; } inline void set_userData_6(RuntimeObject * value) { ___userData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_6), (void*)value); } inline static int32_t get_offset_of__lockUpdate_7() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____lockUpdate_7)); } inline bool get__lockUpdate_7() const { return ____lockUpdate_7; } inline bool* get_address_of__lockUpdate_7() { return &____lockUpdate_7; } inline void set__lockUpdate_7(bool value) { ____lockUpdate_7 = value; } inline static int32_t get_offset_of__slotsDirty_8() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____slotsDirty_8)); } inline bool get__slotsDirty_8() const { return ____slotsDirty_8; } inline bool* get_address_of__slotsDirty_8() { return &____slotsDirty_8; } inline void set__slotsDirty_8(bool value) { ____slotsDirty_8 = value; } inline static int32_t get_offset_of__zOrderDirty_9() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____zOrderDirty_9)); } inline bool get__zOrderDirty_9() const { return ____zOrderDirty_9; } inline bool* get_address_of__zOrderDirty_9() { return &____zOrderDirty_9; } inline void set__zOrderDirty_9(bool value) { ____zOrderDirty_9 = value; } inline static int32_t get_offset_of__flipX_10() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____flipX_10)); } inline bool get__flipX_10() const { return ____flipX_10; } inline bool* get_address_of__flipX_10() { return &____flipX_10; } inline void set__flipX_10(bool value) { ____flipX_10 = value; } inline static int32_t get_offset_of__flipY_11() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____flipY_11)); } inline bool get__flipY_11() const { return ____flipY_11; } inline bool* get_address_of__flipY_11() { return &____flipY_11; } inline void set__flipY_11(bool value) { ____flipY_11 = value; } inline static int32_t get_offset_of__cacheFrameIndex_12() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____cacheFrameIndex_12)); } inline int32_t get__cacheFrameIndex_12() const { return ____cacheFrameIndex_12; } inline int32_t* get_address_of__cacheFrameIndex_12() { return &____cacheFrameIndex_12; } inline void set__cacheFrameIndex_12(int32_t value) { ____cacheFrameIndex_12 = value; } inline static int32_t get_offset_of__bones_13() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____bones_13)); } inline List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A * get__bones_13() const { return ____bones_13; } inline List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A ** get_address_of__bones_13() { return &____bones_13; } inline void set__bones_13(List_1_tF1E43011AB0614B670EB6F2FD37F6D93F021532A * value) { ____bones_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____bones_13), (void*)value); } inline static int32_t get_offset_of__slots_14() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____slots_14)); } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * get__slots_14() const { return ____slots_14; } inline List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 ** get_address_of__slots_14() { return &____slots_14; } inline void set__slots_14(List_1_tD5011B3B37F10870ED1FCD07BFCB547839C431F2 * value) { ____slots_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_14), (void*)value); } inline static int32_t get_offset_of__constraints_15() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____constraints_15)); } inline List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * get__constraints_15() const { return ____constraints_15; } inline List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 ** get_address_of__constraints_15() { return &____constraints_15; } inline void set__constraints_15(List_1_tFC7A21B357A2CA14833C1F80F8B0B3E30CA239B6 * value) { ____constraints_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____constraints_15), (void*)value); } inline static int32_t get_offset_of__actions_16() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____actions_16)); } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * get__actions_16() const { return ____actions_16; } inline List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA ** get_address_of__actions_16() { return &____actions_16; } inline void set__actions_16(List_1_t511ED3368709A93A1ABAAFE077E7F1E4AFDEA6CA * value) { ____actions_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____actions_16), (void*)value); } inline static int32_t get_offset_of__armatureData_17() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____armatureData_17)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get__armatureData_17() const { return ____armatureData_17; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of__armatureData_17() { return &____armatureData_17; } inline void set__armatureData_17(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ____armatureData_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____armatureData_17), (void*)value); } inline static int32_t get_offset_of__animation_18() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____animation_18)); } inline AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A * get__animation_18() const { return ____animation_18; } inline AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A ** get_address_of__animation_18() { return &____animation_18; } inline void set__animation_18(AnimationDB_tF70F91FFB479C920940D12539504E8C09E6A671A * value) { ____animation_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____animation_18), (void*)value); } inline static int32_t get_offset_of__proxy_19() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____proxy_19)); } inline RuntimeObject* get__proxy_19() const { return ____proxy_19; } inline RuntimeObject** get_address_of__proxy_19() { return &____proxy_19; } inline void set__proxy_19(RuntimeObject* value) { ____proxy_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____proxy_19), (void*)value); } inline static int32_t get_offset_of__display_20() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____display_20)); } inline RuntimeObject * get__display_20() const { return ____display_20; } inline RuntimeObject ** get_address_of__display_20() { return &____display_20; } inline void set__display_20(RuntimeObject * value) { ____display_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____display_20), (void*)value); } inline static int32_t get_offset_of__replaceTextureAtlasData_21() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____replaceTextureAtlasData_21)); } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * get__replaceTextureAtlasData_21() const { return ____replaceTextureAtlasData_21; } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 ** get_address_of__replaceTextureAtlasData_21() { return &____replaceTextureAtlasData_21; } inline void set__replaceTextureAtlasData_21(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * value) { ____replaceTextureAtlasData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____replaceTextureAtlasData_21), (void*)value); } inline static int32_t get_offset_of__replacedTexture_22() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____replacedTexture_22)); } inline RuntimeObject * get__replacedTexture_22() const { return ____replacedTexture_22; } inline RuntimeObject ** get_address_of__replacedTexture_22() { return &____replacedTexture_22; } inline void set__replacedTexture_22(RuntimeObject * value) { ____replacedTexture_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____replacedTexture_22), (void*)value); } inline static int32_t get_offset_of__dragonBones_23() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____dragonBones_23)); } inline DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * get__dragonBones_23() const { return ____dragonBones_23; } inline DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D ** get_address_of__dragonBones_23() { return &____dragonBones_23; } inline void set__dragonBones_23(DragonBones_t55B72059DE83224550C18D6930D37489D9BABE5D * value) { ____dragonBones_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____dragonBones_23), (void*)value); } inline static int32_t get_offset_of__clock_24() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____clock_24)); } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * get__clock_24() const { return ____clock_24; } inline WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 ** get_address_of__clock_24() { return &____clock_24; } inline void set__clock_24(WorldClock_t7E5935BC6FAF9D62AB7B62BBA3399E6E879B9AF8 * value) { ____clock_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____clock_24), (void*)value); } inline static int32_t get_offset_of__parent_25() { return static_cast(offsetof(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD, ____parent_25)); } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * get__parent_25() const { return ____parent_25; } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE ** get_address_of__parent_25() { return &____parent_25; } inline void set__parent_25(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * value) { ____parent_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_25), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // AttitudeJson struct AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 : public CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AuthenticatedSafe struct AuthenticatedSafe_t05262AA3FF2545528CE2F83A5DFAC25ECB03715E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AuthenticatedSafe::info ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873* ___info_2; public: inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(AuthenticatedSafe_t05262AA3FF2545528CE2F83A5DFAC25ECB03715E, ___info_2)); } inline ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873* get_info_2() const { return ___info_2; } inline ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873** get_address_of_info_2() { return &___info_2; } inline void set_info_2(ContentInfoU5BU5D_tB242C6E38BA3C72A5125CA177D6042A541D63873* value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess struct AuthorityInformationAccess_t74560C674D57BA77CCA296640160904D52D1648E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess::descriptions AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A* ___descriptions_2; public: inline static int32_t get_offset_of_descriptions_2() { return static_cast(offsetof(AuthorityInformationAccess_t74560C674D57BA77CCA296640160904D52D1648E, ___descriptions_2)); } inline AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A* get_descriptions_2() const { return ___descriptions_2; } inline AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A** get_address_of_descriptions_2() { return &___descriptions_2; } inline void set_descriptions_2(AccessDescriptionU5BU5D_tF6DEA990195FFC609E3679607106C1D38A35071A* value) { ___descriptions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___descriptions_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier struct AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier::keyidentifier Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___keyidentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier::certissuer GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___certissuer_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier::certserno DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___certserno_4; public: inline static int32_t get_offset_of_keyidentifier_2() { return static_cast(offsetof(AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92, ___keyidentifier_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_keyidentifier_2() const { return ___keyidentifier_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_keyidentifier_2() { return &___keyidentifier_2; } inline void set_keyidentifier_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___keyidentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyidentifier_2), (void*)value); } inline static int32_t get_offset_of_certissuer_3() { return static_cast(offsetof(AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92, ___certissuer_3)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_certissuer_3() const { return ___certissuer_3; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_certissuer_3() { return &___certissuer_3; } inline void set_certissuer_3(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___certissuer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certissuer_3), (void*)value); } inline static int32_t get_offset_of_certserno_4() { return static_cast(offsetof(AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92, ___certserno_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_certserno_4() const { return ___certserno_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_certserno_4() { return &___certserno_4; } inline void set_certserno_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___certserno_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certserno_4), (void*)value); } }; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E : public AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E, ___m_EventSystem_1)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystem_1), (void*)value); } }; // BestHTTP.Examples.BaseHub struct BaseHub_tCB4F4D72B059021459548FEB54A6F22A46C199CA : public Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 { public: // System.String BestHTTP.Examples.BaseHub::Title String_t* ___Title_7; // BestHTTP.Examples.GUIMessageList BestHTTP.Examples.BaseHub::messages GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * ___messages_8; public: inline static int32_t get_offset_of_Title_7() { return static_cast(offsetof(BaseHub_tCB4F4D72B059021459548FEB54A6F22A46C199CA, ___Title_7)); } inline String_t* get_Title_7() const { return ___Title_7; } inline String_t** get_address_of_Title_7() { return &___Title_7; } inline void set_Title_7(String_t* value) { ___Title_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Title_7), (void*)value); } inline static int32_t get_offset_of_messages_8() { return static_cast(offsetof(BaseHub_tCB4F4D72B059021459548FEB54A6F22A46C199CA, ___messages_8)); } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * get_messages_8() const { return ___messages_8; } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F ** get_address_of_messages_8() { return &___messages_8; } inline void set_messages_8(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * value) { ___messages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::cA DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___cA_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::pathLenConstraint DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pathLenConstraint_3; public: inline static int32_t get_offset_of_cA_2() { return static_cast(offsetof(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C, ___cA_2)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_cA_2() const { return ___cA_2; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_cA_2() { return &___cA_2; } inline void set_cA_2(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___cA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cA_2), (void*)value); } inline static int32_t get_offset_of_pathLenConstraint_3() { return static_cast(offsetof(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C, ___pathLenConstraint_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pathLenConstraint_3() const { return ___pathLenConstraint_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pathLenConstraint_3() { return &___pathLenConstraint_3; } inline void set_pathLenConstraint_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pathLenConstraint_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathLenConstraint_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspResp struct BasicOcspResp_tEB37422790458A1BFED93DBC6BC1FA5ADA635965 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspResp::resp BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * ___resp_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspResp::data ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * ___data_1; public: inline static int32_t get_offset_of_resp_0() { return static_cast(offsetof(BasicOcspResp_tEB37422790458A1BFED93DBC6BC1FA5ADA635965, ___resp_0)); } inline BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * get_resp_0() const { return ___resp_0; } inline BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C ** get_address_of_resp_0() { return &___resp_0; } inline void set_resp_0(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * value) { ___resp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___resp_0), (void*)value); } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(BasicOcspResp_tEB37422790458A1BFED93DBC6BC1FA5ADA635965, ___data_1)); } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * get_data_1() const { return ___data_1; } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse struct BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::tbsResponseData ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * ___tbsResponseData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::signatureAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::signature DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signature_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::certs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certs_5; public: inline static int32_t get_offset_of_tbsResponseData_2() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___tbsResponseData_2)); } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * get_tbsResponseData_2() const { return ___tbsResponseData_2; } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 ** get_address_of_tbsResponseData_2() { return &___tbsResponseData_2; } inline void set_tbsResponseData_2(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * value) { ___tbsResponseData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsResponseData_2), (void*)value); } inline static int32_t get_offset_of_signatureAlgorithm_3() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___signatureAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signatureAlgorithm_3() const { return ___signatureAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signatureAlgorithm_3() { return &___signatureAlgorithm_3; } inline void set_signatureAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signatureAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_signature_4() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___signature_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_signature_4() const { return ___signature_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_signature_4() { return &___signature_4; } inline void set_signature_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___signature_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_4), (void*)value); } inline static int32_t get_offset_of_certs_5() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___certs_5)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_certs_5() const { return ___certs_5; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_certs_5() { return &___certs_5; } inline void set_certs_5(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___certs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator struct BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 : public Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_tagged bool ____tagged_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_isExplicit bool ____isExplicit_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_tagNo int32_t ____tagNo_3; public: inline static int32_t get_offset_of__tagged_1() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____tagged_1)); } inline bool get__tagged_1() const { return ____tagged_1; } inline bool* get_address_of__tagged_1() { return &____tagged_1; } inline void set__tagged_1(bool value) { ____tagged_1 = value; } inline static int32_t get_offset_of__isExplicit_2() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____isExplicit_2)); } inline bool get__isExplicit_2() const { return ____isExplicit_2; } inline bool* get_address_of__isExplicit_2() { return &____isExplicit_2; } inline void set__isExplicit_2(bool value) { ____isExplicit_2 = value; } inline static int32_t get_offset_of__tagNo_3() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____tagNo_3)); } inline int32_t get__tagNo_3() const { return ____tagNo_3; } inline int32_t* get_address_of__tagNo_3() { return &____tagNo_3; } inline void set__tagNo_3(int32_t value) { ____tagNo_3 = value; } }; // DragonBones.BoneData struct BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.BoneData::inheritTranslation bool ___inheritTranslation_5; // System.Boolean DragonBones.BoneData::inheritRotation bool ___inheritRotation_6; // System.Boolean DragonBones.BoneData::inheritScale bool ___inheritScale_7; // System.Boolean DragonBones.BoneData::inheritReflection bool ___inheritReflection_8; // System.Single DragonBones.BoneData::length float ___length_9; // System.String DragonBones.BoneData::name String_t* ___name_10; // DragonBones.TransformDB DragonBones.BoneData::transform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___transform_11; // DragonBones.UserData DragonBones.BoneData::userData UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___userData_12; // DragonBones.BoneData DragonBones.BoneData::parent BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___parent_13; public: inline static int32_t get_offset_of_inheritTranslation_5() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritTranslation_5)); } inline bool get_inheritTranslation_5() const { return ___inheritTranslation_5; } inline bool* get_address_of_inheritTranslation_5() { return &___inheritTranslation_5; } inline void set_inheritTranslation_5(bool value) { ___inheritTranslation_5 = value; } inline static int32_t get_offset_of_inheritRotation_6() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritRotation_6)); } inline bool get_inheritRotation_6() const { return ___inheritRotation_6; } inline bool* get_address_of_inheritRotation_6() { return &___inheritRotation_6; } inline void set_inheritRotation_6(bool value) { ___inheritRotation_6 = value; } inline static int32_t get_offset_of_inheritScale_7() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritScale_7)); } inline bool get_inheritScale_7() const { return ___inheritScale_7; } inline bool* get_address_of_inheritScale_7() { return &___inheritScale_7; } inline void set_inheritScale_7(bool value) { ___inheritScale_7 = value; } inline static int32_t get_offset_of_inheritReflection_8() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___inheritReflection_8)); } inline bool get_inheritReflection_8() const { return ___inheritReflection_8; } inline bool* get_address_of_inheritReflection_8() { return &___inheritReflection_8; } inline void set_inheritReflection_8(bool value) { ___inheritReflection_8 = value; } inline static int32_t get_offset_of_length_9() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___length_9)); } inline float get_length_9() const { return ___length_9; } inline float* get_address_of_length_9() { return &___length_9; } inline void set_length_9(float value) { ___length_9 = value; } inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___name_10)); } inline String_t* get_name_10() const { return ___name_10; } inline String_t** get_address_of_name_10() { return &___name_10; } inline void set_name_10(String_t* value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_10), (void*)value); } inline static int32_t get_offset_of_transform_11() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___transform_11)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_transform_11() const { return ___transform_11; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_transform_11() { return &___transform_11; } inline void set_transform_11(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___transform_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_11), (void*)value); } inline static int32_t get_offset_of_userData_12() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___userData_12)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_userData_12() const { return ___userData_12; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_userData_12() { return &___userData_12; } inline void set_userData_12(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___userData_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_12), (void*)value); } inline static int32_t get_offset_of_parent_13() { return static_cast(offsetof(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32, ___parent_13)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get_parent_13() const { return ___parent_13; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of_parent_13() { return &___parent_13; } inline void set_parent_13(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ___parent_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_13), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 { public: // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Messages.ClientMessage::Hub Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; // System.String BestHTTP.SignalR.Messages.ClientMessage::Method String_t* ___Method_1; // System.Object[] BestHTTP.SignalR.Messages.ClientMessage::Args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; // System.UInt64 BestHTTP.SignalR.Messages.ClientMessage::CallIdx uint64_t ___CallIdx_3; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultCallback OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___ResultCallback_4; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultErrorCallback OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___ResultErrorCallback_5; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate BestHTTP.SignalR.Messages.ClientMessage::ProgressCallback OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___ProgressCallback_6; public: inline static int32_t get_offset_of_Hub_0() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Hub_0)); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * get_Hub_0() const { return ___Hub_0; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** get_address_of_Hub_0() { return &___Hub_0; } inline void set_Hub_0(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { ___Hub_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hub_0), (void*)value); } inline static int32_t get_offset_of_Method_1() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Method_1)); } inline String_t* get_Method_1() const { return ___Method_1; } inline String_t** get_address_of_Method_1() { return &___Method_1; } inline void set_Method_1(String_t* value) { ___Method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Method_1), (void*)value); } inline static int32_t get_offset_of_Args_2() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Args_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Args_2() const { return ___Args_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Args_2() { return &___Args_2; } inline void set_Args_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Args_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Args_2), (void*)value); } inline static int32_t get_offset_of_CallIdx_3() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___CallIdx_3)); } inline uint64_t get_CallIdx_3() const { return ___CallIdx_3; } inline uint64_t* get_address_of_CallIdx_3() { return &___CallIdx_3; } inline void set_CallIdx_3(uint64_t value) { ___CallIdx_3 = value; } inline static int32_t get_offset_of_ResultCallback_4() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultCallback_4)); } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * get_ResultCallback_4() const { return ___ResultCallback_4; } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 ** get_address_of_ResultCallback_4() { return &___ResultCallback_4; } inline void set_ResultCallback_4(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * value) { ___ResultCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultCallback_4), (void*)value); } inline static int32_t get_offset_of_ResultErrorCallback_5() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultErrorCallback_5)); } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * get_ResultErrorCallback_5() const { return ___ResultErrorCallback_5; } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 ** get_address_of_ResultErrorCallback_5() { return &___ResultErrorCallback_5; } inline void set_ResultErrorCallback_5(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * value) { ___ResultErrorCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultErrorCallback_5), (void*)value); } inline static int32_t get_offset_of_ProgressCallback_6() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ProgressCallback_6)); } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * get_ProgressCallback_6() const { return ___ProgressCallback_6; } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 ** get_address_of_ProgressCallback_6() { return &___ProgressCallback_6; } inline void set_ProgressCallback_6(OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * value) { ___ProgressCallback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProgressCallback_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; char* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // Native definition for COM marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; Il2CppChar* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // DragonBones.Constraint struct Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.ConstraintData DragonBones.Constraint::_constraintData ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * ____constraintData_8; // DragonBones.Armature DragonBones.Constraint::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_9; // DragonBones.Bone DragonBones.Constraint::_target Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____target_10; // DragonBones.Bone DragonBones.Constraint::_root Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____root_11; // DragonBones.Bone DragonBones.Constraint::_bone Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____bone_12; public: inline static int32_t get_offset_of__constraintData_8() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____constraintData_8)); } inline ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * get__constraintData_8() const { return ____constraintData_8; } inline ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 ** get_address_of__constraintData_8() { return &____constraintData_8; } inline void set__constraintData_8(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 * value) { ____constraintData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____constraintData_8), (void*)value); } inline static int32_t get_offset_of__armature_9() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____armature_9)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_9() const { return ____armature_9; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_9() { return &____armature_9; } inline void set__armature_9(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_9), (void*)value); } inline static int32_t get_offset_of__target_10() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____target_10)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__target_10() const { return ____target_10; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__target_10() { return &____target_10; } inline void set__target_10(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____target_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_10), (void*)value); } inline static int32_t get_offset_of__root_11() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____root_11)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__root_11() const { return ____root_11; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__root_11() { return &____root_11; } inline void set__root_11(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____root_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_11), (void*)value); } inline static int32_t get_offset_of__bone_12() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D, ____bone_12)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__bone_12() const { return ____bone_12; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__bone_12() { return &____bone_12; } inline void set__bone_12(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____bone_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____bone_12), (void*)value); } }; struct Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields { public: // DragonBones.Matrix DragonBones.Constraint::_helpMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____helpMatrix_5; // DragonBones.TransformDB DragonBones.Constraint::_helpTransform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ____helpTransform_6; // DragonBones.Point DragonBones.Constraint::_helpPoint Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * ____helpPoint_7; public: inline static int32_t get_offset_of__helpMatrix_5() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields, ____helpMatrix_5)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__helpMatrix_5() const { return ____helpMatrix_5; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__helpMatrix_5() { return &____helpMatrix_5; } inline void set__helpMatrix_5(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____helpMatrix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpMatrix_5), (void*)value); } inline static int32_t get_offset_of__helpTransform_6() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields, ____helpTransform_6)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get__helpTransform_6() const { return ____helpTransform_6; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of__helpTransform_6() { return &____helpTransform_6; } inline void set__helpTransform_6(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ____helpTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpTransform_6), (void*)value); } inline static int32_t get_offset_of__helpPoint_7() { return static_cast(offsetof(Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D_StaticFields, ____helpPoint_7)); } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * get__helpPoint_7() const { return ____helpPoint_7; } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D ** get_address_of__helpPoint_7() { return &____helpPoint_7; } inline void set__helpPoint_7(Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * value) { ____helpPoint_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpPoint_7), (void*)value); } }; // DragonBones.ConstraintData struct ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Int32 DragonBones.ConstraintData::order int32_t ___order_5; // System.String DragonBones.ConstraintData::name String_t* ___name_6; // DragonBones.BoneData DragonBones.ConstraintData::target BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___target_7; // DragonBones.BoneData DragonBones.ConstraintData::root BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___root_8; // DragonBones.BoneData DragonBones.ConstraintData::bone BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___bone_9; public: inline static int32_t get_offset_of_order_5() { return static_cast(offsetof(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3, ___order_5)); } inline int32_t get_order_5() const { return ___order_5; } inline int32_t* get_address_of_order_5() { return &___order_5; } inline void set_order_5(int32_t value) { ___order_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_6), (void*)value); } inline static int32_t get_offset_of_target_7() { return static_cast(offsetof(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3, ___target_7)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get_target_7() const { return ___target_7; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of_target_7() { return &___target_7; } inline void set_target_7(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ___target_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_7), (void*)value); } inline static int32_t get_offset_of_root_8() { return static_cast(offsetof(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3, ___root_8)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get_root_8() const { return ___root_8; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of_root_8() { return &___root_8; } inline void set_root_8(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ___root_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_8), (void*)value); } inline static int32_t get_offset_of_bone_9() { return static_cast(offsetof(ConstraintData_t74FB6D869D68B7AA9A0358C0868DF13C05195EE3, ___bone_9)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get_bone_9() const { return ___bone_9; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of_bone_9() { return &___bone_9; } inline void set_bone_9(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ___bone_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___bone_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo struct ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo::content Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content_3; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0, ___contentType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_2() const { return ___contentType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_2() { return &___contentType_2; } inline void set_contentType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_2), (void*)value); } inline static int32_t get_offset_of_content_3() { return static_cast(offsetof(ContentInfo_tAA34B324F30DA6F788492750D8D7DC53CAB168E0, ___content_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_content_3() const { return ___content_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // DragonBones.DragonBonesData struct DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.DragonBonesData::autoSearch bool ___autoSearch_5; // System.UInt32 DragonBones.DragonBonesData::frameRate uint32_t ___frameRate_6; // System.String DragonBones.DragonBonesData::version String_t* ___version_7; // System.String DragonBones.DragonBonesData::name String_t* ___name_8; // DragonBones.ArmatureData DragonBones.DragonBonesData::stage ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ___stage_9; // System.Collections.Generic.List`1 DragonBones.DragonBonesData::frameIndices List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___frameIndices_10; // System.Collections.Generic.List`1 DragonBones.DragonBonesData::cachedFrames List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___cachedFrames_11; // System.Collections.Generic.List`1 DragonBones.DragonBonesData::armatureNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___armatureNames_12; // System.Collections.Generic.Dictionary`2 DragonBones.DragonBonesData::armatures Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 * ___armatures_13; // System.Byte[] DragonBones.DragonBonesData::binary ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___binary_14; // System.Int16[] DragonBones.DragonBonesData::intArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___intArray_15; // System.Single[] DragonBones.DragonBonesData::floatArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___floatArray_16; // System.Int16[] DragonBones.DragonBonesData::frameIntArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___frameIntArray_17; // System.Single[] DragonBones.DragonBonesData::frameFloatArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___frameFloatArray_18; // System.Int16[] DragonBones.DragonBonesData::frameArray Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___frameArray_19; // System.UInt16[] DragonBones.DragonBonesData::timelineArray UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___timelineArray_20; // DragonBones.UserData DragonBones.DragonBonesData::userData UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___userData_21; public: inline static int32_t get_offset_of_autoSearch_5() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___autoSearch_5)); } inline bool get_autoSearch_5() const { return ___autoSearch_5; } inline bool* get_address_of_autoSearch_5() { return &___autoSearch_5; } inline void set_autoSearch_5(bool value) { ___autoSearch_5 = value; } inline static int32_t get_offset_of_frameRate_6() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameRate_6)); } inline uint32_t get_frameRate_6() const { return ___frameRate_6; } inline uint32_t* get_address_of_frameRate_6() { return &___frameRate_6; } inline void set_frameRate_6(uint32_t value) { ___frameRate_6 = value; } inline static int32_t get_offset_of_version_7() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___version_7)); } inline String_t* get_version_7() const { return ___version_7; } inline String_t** get_address_of_version_7() { return &___version_7; } inline void set_version_7(String_t* value) { ___version_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_stage_9() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___stage_9)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get_stage_9() const { return ___stage_9; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of_stage_9() { return &___stage_9; } inline void set_stage_9(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ___stage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stage_9), (void*)value); } inline static int32_t get_offset_of_frameIndices_10() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameIndices_10)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_frameIndices_10() const { return ___frameIndices_10; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_frameIndices_10() { return &___frameIndices_10; } inline void set_frameIndices_10(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___frameIndices_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameIndices_10), (void*)value); } inline static int32_t get_offset_of_cachedFrames_11() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___cachedFrames_11)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_cachedFrames_11() const { return ___cachedFrames_11; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_cachedFrames_11() { return &___cachedFrames_11; } inline void set_cachedFrames_11(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___cachedFrames_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFrames_11), (void*)value); } inline static int32_t get_offset_of_armatureNames_12() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___armatureNames_12)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_armatureNames_12() const { return ___armatureNames_12; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_armatureNames_12() { return &___armatureNames_12; } inline void set_armatureNames_12(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___armatureNames_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___armatureNames_12), (void*)value); } inline static int32_t get_offset_of_armatures_13() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___armatures_13)); } inline Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 * get_armatures_13() const { return ___armatures_13; } inline Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 ** get_address_of_armatures_13() { return &___armatures_13; } inline void set_armatures_13(Dictionary_2_tDE1849D7E67BFF624AFCB09A93BE238548E44290 * value) { ___armatures_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___armatures_13), (void*)value); } inline static int32_t get_offset_of_binary_14() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___binary_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_binary_14() const { return ___binary_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_binary_14() { return &___binary_14; } inline void set_binary_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___binary_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___binary_14), (void*)value); } inline static int32_t get_offset_of_intArray_15() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___intArray_15)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_intArray_15() const { return ___intArray_15; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_intArray_15() { return &___intArray_15; } inline void set_intArray_15(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___intArray_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___intArray_15), (void*)value); } inline static int32_t get_offset_of_floatArray_16() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___floatArray_16)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_floatArray_16() const { return ___floatArray_16; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_floatArray_16() { return &___floatArray_16; } inline void set_floatArray_16(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___floatArray_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___floatArray_16), (void*)value); } inline static int32_t get_offset_of_frameIntArray_17() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameIntArray_17)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_frameIntArray_17() const { return ___frameIntArray_17; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_frameIntArray_17() { return &___frameIntArray_17; } inline void set_frameIntArray_17(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___frameIntArray_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameIntArray_17), (void*)value); } inline static int32_t get_offset_of_frameFloatArray_18() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameFloatArray_18)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_frameFloatArray_18() const { return ___frameFloatArray_18; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_frameFloatArray_18() { return &___frameFloatArray_18; } inline void set_frameFloatArray_18(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___frameFloatArray_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameFloatArray_18), (void*)value); } inline static int32_t get_offset_of_frameArray_19() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___frameArray_19)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_frameArray_19() const { return ___frameArray_19; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_frameArray_19() { return &___frameArray_19; } inline void set_frameArray_19(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___frameArray_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameArray_19), (void*)value); } inline static int32_t get_offset_of_timelineArray_20() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___timelineArray_20)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_timelineArray_20() const { return ___timelineArray_20; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_timelineArray_20() { return &___timelineArray_20; } inline void set_timelineArray_20(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___timelineArray_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___timelineArray_20), (void*)value); } inline static int32_t get_offset_of_userData_21() { return static_cast(offsetof(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6, ___userData_21)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_userData_21() const { return ___userData_21; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_userData_21() { return &___userData_21; } inline void set_userData_21(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___userData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_21), (void*)value); } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 { public: union { struct { }; uint8_t DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2__padding[1]; }; public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // DragonBones.EventObject struct EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Single DragonBones.EventObject::time float ___time_14; // System.String DragonBones.EventObject::type String_t* ___type_15; // System.String DragonBones.EventObject::name String_t* ___name_16; // DragonBones.Armature DragonBones.EventObject::armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ___armature_17; // DragonBones.Bone DragonBones.EventObject::bone Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ___bone_18; // DragonBones.Slot DragonBones.EventObject::slot Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * ___slot_19; // DragonBones.AnimationState DragonBones.EventObject::animationState AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * ___animationState_20; // DragonBones.ActionData DragonBones.EventObject::actionData ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 * ___actionData_21; // DragonBones.UserData DragonBones.EventObject::data UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___data_22; public: inline static int32_t get_offset_of_time_14() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___time_14)); } inline float get_time_14() const { return ___time_14; } inline float* get_address_of_time_14() { return &___time_14; } inline void set_time_14(float value) { ___time_14 = value; } inline static int32_t get_offset_of_type_15() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___type_15)); } inline String_t* get_type_15() const { return ___type_15; } inline String_t** get_address_of_type_15() { return &___type_15; } inline void set_type_15(String_t* value) { ___type_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_15), (void*)value); } inline static int32_t get_offset_of_name_16() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___name_16)); } inline String_t* get_name_16() const { return ___name_16; } inline String_t** get_address_of_name_16() { return &___name_16; } inline void set_name_16(String_t* value) { ___name_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_16), (void*)value); } inline static int32_t get_offset_of_armature_17() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___armature_17)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get_armature_17() const { return ___armature_17; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of_armature_17() { return &___armature_17; } inline void set_armature_17(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ___armature_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___armature_17), (void*)value); } inline static int32_t get_offset_of_bone_18() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___bone_18)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get_bone_18() const { return ___bone_18; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of_bone_18() { return &___bone_18; } inline void set_bone_18(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ___bone_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___bone_18), (void*)value); } inline static int32_t get_offset_of_slot_19() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___slot_19)); } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * get_slot_19() const { return ___slot_19; } inline Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE ** get_address_of_slot_19() { return &___slot_19; } inline void set_slot_19(Slot_t6711FF9C47F7E12EF0C2FDB88CBC50988598DEEE * value) { ___slot_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___slot_19), (void*)value); } inline static int32_t get_offset_of_animationState_20() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___animationState_20)); } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * get_animationState_20() const { return ___animationState_20; } inline AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E ** get_address_of_animationState_20() { return &___animationState_20; } inline void set_animationState_20(AnimationState_t09BFB27BAD6577E98DD9958064AD02EE2FFD0F6E * value) { ___animationState_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationState_20), (void*)value); } inline static int32_t get_offset_of_actionData_21() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___actionData_21)); } inline ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 * get_actionData_21() const { return ___actionData_21; } inline ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 ** get_address_of_actionData_21() { return &___actionData_21; } inline void set_actionData_21(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 * value) { ___actionData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___actionData_21), (void*)value); } inline static int32_t get_offset_of_data_22() { return static_cast(offsetof(EventObject_t8A8CC244AD5992DC7B04EC310D60CAFF4818B78E, ___data_22)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_data_22() const { return ___data_22; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_data_22() { return &___data_22; } inline void set_data_22(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___data_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_22), (void*)value); } }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::names GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* ___names_2; public: inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5, ___names_2)); } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* get_names_2() const { return ___names_2; } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E** get_address_of_names_2() { return &___names_2; } inline void set_names_2(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // MagJsonConverter struct MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // DragonBones.ObjectDataParser struct ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C : public DataParser_t792FA4C40FBE31CC56DC4B2326041855C337B04F { public: // System.Int32 DragonBones.ObjectDataParser::_rawTextureAtlasIndex int32_t ____rawTextureAtlasIndex_111; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_rawBones List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * ____rawBones_112; // DragonBones.DragonBonesData DragonBones.ObjectDataParser::_data DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * ____data_113; // DragonBones.ArmatureData DragonBones.ObjectDataParser::_armature ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ____armature_114; // DragonBones.BoneData DragonBones.ObjectDataParser::_bone BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ____bone_115; // DragonBones.SlotData DragonBones.ObjectDataParser::_slot SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * ____slot_116; // DragonBones.SkinData DragonBones.ObjectDataParser::_skin SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * ____skin_117; // DragonBones.MeshDisplayData DragonBones.ObjectDataParser::_mesh MeshDisplayData_tB241EA6B8DC6CFF6DE7C69C2C78E0D14F605F229 * ____mesh_118; // DragonBones.AnimationData DragonBones.ObjectDataParser::_animation AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * ____animation_119; // DragonBones.TimelineData DragonBones.ObjectDataParser::_timeline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * ____timeline_120; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_rawTextureAtlases List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ____rawTextureAtlases_121; // System.Int32 DragonBones.ObjectDataParser::_defaultColorOffset int32_t ____defaultColorOffset_122; // System.Int32 DragonBones.ObjectDataParser::_prevClockwise int32_t ____prevClockwise_123; // System.Single DragonBones.ObjectDataParser::_prevRotation float ____prevRotation_124; // DragonBones.Matrix DragonBones.ObjectDataParser::_helpMatrixA Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____helpMatrixA_125; // DragonBones.Matrix DragonBones.ObjectDataParser::_helpMatrixB Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____helpMatrixB_126; // DragonBones.TransformDB DragonBones.ObjectDataParser::_helpTransform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ____helpTransform_127; // DragonBones.ColorTransform DragonBones.ObjectDataParser::_helpColorTransform ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED * ____helpColorTransform_128; // DragonBones.Point DragonBones.ObjectDataParser::_helpPoint Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * ____helpPoint_129; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_helpArray List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ____helpArray_130; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_intArray List_1_t985353431229C8151763A38589D03FBD829D85E5 * ____intArray_131; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_floatArray List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ____floatArray_132; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_frameIntArray List_1_t985353431229C8151763A38589D03FBD829D85E5 * ____frameIntArray_133; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_frameFloatArray List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ____frameFloatArray_134; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_frameArray List_1_t985353431229C8151763A38589D03FBD829D85E5 * ____frameArray_135; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_timelineArray List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * ____timelineArray_136; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_cacheRawMeshes List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ____cacheRawMeshes_137; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_cacheMeshes List_1_tA9E1855C97DC334DF2AB685432C46BCC86464F11 * ____cacheMeshes_138; // System.Collections.Generic.List`1 DragonBones.ObjectDataParser::_actionFrames List_1_t02197C46B951562E9C826AA92326888DF2BD23B4 * ____actionFrames_139; // System.Collections.Generic.Dictionary`2> DragonBones.ObjectDataParser::_weightSlotPose Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 * ____weightSlotPose_140; // System.Collections.Generic.Dictionary`2> DragonBones.ObjectDataParser::_weightBonePoses Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 * ____weightBonePoses_141; // System.Collections.Generic.Dictionary`2> DragonBones.ObjectDataParser::_weightBoneIndices Dictionary_2_t20D7A55E6F7C3F5D85A1A63C6B12E29D86E8D2EF * ____weightBoneIndices_142; // System.Collections.Generic.Dictionary`2> DragonBones.ObjectDataParser::_cacheBones Dictionary_2_tFB710B59D023D386CFB81426CF5EC09945016439 * ____cacheBones_143; // System.Collections.Generic.Dictionary`2> DragonBones.ObjectDataParser::_slotChildActions Dictionary_2_t333A92FC296524ED12E77536EBF9CEBAEB9EBAF8 * ____slotChildActions_144; public: inline static int32_t get_offset_of__rawTextureAtlasIndex_111() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____rawTextureAtlasIndex_111)); } inline int32_t get__rawTextureAtlasIndex_111() const { return ____rawTextureAtlasIndex_111; } inline int32_t* get_address_of__rawTextureAtlasIndex_111() { return &____rawTextureAtlasIndex_111; } inline void set__rawTextureAtlasIndex_111(int32_t value) { ____rawTextureAtlasIndex_111 = value; } inline static int32_t get_offset_of__rawBones_112() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____rawBones_112)); } inline List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * get__rawBones_112() const { return ____rawBones_112; } inline List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA ** get_address_of__rawBones_112() { return &____rawBones_112; } inline void set__rawBones_112(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * value) { ____rawBones_112 = value; Il2CppCodeGenWriteBarrier((void**)(&____rawBones_112), (void*)value); } inline static int32_t get_offset_of__data_113() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____data_113)); } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * get__data_113() const { return ____data_113; } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 ** get_address_of__data_113() { return &____data_113; } inline void set__data_113(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * value) { ____data_113 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_113), (void*)value); } inline static int32_t get_offset_of__armature_114() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____armature_114)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get__armature_114() const { return ____armature_114; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of__armature_114() { return &____armature_114; } inline void set__armature_114(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ____armature_114 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_114), (void*)value); } inline static int32_t get_offset_of__bone_115() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____bone_115)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get__bone_115() const { return ____bone_115; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of__bone_115() { return &____bone_115; } inline void set__bone_115(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ____bone_115 = value; Il2CppCodeGenWriteBarrier((void**)(&____bone_115), (void*)value); } inline static int32_t get_offset_of__slot_116() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____slot_116)); } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * get__slot_116() const { return ____slot_116; } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 ** get_address_of__slot_116() { return &____slot_116; } inline void set__slot_116(SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * value) { ____slot_116 = value; Il2CppCodeGenWriteBarrier((void**)(&____slot_116), (void*)value); } inline static int32_t get_offset_of__skin_117() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____skin_117)); } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * get__skin_117() const { return ____skin_117; } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 ** get_address_of__skin_117() { return &____skin_117; } inline void set__skin_117(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * value) { ____skin_117 = value; Il2CppCodeGenWriteBarrier((void**)(&____skin_117), (void*)value); } inline static int32_t get_offset_of__mesh_118() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____mesh_118)); } inline MeshDisplayData_tB241EA6B8DC6CFF6DE7C69C2C78E0D14F605F229 * get__mesh_118() const { return ____mesh_118; } inline MeshDisplayData_tB241EA6B8DC6CFF6DE7C69C2C78E0D14F605F229 ** get_address_of__mesh_118() { return &____mesh_118; } inline void set__mesh_118(MeshDisplayData_tB241EA6B8DC6CFF6DE7C69C2C78E0D14F605F229 * value) { ____mesh_118 = value; Il2CppCodeGenWriteBarrier((void**)(&____mesh_118), (void*)value); } inline static int32_t get_offset_of__animation_119() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____animation_119)); } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * get__animation_119() const { return ____animation_119; } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 ** get_address_of__animation_119() { return &____animation_119; } inline void set__animation_119(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * value) { ____animation_119 = value; Il2CppCodeGenWriteBarrier((void**)(&____animation_119), (void*)value); } inline static int32_t get_offset_of__timeline_120() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____timeline_120)); } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * get__timeline_120() const { return ____timeline_120; } inline TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D ** get_address_of__timeline_120() { return &____timeline_120; } inline void set__timeline_120(TimelineData_t9B3F73F8F8B5A4AAD9173723FCE7ED5494666A9D * value) { ____timeline_120 = value; Il2CppCodeGenWriteBarrier((void**)(&____timeline_120), (void*)value); } inline static int32_t get_offset_of__rawTextureAtlases_121() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____rawTextureAtlases_121)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get__rawTextureAtlases_121() const { return ____rawTextureAtlases_121; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of__rawTextureAtlases_121() { return &____rawTextureAtlases_121; } inline void set__rawTextureAtlases_121(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ____rawTextureAtlases_121 = value; Il2CppCodeGenWriteBarrier((void**)(&____rawTextureAtlases_121), (void*)value); } inline static int32_t get_offset_of__defaultColorOffset_122() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____defaultColorOffset_122)); } inline int32_t get__defaultColorOffset_122() const { return ____defaultColorOffset_122; } inline int32_t* get_address_of__defaultColorOffset_122() { return &____defaultColorOffset_122; } inline void set__defaultColorOffset_122(int32_t value) { ____defaultColorOffset_122 = value; } inline static int32_t get_offset_of__prevClockwise_123() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____prevClockwise_123)); } inline int32_t get__prevClockwise_123() const { return ____prevClockwise_123; } inline int32_t* get_address_of__prevClockwise_123() { return &____prevClockwise_123; } inline void set__prevClockwise_123(int32_t value) { ____prevClockwise_123 = value; } inline static int32_t get_offset_of__prevRotation_124() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____prevRotation_124)); } inline float get__prevRotation_124() const { return ____prevRotation_124; } inline float* get_address_of__prevRotation_124() { return &____prevRotation_124; } inline void set__prevRotation_124(float value) { ____prevRotation_124 = value; } inline static int32_t get_offset_of__helpMatrixA_125() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____helpMatrixA_125)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__helpMatrixA_125() const { return ____helpMatrixA_125; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__helpMatrixA_125() { return &____helpMatrixA_125; } inline void set__helpMatrixA_125(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____helpMatrixA_125 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpMatrixA_125), (void*)value); } inline static int32_t get_offset_of__helpMatrixB_126() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____helpMatrixB_126)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__helpMatrixB_126() const { return ____helpMatrixB_126; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__helpMatrixB_126() { return &____helpMatrixB_126; } inline void set__helpMatrixB_126(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____helpMatrixB_126 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpMatrixB_126), (void*)value); } inline static int32_t get_offset_of__helpTransform_127() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____helpTransform_127)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get__helpTransform_127() const { return ____helpTransform_127; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of__helpTransform_127() { return &____helpTransform_127; } inline void set__helpTransform_127(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ____helpTransform_127 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpTransform_127), (void*)value); } inline static int32_t get_offset_of__helpColorTransform_128() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____helpColorTransform_128)); } inline ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED * get__helpColorTransform_128() const { return ____helpColorTransform_128; } inline ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED ** get_address_of__helpColorTransform_128() { return &____helpColorTransform_128; } inline void set__helpColorTransform_128(ColorTransform_t7965BC401E2667E45E3704EDB91043704EF751ED * value) { ____helpColorTransform_128 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpColorTransform_128), (void*)value); } inline static int32_t get_offset_of__helpPoint_129() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____helpPoint_129)); } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * get__helpPoint_129() const { return ____helpPoint_129; } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D ** get_address_of__helpPoint_129() { return &____helpPoint_129; } inline void set__helpPoint_129(Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * value) { ____helpPoint_129 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpPoint_129), (void*)value); } inline static int32_t get_offset_of__helpArray_130() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____helpArray_130)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get__helpArray_130() const { return ____helpArray_130; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of__helpArray_130() { return &____helpArray_130; } inline void set__helpArray_130(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ____helpArray_130 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpArray_130), (void*)value); } inline static int32_t get_offset_of__intArray_131() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____intArray_131)); } inline List_1_t985353431229C8151763A38589D03FBD829D85E5 * get__intArray_131() const { return ____intArray_131; } inline List_1_t985353431229C8151763A38589D03FBD829D85E5 ** get_address_of__intArray_131() { return &____intArray_131; } inline void set__intArray_131(List_1_t985353431229C8151763A38589D03FBD829D85E5 * value) { ____intArray_131 = value; Il2CppCodeGenWriteBarrier((void**)(&____intArray_131), (void*)value); } inline static int32_t get_offset_of__floatArray_132() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____floatArray_132)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get__floatArray_132() const { return ____floatArray_132; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of__floatArray_132() { return &____floatArray_132; } inline void set__floatArray_132(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ____floatArray_132 = value; Il2CppCodeGenWriteBarrier((void**)(&____floatArray_132), (void*)value); } inline static int32_t get_offset_of__frameIntArray_133() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____frameIntArray_133)); } inline List_1_t985353431229C8151763A38589D03FBD829D85E5 * get__frameIntArray_133() const { return ____frameIntArray_133; } inline List_1_t985353431229C8151763A38589D03FBD829D85E5 ** get_address_of__frameIntArray_133() { return &____frameIntArray_133; } inline void set__frameIntArray_133(List_1_t985353431229C8151763A38589D03FBD829D85E5 * value) { ____frameIntArray_133 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameIntArray_133), (void*)value); } inline static int32_t get_offset_of__frameFloatArray_134() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____frameFloatArray_134)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get__frameFloatArray_134() const { return ____frameFloatArray_134; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of__frameFloatArray_134() { return &____frameFloatArray_134; } inline void set__frameFloatArray_134(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ____frameFloatArray_134 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameFloatArray_134), (void*)value); } inline static int32_t get_offset_of__frameArray_135() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____frameArray_135)); } inline List_1_t985353431229C8151763A38589D03FBD829D85E5 * get__frameArray_135() const { return ____frameArray_135; } inline List_1_t985353431229C8151763A38589D03FBD829D85E5 ** get_address_of__frameArray_135() { return &____frameArray_135; } inline void set__frameArray_135(List_1_t985353431229C8151763A38589D03FBD829D85E5 * value) { ____frameArray_135 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameArray_135), (void*)value); } inline static int32_t get_offset_of__timelineArray_136() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____timelineArray_136)); } inline List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * get__timelineArray_136() const { return ____timelineArray_136; } inline List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 ** get_address_of__timelineArray_136() { return &____timelineArray_136; } inline void set__timelineArray_136(List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * value) { ____timelineArray_136 = value; Il2CppCodeGenWriteBarrier((void**)(&____timelineArray_136), (void*)value); } inline static int32_t get_offset_of__cacheRawMeshes_137() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____cacheRawMeshes_137)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get__cacheRawMeshes_137() const { return ____cacheRawMeshes_137; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of__cacheRawMeshes_137() { return &____cacheRawMeshes_137; } inline void set__cacheRawMeshes_137(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ____cacheRawMeshes_137 = value; Il2CppCodeGenWriteBarrier((void**)(&____cacheRawMeshes_137), (void*)value); } inline static int32_t get_offset_of__cacheMeshes_138() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____cacheMeshes_138)); } inline List_1_tA9E1855C97DC334DF2AB685432C46BCC86464F11 * get__cacheMeshes_138() const { return ____cacheMeshes_138; } inline List_1_tA9E1855C97DC334DF2AB685432C46BCC86464F11 ** get_address_of__cacheMeshes_138() { return &____cacheMeshes_138; } inline void set__cacheMeshes_138(List_1_tA9E1855C97DC334DF2AB685432C46BCC86464F11 * value) { ____cacheMeshes_138 = value; Il2CppCodeGenWriteBarrier((void**)(&____cacheMeshes_138), (void*)value); } inline static int32_t get_offset_of__actionFrames_139() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____actionFrames_139)); } inline List_1_t02197C46B951562E9C826AA92326888DF2BD23B4 * get__actionFrames_139() const { return ____actionFrames_139; } inline List_1_t02197C46B951562E9C826AA92326888DF2BD23B4 ** get_address_of__actionFrames_139() { return &____actionFrames_139; } inline void set__actionFrames_139(List_1_t02197C46B951562E9C826AA92326888DF2BD23B4 * value) { ____actionFrames_139 = value; Il2CppCodeGenWriteBarrier((void**)(&____actionFrames_139), (void*)value); } inline static int32_t get_offset_of__weightSlotPose_140() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____weightSlotPose_140)); } inline Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 * get__weightSlotPose_140() const { return ____weightSlotPose_140; } inline Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 ** get_address_of__weightSlotPose_140() { return &____weightSlotPose_140; } inline void set__weightSlotPose_140(Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 * value) { ____weightSlotPose_140 = value; Il2CppCodeGenWriteBarrier((void**)(&____weightSlotPose_140), (void*)value); } inline static int32_t get_offset_of__weightBonePoses_141() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____weightBonePoses_141)); } inline Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 * get__weightBonePoses_141() const { return ____weightBonePoses_141; } inline Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 ** get_address_of__weightBonePoses_141() { return &____weightBonePoses_141; } inline void set__weightBonePoses_141(Dictionary_2_t7F243E51848394743B363C248A99F800E9F4DB89 * value) { ____weightBonePoses_141 = value; Il2CppCodeGenWriteBarrier((void**)(&____weightBonePoses_141), (void*)value); } inline static int32_t get_offset_of__weightBoneIndices_142() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____weightBoneIndices_142)); } inline Dictionary_2_t20D7A55E6F7C3F5D85A1A63C6B12E29D86E8D2EF * get__weightBoneIndices_142() const { return ____weightBoneIndices_142; } inline Dictionary_2_t20D7A55E6F7C3F5D85A1A63C6B12E29D86E8D2EF ** get_address_of__weightBoneIndices_142() { return &____weightBoneIndices_142; } inline void set__weightBoneIndices_142(Dictionary_2_t20D7A55E6F7C3F5D85A1A63C6B12E29D86E8D2EF * value) { ____weightBoneIndices_142 = value; Il2CppCodeGenWriteBarrier((void**)(&____weightBoneIndices_142), (void*)value); } inline static int32_t get_offset_of__cacheBones_143() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____cacheBones_143)); } inline Dictionary_2_tFB710B59D023D386CFB81426CF5EC09945016439 * get__cacheBones_143() const { return ____cacheBones_143; } inline Dictionary_2_tFB710B59D023D386CFB81426CF5EC09945016439 ** get_address_of__cacheBones_143() { return &____cacheBones_143; } inline void set__cacheBones_143(Dictionary_2_tFB710B59D023D386CFB81426CF5EC09945016439 * value) { ____cacheBones_143 = value; Il2CppCodeGenWriteBarrier((void**)(&____cacheBones_143), (void*)value); } inline static int32_t get_offset_of__slotChildActions_144() { return static_cast(offsetof(ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C, ____slotChildActions_144)); } inline Dictionary_2_t333A92FC296524ED12E77536EBF9CEBAEB9EBAF8 * get__slotChildActions_144() const { return ____slotChildActions_144; } inline Dictionary_2_t333A92FC296524ED12E77536EBF9CEBAEB9EBAF8 ** get_address_of__slotChildActions_144() { return &____slotChildActions_144; } inline void set__slotChildActions_144(Dictionary_2_t333A92FC296524ED12E77536EBF9CEBAEB9EBAF8 * value) { ____slotChildActions_144 = value; Il2CppCodeGenWriteBarrier((void**)(&____slotChildActions_144), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::certs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certs_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_3; public: inline static int32_t get_offset_of_certs_2() { return static_cast(offsetof(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D, ___certs_2)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certs_2() const { return ___certs_2; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certs_2() { return &___certs_2; } inline void set_certs_2(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_2), (void*)value); } inline static int32_t get_offset_of_crls_3() { return static_cast(offsetof(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D, ___crls_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_3() const { return ___crls_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_3() { return &___crls_3; } inline void set_crls_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_3), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // o0.Geometry.Quaternion struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 { public: // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CxU3Ek__BackingField_0; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CyU3Ek__BackingField_1; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CzU3Ek__BackingField_2; // System.Double o0.Geometry.Quaternion::k__BackingField double ___U3CwU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CxU3Ek__BackingField_0)); } inline double get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; } inline double* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; } inline void set_U3CxU3Ek__BackingField_0(double value) { ___U3CxU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CyU3Ek__BackingField_1)); } inline double get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; } inline double* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; } inline void set_U3CyU3Ek__BackingField_1(double value) { ___U3CyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CzU3Ek__BackingField_2() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CzU3Ek__BackingField_2)); } inline double get_U3CzU3Ek__BackingField_2() const { return ___U3CzU3Ek__BackingField_2; } inline double* get_address_of_U3CzU3Ek__BackingField_2() { return &___U3CzU3Ek__BackingField_2; } inline void set_U3CzU3Ek__BackingField_2(double value) { ___U3CzU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CwU3Ek__BackingField_3() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234, ___U3CwU3Ek__BackingField_3)); } inline double get_U3CwU3Ek__BackingField_3() const { return ___U3CwU3Ek__BackingField_3; } inline double* get_address_of_U3CwU3Ek__BackingField_3() { return &___U3CwU3Ek__BackingField_3; } inline void set_U3CwU3Ek__BackingField_3(double value) { ___U3CwU3Ek__BackingField_3 = value; } }; struct Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields { public: // o0.Geometry.Quaternion o0.Geometry.Quaternion::k__BackingField Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___U3CIdentityU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIdentityU3Ek__BackingField_4() { return static_cast(offsetof(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234_StaticFields, ___U3CIdentityU3Ek__BackingField_4)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_U3CIdentityU3Ek__BackingField_4() const { return ___U3CIdentityU3Ek__BackingField_4; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_U3CIdentityU3Ek__BackingField_4() { return &___U3CIdentityU3Ek__BackingField_4; } inline void set_U3CIdentityU3Ek__BackingField_4(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___U3CIdentityU3Ek__BackingField_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData struct RespData_t4849F6D825870378C3731181081793D25BF9B117 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData::data ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(RespData_t4849F6D825870378C3731181081793D25BF9B117, ___data_0)); } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * get_data_0() const { return ___data_0; } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID struct ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID::id Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___id_2; public: inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992, ___id_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_id_2() const { return ___id_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_id_2() { return &___id_2; } inline void set_id_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::versionPresent bool ___versionPresent_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::responderID ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ___responderID_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::producedAt DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___producedAt_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::responses Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___responses_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::responseExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___responseExtensions_8; public: inline static int32_t get_offset_of_versionPresent_3() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___versionPresent_3)); } inline bool get_versionPresent_3() const { return ___versionPresent_3; } inline bool* get_address_of_versionPresent_3() { return &___versionPresent_3; } inline void set_versionPresent_3(bool value) { ___versionPresent_3 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___version_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_4() const { return ___version_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_4() { return &___version_4; } inline void set_version_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_4), (void*)value); } inline static int32_t get_offset_of_responderID_5() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___responderID_5)); } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * get_responderID_5() const { return ___responderID_5; } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 ** get_address_of_responderID_5() { return &___responderID_5; } inline void set_responderID_5(ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * value) { ___responderID_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___responderID_5), (void*)value); } inline static int32_t get_offset_of_producedAt_6() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___producedAt_6)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_producedAt_6() const { return ___producedAt_6; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_producedAt_6() { return &___producedAt_6; } inline void set_producedAt_6(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___producedAt_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___producedAt_6), (void*)value); } inline static int32_t get_offset_of_responses_7() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___responses_7)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_responses_7() const { return ___responses_7; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_responses_7() { return &___responses_7; } inline void set_responses_7(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___responses_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___responses_7), (void*)value); } inline static int32_t get_offset_of_responseExtensions_8() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___responseExtensions_8)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_responseExtensions_8() const { return ___responseExtensions_8; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_responseExtensions_8() { return &___responseExtensions_8; } inline void set_responseExtensions_8(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___responseExtensions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseExtensions_8), (void*)value); } }; struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::V1 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___V1_2; public: inline static int32_t get_offset_of_V1_2() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906_StaticFields, ___V1_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_V1_2() const { return ___V1_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_V1_2() { return &___V1_2; } inline void set_V1_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___V1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___V1_2), (void*)value); } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp struct SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::resp SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * ___resp_0; public: inline static int32_t get_offset_of_resp_0() { return static_cast(offsetof(SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF, ___resp_0)); } inline SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * get_resp_0() const { return ___resp_0; } inline SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 ** get_address_of_resp_0() { return &___resp_0; } inline void set_resp_0(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * value) { ___resp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___resp_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::certID CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___certID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::certStatus CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * ___certStatus_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::thisUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::nextUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::singleExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleExtensions_6; public: inline static int32_t get_offset_of_certID_2() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___certID_2)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_certID_2() const { return ___certID_2; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_certID_2() { return &___certID_2; } inline void set_certID_2(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___certID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certID_2), (void*)value); } inline static int32_t get_offset_of_certStatus_3() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___certStatus_3)); } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * get_certStatus_3() const { return ___certStatus_3; } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 ** get_address_of_certStatus_3() { return &___certStatus_3; } inline void set_certStatus_3(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * value) { ___certStatus_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certStatus_3), (void*)value); } inline static int32_t get_offset_of_thisUpdate_4() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___thisUpdate_4)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_thisUpdate_4() const { return ___thisUpdate_4; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_thisUpdate_4() { return &___thisUpdate_4; } inline void set_thisUpdate_4(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___thisUpdate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___thisUpdate_4), (void*)value); } inline static int32_t get_offset_of_nextUpdate_5() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___nextUpdate_5)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_nextUpdate_5() const { return ___nextUpdate_5; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_nextUpdate_5() { return &___nextUpdate_5; } inline void set_nextUpdate_5(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___nextUpdate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextUpdate_5), (void*)value); } inline static int32_t get_offset_of_singleExtensions_6() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___singleExtensions_6)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_singleExtensions_6() const { return ___singleExtensions_6; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_singleExtensions_6() { return &___singleExtensions_6; } inline void set_singleExtensions_6(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___singleExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleExtensions_6), (void*)value); } }; // DragonBones.SkinData struct SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.String DragonBones.SkinData::name String_t* ___name_5; // System.Collections.Generic.Dictionary`2> DragonBones.SkinData::displays Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * ___displays_6; // DragonBones.ArmatureData DragonBones.SkinData::parent ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * ___parent_7; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_displays_6() { return static_cast(offsetof(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8, ___displays_6)); } inline Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * get_displays_6() const { return ___displays_6; } inline Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 ** get_address_of_displays_6() { return &___displays_6; } inline void set_displays_6(Dictionary_2_t40E990CE5A2D39CA6343A5D65FEA361ED720FA36 * value) { ___displays_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___displays_6), (void*)value); } inline static int32_t get_offset_of_parent_7() { return static_cast(offsetof(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8, ___parent_7)); } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * get_parent_7() const { return ___parent_7; } inline ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 ** get_address_of_parent_7() { return &___parent_7; } inline void set_parent_7(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 * value) { ___parent_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value); } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::keyData DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___keyData_3; public: inline static int32_t get_offset_of_algID_2() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___algID_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_2() const { return ___algID_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_2() { return &___algID_2; } inline void set_algID_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_2), (void*)value); } inline static int32_t get_offset_of_keyData_3() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___keyData_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_keyData_3() const { return ___keyData_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_keyData_3() { return &___keyData_3; } inline void set_keyData_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___keyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyData_3), (void*)value); } }; // DragonBones.TextureAtlasData struct TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.TextureAtlasData::autoSearch bool ___autoSearch_5; // System.UInt32 DragonBones.TextureAtlasData::width uint32_t ___width_6; // System.UInt32 DragonBones.TextureAtlasData::height uint32_t ___height_7; // System.Single DragonBones.TextureAtlasData::scale float ___scale_8; // System.String DragonBones.TextureAtlasData::name String_t* ___name_9; // System.String DragonBones.TextureAtlasData::imagePath String_t* ___imagePath_10; // System.Collections.Generic.Dictionary`2 DragonBones.TextureAtlasData::textures Dictionary_2_t74E1B60F670D67A5BC0A3D3131009AFA565EB46B * ___textures_11; public: inline static int32_t get_offset_of_autoSearch_5() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___autoSearch_5)); } inline bool get_autoSearch_5() const { return ___autoSearch_5; } inline bool* get_address_of_autoSearch_5() { return &___autoSearch_5; } inline void set_autoSearch_5(bool value) { ___autoSearch_5 = value; } inline static int32_t get_offset_of_width_6() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___width_6)); } inline uint32_t get_width_6() const { return ___width_6; } inline uint32_t* get_address_of_width_6() { return &___width_6; } inline void set_width_6(uint32_t value) { ___width_6 = value; } inline static int32_t get_offset_of_height_7() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___height_7)); } inline uint32_t get_height_7() const { return ___height_7; } inline uint32_t* get_address_of_height_7() { return &___height_7; } inline void set_height_7(uint32_t value) { ___height_7 = value; } inline static int32_t get_offset_of_scale_8() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___scale_8)); } inline float get_scale_8() const { return ___scale_8; } inline float* get_address_of_scale_8() { return &___scale_8; } inline void set_scale_8(float value) { ___scale_8 = value; } inline static int32_t get_offset_of_name_9() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___name_9)); } inline String_t* get_name_9() const { return ___name_9; } inline String_t** get_address_of_name_9() { return &___name_9; } inline void set_name_9(String_t* value) { ___name_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_9), (void*)value); } inline static int32_t get_offset_of_imagePath_10() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___imagePath_10)); } inline String_t* get_imagePath_10() const { return ___imagePath_10; } inline String_t** get_address_of_imagePath_10() { return &___imagePath_10; } inline void set_imagePath_10(String_t* value) { ___imagePath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___imagePath_10), (void*)value); } inline static int32_t get_offset_of_textures_11() { return static_cast(offsetof(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1, ___textures_11)); } inline Dictionary_2_t74E1B60F670D67A5BC0A3D3131009AFA565EB46B * get_textures_11() const { return ___textures_11; } inline Dictionary_2_t74E1B60F670D67A5BC0A3D3131009AFA565EB46B ** get_address_of_textures_11() { return &___textures_11; } inline void set_textures_11(Dictionary_2_t74E1B60F670D67A5BC0A3D3131009AFA565EB46B * value) { ___textures_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___textures_11), (void*)value); } }; // DragonBones.TextureData struct TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // System.Boolean DragonBones.TextureData::rotated bool ___rotated_5; // System.String DragonBones.TextureData::name String_t* ___name_6; // DragonBones.Rectangle DragonBones.TextureData::region Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * ___region_7; // DragonBones.TextureAtlasData DragonBones.TextureData::parent TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * ___parent_8; // DragonBones.Rectangle DragonBones.TextureData::frame Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * ___frame_9; public: inline static int32_t get_offset_of_rotated_5() { return static_cast(offsetof(TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E, ___rotated_5)); } inline bool get_rotated_5() const { return ___rotated_5; } inline bool* get_address_of_rotated_5() { return &___rotated_5; } inline void set_rotated_5(bool value) { ___rotated_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_6), (void*)value); } inline static int32_t get_offset_of_region_7() { return static_cast(offsetof(TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E, ___region_7)); } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * get_region_7() const { return ___region_7; } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E ** get_address_of_region_7() { return &___region_7; } inline void set_region_7(Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * value) { ___region_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___region_7), (void*)value); } inline static int32_t get_offset_of_parent_8() { return static_cast(offsetof(TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E, ___parent_8)); } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * get_parent_8() const { return ___parent_8; } inline TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 ** get_address_of_parent_8() { return &___parent_8; } inline void set_parent_8(TextureAtlasData_t63D713BB2F2C8E09E79429F66A30C120417BCDC1 * value) { ___parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_8), (void*)value); } inline static int32_t get_offset_of_frame_9() { return static_cast(offsetof(TextureData_t36EC038DFB2A0A187EA08DA7EAEF31C73EF76B6E, ___frame_9)); } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * get_frame_9() const { return ___frame_9; } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E ** get_address_of_frame_9() { return &___frame_9; } inline void set_frame_9(Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * value) { ___frame_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___frame_9), (void*)value); } }; // DragonBones.TransformObject struct TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.Matrix DragonBones.TransformObject::globalTransformMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ___globalTransformMatrix_8; // DragonBones.TransformDB DragonBones.TransformObject::global TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___global_9; // DragonBones.TransformDB DragonBones.TransformObject::offset TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___offset_10; // DragonBones.TransformDB DragonBones.TransformObject::origin TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___origin_11; // System.Object DragonBones.TransformObject::userData RuntimeObject * ___userData_12; // System.Boolean DragonBones.TransformObject::_globalDirty bool ____globalDirty_13; // DragonBones.Armature DragonBones.TransformObject::_armature Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * ____armature_14; public: inline static int32_t get_offset_of_globalTransformMatrix_8() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___globalTransformMatrix_8)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get_globalTransformMatrix_8() const { return ___globalTransformMatrix_8; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of_globalTransformMatrix_8() { return &___globalTransformMatrix_8; } inline void set_globalTransformMatrix_8(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ___globalTransformMatrix_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___globalTransformMatrix_8), (void*)value); } inline static int32_t get_offset_of_global_9() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___global_9)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_global_9() const { return ___global_9; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_global_9() { return &___global_9; } inline void set_global_9(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___global_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___global_9), (void*)value); } inline static int32_t get_offset_of_offset_10() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___offset_10)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_offset_10() const { return ___offset_10; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_offset_10() { return &___offset_10; } inline void set_offset_10(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___offset_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___offset_10), (void*)value); } inline static int32_t get_offset_of_origin_11() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___origin_11)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_origin_11() const { return ___origin_11; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_origin_11() { return &___origin_11; } inline void set_origin_11(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___origin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___origin_11), (void*)value); } inline static int32_t get_offset_of_userData_12() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ___userData_12)); } inline RuntimeObject * get_userData_12() const { return ___userData_12; } inline RuntimeObject ** get_address_of_userData_12() { return &___userData_12; } inline void set_userData_12(RuntimeObject * value) { ___userData_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_12), (void*)value); } inline static int32_t get_offset_of__globalDirty_13() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ____globalDirty_13)); } inline bool get__globalDirty_13() const { return ____globalDirty_13; } inline bool* get_address_of__globalDirty_13() { return &____globalDirty_13; } inline void set__globalDirty_13(bool value) { ____globalDirty_13 = value; } inline static int32_t get_offset_of__armature_14() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F, ____armature_14)); } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * get__armature_14() const { return ____armature_14; } inline Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD ** get_address_of__armature_14() { return &____armature_14; } inline void set__armature_14(Armature_t83B55B875E92A11A27E8BDB2AEB4FEA22D7070AD * value) { ____armature_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____armature_14), (void*)value); } }; struct TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields { public: // DragonBones.Matrix DragonBones.TransformObject::_helpMatrix Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * ____helpMatrix_5; // DragonBones.TransformDB DragonBones.TransformObject::_helpTransform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ____helpTransform_6; // DragonBones.Point DragonBones.TransformObject::_helpPoint Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * ____helpPoint_7; public: inline static int32_t get_offset_of__helpMatrix_5() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields, ____helpMatrix_5)); } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * get__helpMatrix_5() const { return ____helpMatrix_5; } inline Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 ** get_address_of__helpMatrix_5() { return &____helpMatrix_5; } inline void set__helpMatrix_5(Matrix_tC6EB83DA443F489A9024882184C05356CFEE01B3 * value) { ____helpMatrix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpMatrix_5), (void*)value); } inline static int32_t get_offset_of__helpTransform_6() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields, ____helpTransform_6)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get__helpTransform_6() const { return ____helpTransform_6; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of__helpTransform_6() { return &____helpTransform_6; } inline void set__helpTransform_6(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ____helpTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpTransform_6), (void*)value); } inline static int32_t get_offset_of__helpPoint_7() { return static_cast(offsetof(TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F_StaticFields, ____helpPoint_7)); } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * get__helpPoint_7() const { return ____helpPoint_7; } inline Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D ** get_address_of__helpPoint_7() { return &____helpPoint_7; } inline void set__helpPoint_7(Point_t437A6DCC716D7C208C3DCA1AF737989EAD85C73D * value) { ____helpPoint_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpPoint_7), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UserComp struct UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7 : public Singleton_1_t4657C1A850465243FABDC49AC48EE7810EF7F5CC { public: // System.String UserComp::_lastSaveMac String_t* ____lastSaveMac_1; public: inline static int32_t get_offset_of__lastSaveMac_1() { return static_cast(offsetof(UserComp_tCB2F024011EB66481AA077ADDF392B92515171C7, ____lastSaveMac_1)); } inline String_t* get__lastSaveMac_1() const { return ____lastSaveMac_1; } inline String_t** get_address_of__lastSaveMac_1() { return &____lastSaveMac_1; } inline void set__lastSaveMac_1(String_t* value) { ____lastSaveMac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastSaveMac_1), (void*)value); } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::c X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___c_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::basicConstraints BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * ___basicConstraints_1; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValueSet bool ___hashValueSet_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValue int32_t ___hashValue_4; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___c_0)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_c_0() const { return ___c_0; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___basicConstraints_1)); } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * get_basicConstraints_1() const { return ___basicConstraints_1; } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C ** get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * value) { ___basicConstraints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___basicConstraints_1), (void*)value); } inline static int32_t get_offset_of_keyUsage_2() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___keyUsage_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_2() const { return ___keyUsage_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_2() { return &___keyUsage_2; } inline void set_keyUsage_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_2), (void*)value); } inline static int32_t get_offset_of_hashValueSet_3() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValueSet_3)); } inline bool get_hashValueSet_3() const { return ___hashValueSet_3; } inline bool* get_address_of_hashValueSet_3() { return &___hashValueSet_3; } inline void set_hashValueSet_3(bool value) { ___hashValueSet_3 = value; } inline static int32_t get_offset_of_hashValue_4() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValue_4)); } inline int32_t get_hashValue_4() const { return ___hashValue_4; } inline int32_t* get_address_of_hashValue_4() { return &___hashValue_4; } inline void set_hashValue_4(int32_t value) { ___hashValue_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::tbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___tbsCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCert_2() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___tbsCert_2)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_tbsCert_2() const { return ___tbsCert_2; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_tbsCert_2() { return &___tbsCert_2; } inline void set_tbsCert_2(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___tbsCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCert_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator> struct Enumerator_t3CC21DADF6211F78869F7748CA0C08B88D81E17F { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3CC21DADF6211F78869F7748CA0C08B88D81E17F, ___dictionary_0)); } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t0D9FE4F55E8D8F5436135E39FBEE635CC7D362DC * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t3CC21DADF6211F78869F7748CA0C08B88D81E17F, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t3CC21DADF6211F78869F7748CA0C08B88D81E17F, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3CC21DADF6211F78869F7748CA0C08B88D81E17F, ___current_3)); } inline KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t9D69F9458626D473B64BDD6D278CDB9D11116D98 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t3CC21DADF6211F78869F7748CA0C08B88D81E17F, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // o0.MeanMaintainer`1> struct MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED : public RuntimeObject { public: // System.Int32 o0.MeanMaintainer`1::Count int32_t ___Count_0; // T o0.MeanMaintainer`1::Mean Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mean_1; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_Mean_1() { return static_cast(offsetof(MeanMaintainer_1_t67D140EACE2DC6469FE5955856DF32A91735B0ED, ___Mean_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mean_1() const { return ___Mean_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mean_1() { return &___Mean_1; } inline void set_Mean_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mean_1 = value; } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`4,o0.Geometry.Vector`1,o0.Geometry.Vector`1,System.Double> struct ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3 { public: // T1 System.ValueTuple`4::Item1 Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Item1_0; // T2 System.ValueTuple`4::Item2 Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Item2_1; // T3 System.ValueTuple`4::Item3 Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Item3_2; // T4 System.ValueTuple`4::Item4 double ___Item4_3; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item1_0)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Item1_0() const { return ___Item1_0; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item2_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Item2_1() const { return ___Item2_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item3_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Item3_2() const { return ___Item3_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_4_t3C0586214F35C940FA120C9684C3926E6F2372F3, ___Item4_3)); } inline double get_Item4_3() const { return ___Item4_3; } inline double* get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(double value) { ___Item4_3 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=16 ::00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0; // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42; // /__StaticArrayInitTypeSize=16 ::256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57; // /__StaticArrayInitTypeSize=24 ::31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313; // /__StaticArrayInitTypeSize=24 ::FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317; public: inline static int32_t get_offset_of_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0() const { return ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0() { return &___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0; } inline void set_U300A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___00A05B3FC0CDDB89D4EAFC963B0FC3DB36D1E626ACE712EF228E76BEAE46D739_0 = value; } inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_1 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_2 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_3 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_4 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_5 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_6 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_7 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_8 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_9 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_10 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_11 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_12 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_13 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_14 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_15 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_16 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_17 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_18 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_19 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_20 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_21 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_22 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_23 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_24 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_25 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_26 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_27 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_28 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_29 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_30 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_31 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_32 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_33 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_34 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_35 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_36 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_37 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_38 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_39 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_40 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_41 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_42 = value; } inline static int32_t get_offset_of_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43() const { return ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43() { return &___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43; } inline void set_U3256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___256B5C821AE7ACC913AAD1A5008F4AE9DF13C729D46188438CF6ADCDCD9C61D0_43 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_44 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_45 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_46 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_47 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_48 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_49 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_50 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_51 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_52 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_53 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_54 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_55 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_56 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_57 = value; } inline static int32_t get_offset_of_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58() const { return ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58() { return &___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58; } inline void set_U331DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___31DC80A0E3F238C867D68C8A1E6C828082A837D9CF343EB14A27F537A67961EB_58 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_59 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_60 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_61 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_62 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_63 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_64 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_65 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_66 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_67 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_68 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_69 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_70 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_71 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_72 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_73 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_74 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_75 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_76 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_77 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_78 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_79 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_80 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_81 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_82 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_83 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_84 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_85 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_86 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_87 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_88 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_89 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_90 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_91 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_92 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_93 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_94 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_95 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_96 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_97 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_98 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_99 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_100 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_101 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_102 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_103 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_104 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_105 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_106 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_107 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_108 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_109 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_110 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_111 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_112 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_113 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_114 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_115 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_116 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_117 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_118 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_119 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_120 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_121 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_122 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_123 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_124 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_125 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_126 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_127 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_128 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_129 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_130 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_131 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_132 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_133 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_134 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_135 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_136 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_137 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_138 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_139 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_140 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_141 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_142 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_143 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_144 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_145 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_146 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_147 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_148 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_149 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_150 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_151 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_152 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_153 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_154 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_155 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_156 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_157 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_158 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_159 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_160 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_161 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_162 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_163 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_164 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_165 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_166 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_167 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_168 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_169 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_170 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_171 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_172 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_173 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_174 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_175 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_176 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_177 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_178 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_179 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_180 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_181 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_182 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_183 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_184 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_185 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_186 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_187 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_188 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_189 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_190 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_191 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_192 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_193 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_194 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_195 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_196 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_197 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_198 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_199 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_200 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_201 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_202 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_203 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_204 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_205 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_206 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_207 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_208 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_209 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_210 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_211 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_212 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_213 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_214 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_215 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_216 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_217 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_218 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_219 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_220 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_221 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_222 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_223 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_224 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_225 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_226 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_227 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_228 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_229 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_230 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_231 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_232 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_233 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_234 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_235 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_236 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_237 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_238 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_239 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_240 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_241 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_242 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_243 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_244 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_245 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_246 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_247 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_248 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_249 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_250 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_251 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_252 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_253 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_254 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_255 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_256 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_257 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_258 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_259 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_260 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_261 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_262 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_263 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_264 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_265 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_266 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_267 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_268 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_269 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_270 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_271 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_272 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_273 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_274 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_275 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_276 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_277 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_278 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_279 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_280 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_281 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_282 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_283 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_284 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_285 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_286 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_287 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_288 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_289 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_290 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_291 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_292 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_293 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_294 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_295 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_296 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_297 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_298 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_299 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_300 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_301 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_302 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_303 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_304 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_305 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_306 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_307 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_308 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_309 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_310 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_311 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_312 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_313 = value; } inline static int32_t get_offset_of_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314() const { return ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314() { return &___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314; } inline void set_FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___FE78C65211DD0B56A97024FB61111E686EF1FE054AA132BA58E2891AC496F1EE_314 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_315 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_316 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_317 = value; } }; // DragonBones.ActionType struct ActionType_t77CB14EC3D4737EF171F6BFF1BE20BDBFC8E01F2 { public: // System.Int32 DragonBones.ActionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ActionType_t77CB14EC3D4737EF171F6BFF1BE20BDBFC8E01F2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DragonBones.ArmatureType struct ArmatureType_tC7FE9060059F6F9E573EFDC3450B19B26DE6E313 { public: // System.Int32 DragonBones.ArmatureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ArmatureType_tC7FE9060059F6F9E573EFDC3450B19B26DE6E313, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::_set RuntimeObject* ____set_2; public: inline static int32_t get_offset_of__set_2() { return static_cast(offsetof(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49, ____set_2)); } inline RuntimeObject* get__set_2() const { return ____set_2; } inline RuntimeObject** get_address_of__set_2() { return &____set_2; } inline void set__set_2(RuntimeObject* value) { ____set_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // BestHTTP.Authentication.AuthenticationTypes struct AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534 { public: // System.Int32 BestHTTP.Authentication.AuthenticationTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure struct AuthorityKeyIdentifierStructure_t1AF8DB7A07EA36D3D9C0ABBC0FF7368369754464 : public AuthorityKeyIdentifier_t7B2B4140751EC0CA5D50488C12732095FDDAFC92 { public: public: }; // Axis663Handler struct Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F : public AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D { public: // o0.Bow.o0663Axis Axis663Handler::_663Axis o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * ____663Axis_1; // o0.Geometry.Vector`1 Axis663Handler::GyrByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex_2; // o0.Geometry.Vector`1 Axis663Handler::AccByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex_3; // o0.Geometry.Vector`1 Axis663Handler::MagByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex_4; public: inline static int32_t get_offset_of__663Axis_1() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ____663Axis_1)); } inline o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * get__663Axis_1() const { return ____663Axis_1; } inline o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 ** get_address_of__663Axis_1() { return &____663Axis_1; } inline void set__663Axis_1(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 * value) { ____663Axis_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____663Axis_1), (void*)value); } inline static int32_t get_offset_of_GyrByteIndex_2() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ___GyrByteIndex_2)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_GyrByteIndex_2() const { return ___GyrByteIndex_2; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_GyrByteIndex_2() { return &___GyrByteIndex_2; } inline void set_GyrByteIndex_2(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___GyrByteIndex_2 = value; } inline static int32_t get_offset_of_AccByteIndex_3() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ___AccByteIndex_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_AccByteIndex_3() const { return ___AccByteIndex_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_AccByteIndex_3() { return &___AccByteIndex_3; } inline void set_AccByteIndex_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___AccByteIndex_3 = value; } inline static int32_t get_offset_of_MagByteIndex_4() { return static_cast(offsetof(Axis663Handler_t9FB538E80BA7986A055BC478C5B8A2127162079F, ___MagByteIndex_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_MagByteIndex_4() const { return ___MagByteIndex_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_MagByteIndex_4() { return &___MagByteIndex_4; } inline void set_MagByteIndex_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___MagByteIndex_4 = value; } }; // Axis9Handler struct Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7 : public AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D { public: // o0.Bow.o09AxisAfterXiaMenFromDll Axis9Handler::_9Axis o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * ____9Axis_1; // AttitudeJson Axis9Handler::attitudeJson AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 * ___attitudeJson_2; // o0.Geometry.Vector`1 Axis9Handler::GyrByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___GyrByteIndex_3; // o0.Geometry.Vector`1 Axis9Handler::AccByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___AccByteIndex_4; // o0.Geometry.Vector`1 Axis9Handler::MagByteIndex Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___MagByteIndex_5; public: inline static int32_t get_offset_of__9Axis_1() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ____9Axis_1)); } inline o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * get__9Axis_1() const { return ____9Axis_1; } inline o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD ** get_address_of__9Axis_1() { return &____9Axis_1; } inline void set__9Axis_1(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD * value) { ____9Axis_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____9Axis_1), (void*)value); } inline static int32_t get_offset_of_attitudeJson_2() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___attitudeJson_2)); } inline AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 * get_attitudeJson_2() const { return ___attitudeJson_2; } inline AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 ** get_address_of_attitudeJson_2() { return &___attitudeJson_2; } inline void set_attitudeJson_2(AttitudeJson_t52462AAE598F99D504769E068B4925B704808C99 * value) { ___attitudeJson_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attitudeJson_2), (void*)value); } inline static int32_t get_offset_of_GyrByteIndex_3() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___GyrByteIndex_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_GyrByteIndex_3() const { return ___GyrByteIndex_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_GyrByteIndex_3() { return &___GyrByteIndex_3; } inline void set_GyrByteIndex_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___GyrByteIndex_3 = value; } inline static int32_t get_offset_of_AccByteIndex_4() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___AccByteIndex_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_AccByteIndex_4() const { return ___AccByteIndex_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_AccByteIndex_4() { return &___AccByteIndex_4; } inline void set_AccByteIndex_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___AccByteIndex_4 = value; } inline static int32_t get_offset_of_MagByteIndex_5() { return static_cast(offsetof(Axis9Handler_t9D9B4BA7E638DDF40586DFC4B9A6819FFFC5ADD7, ___MagByteIndex_5)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_MagByteIndex_5() const { return ___MagByteIndex_5; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_MagByteIndex_5() { return &___MagByteIndex_5; } inline void set_MagByteIndex_5(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___MagByteIndex_5 = value; } }; // Axis9NopackHandler struct Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 : public AxisBaseHandler_tB2ADEE63CF0D81D5D1EE9EF876E6CA6BCF7AA09D { public: // o09Axis Axis9NopackHandler::_9Axis o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * ____9Axis_1; // o0._9Axis.MagnetometerAutoCalibrater Axis9NopackHandler::MagCalibrater MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * ___MagCalibrater_2; // o0GyrCalibrater Axis9NopackHandler::GyrCalibrater o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * ___GyrCalibrater_3; // System.Int64 Axis9NopackHandler::msOld int64_t ___msOld_4; // System.Int64 Axis9NopackHandler::TimeGap int64_t ___TimeGap_5; // UnityEngine.Vector3 Axis9NopackHandler::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_6; // UnityEngine.Vector3 Axis9NopackHandler::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_7; // UnityEngine.Vector3 Axis9NopackHandler::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_8; // o0.Bow.DistanceToAxis Axis9NopackHandler::distanceToAxis DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * ___distanceToAxis_9; // System.Double Axis9NopackHandler::GapMs double ___GapMs_10; // o0.Geometry.Vector`1 Axis9NopackHandler::gyr0o Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___gyr0o_11; // o0.Geometry.Vector`1 Axis9NopackHandler::acc0o Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___acc0o_12; // o0.Geometry.Vector`1 Axis9NopackHandler::mag0o Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___mag0o_13; public: inline static int32_t get_offset_of__9Axis_1() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ____9Axis_1)); } inline o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * get__9Axis_1() const { return ____9Axis_1; } inline o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 ** get_address_of__9Axis_1() { return &____9Axis_1; } inline void set__9Axis_1(o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7 * value) { ____9Axis_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____9Axis_1), (void*)value); } inline static int32_t get_offset_of_MagCalibrater_2() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___MagCalibrater_2)); } inline MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * get_MagCalibrater_2() const { return ___MagCalibrater_2; } inline MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 ** get_address_of_MagCalibrater_2() { return &___MagCalibrater_2; } inline void set_MagCalibrater_2(MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * value) { ___MagCalibrater_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagCalibrater_2), (void*)value); } inline static int32_t get_offset_of_GyrCalibrater_3() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___GyrCalibrater_3)); } inline o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * get_GyrCalibrater_3() const { return ___GyrCalibrater_3; } inline o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA ** get_address_of_GyrCalibrater_3() { return &___GyrCalibrater_3; } inline void set_GyrCalibrater_3(o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA * value) { ___GyrCalibrater_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrCalibrater_3), (void*)value); } inline static int32_t get_offset_of_msOld_4() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___msOld_4)); } inline int64_t get_msOld_4() const { return ___msOld_4; } inline int64_t* get_address_of_msOld_4() { return &___msOld_4; } inline void set_msOld_4(int64_t value) { ___msOld_4 = value; } inline static int32_t get_offset_of_TimeGap_5() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___TimeGap_5)); } inline int64_t get_TimeGap_5() const { return ___TimeGap_5; } inline int64_t* get_address_of_TimeGap_5() { return &___TimeGap_5; } inline void set_TimeGap_5(int64_t value) { ___TimeGap_5 = value; } inline static int32_t get_offset_of_Acc_6() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___Acc_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_6() const { return ___Acc_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_6() { return &___Acc_6; } inline void set_Acc_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_6 = value; } inline static int32_t get_offset_of_Gyr_7() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___Gyr_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_7() const { return ___Gyr_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_7() { return &___Gyr_7; } inline void set_Gyr_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_7 = value; } inline static int32_t get_offset_of_Mag_8() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___Mag_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_8() const { return ___Mag_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_8() { return &___Mag_8; } inline void set_Mag_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_8 = value; } inline static int32_t get_offset_of_distanceToAxis_9() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___distanceToAxis_9)); } inline DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * get_distanceToAxis_9() const { return ___distanceToAxis_9; } inline DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 ** get_address_of_distanceToAxis_9() { return &___distanceToAxis_9; } inline void set_distanceToAxis_9(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 * value) { ___distanceToAxis_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___distanceToAxis_9), (void*)value); } inline static int32_t get_offset_of_GapMs_10() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___GapMs_10)); } inline double get_GapMs_10() const { return ___GapMs_10; } inline double* get_address_of_GapMs_10() { return &___GapMs_10; } inline void set_GapMs_10(double value) { ___GapMs_10 = value; } inline static int32_t get_offset_of_gyr0o_11() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___gyr0o_11)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_gyr0o_11() const { return ___gyr0o_11; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_gyr0o_11() { return &___gyr0o_11; } inline void set_gyr0o_11(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___gyr0o_11 = value; } inline static int32_t get_offset_of_acc0o_12() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___acc0o_12)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_acc0o_12() const { return ___acc0o_12; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_acc0o_12() { return &___acc0o_12; } inline void set_acc0o_12(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___acc0o_12 = value; } inline static int32_t get_offset_of_mag0o_13() { return static_cast(offsetof(Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052, ___mag0o_13)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_mag0o_13() const { return ___mag0o_13; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_mag0o_13() { return &___mag0o_13; } inline void set_mag0o_13(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___mag0o_13 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator struct BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSetGenerator struct BerSetGenerator_t12523400B3EEBF16C8B165C53FBC36865B5BC56C : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // DragonBones.BinaryDataParser struct BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4 : public ObjectDataParser_tDEEFBED19206AF3A5CFDF1B08EF2CEE0326E1E4C { public: // System.Int32 DragonBones.BinaryDataParser::_binaryOffset int32_t ____binaryOffset_146; // System.Byte[] DragonBones.BinaryDataParser::_binary ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____binary_147; // System.Int16[] DragonBones.BinaryDataParser::_intArrayBuffer Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____intArrayBuffer_148; // System.Single[] DragonBones.BinaryDataParser::_floatArrayBuffer SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____floatArrayBuffer_149; // System.Int16[] DragonBones.BinaryDataParser::_frameIntArrayBuffer Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____frameIntArrayBuffer_150; // System.Single[] DragonBones.BinaryDataParser::_frameFloatArrayBuffer SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____frameFloatArrayBuffer_151; // System.Int16[] DragonBones.BinaryDataParser::_frameArrayBuffer Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ____frameArrayBuffer_152; // System.UInt16[] DragonBones.BinaryDataParser::_timelineArrayBuffer UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ____timelineArrayBuffer_153; public: inline static int32_t get_offset_of__binaryOffset_146() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____binaryOffset_146)); } inline int32_t get__binaryOffset_146() const { return ____binaryOffset_146; } inline int32_t* get_address_of__binaryOffset_146() { return &____binaryOffset_146; } inline void set__binaryOffset_146(int32_t value) { ____binaryOffset_146 = value; } inline static int32_t get_offset_of__binary_147() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____binary_147)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__binary_147() const { return ____binary_147; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__binary_147() { return &____binary_147; } inline void set__binary_147(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____binary_147 = value; Il2CppCodeGenWriteBarrier((void**)(&____binary_147), (void*)value); } inline static int32_t get_offset_of__intArrayBuffer_148() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____intArrayBuffer_148)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__intArrayBuffer_148() const { return ____intArrayBuffer_148; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__intArrayBuffer_148() { return &____intArrayBuffer_148; } inline void set__intArrayBuffer_148(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____intArrayBuffer_148 = value; Il2CppCodeGenWriteBarrier((void**)(&____intArrayBuffer_148), (void*)value); } inline static int32_t get_offset_of__floatArrayBuffer_149() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____floatArrayBuffer_149)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__floatArrayBuffer_149() const { return ____floatArrayBuffer_149; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__floatArrayBuffer_149() { return &____floatArrayBuffer_149; } inline void set__floatArrayBuffer_149(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____floatArrayBuffer_149 = value; Il2CppCodeGenWriteBarrier((void**)(&____floatArrayBuffer_149), (void*)value); } inline static int32_t get_offset_of__frameIntArrayBuffer_150() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____frameIntArrayBuffer_150)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__frameIntArrayBuffer_150() const { return ____frameIntArrayBuffer_150; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__frameIntArrayBuffer_150() { return &____frameIntArrayBuffer_150; } inline void set__frameIntArrayBuffer_150(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____frameIntArrayBuffer_150 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameIntArrayBuffer_150), (void*)value); } inline static int32_t get_offset_of__frameFloatArrayBuffer_151() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____frameFloatArrayBuffer_151)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__frameFloatArrayBuffer_151() const { return ____frameFloatArrayBuffer_151; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__frameFloatArrayBuffer_151() { return &____frameFloatArrayBuffer_151; } inline void set__frameFloatArrayBuffer_151(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____frameFloatArrayBuffer_151 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameFloatArrayBuffer_151), (void*)value); } inline static int32_t get_offset_of__frameArrayBuffer_152() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____frameArrayBuffer_152)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get__frameArrayBuffer_152() const { return ____frameArrayBuffer_152; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of__frameArrayBuffer_152() { return &____frameArrayBuffer_152; } inline void set__frameArrayBuffer_152(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ____frameArrayBuffer_152 = value; Il2CppCodeGenWriteBarrier((void**)(&____frameArrayBuffer_152), (void*)value); } inline static int32_t get_offset_of__timelineArrayBuffer_153() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4, ____timelineArrayBuffer_153)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get__timelineArrayBuffer_153() const { return ____timelineArrayBuffer_153; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of__timelineArrayBuffer_153() { return &____timelineArrayBuffer_153; } inline void set__timelineArrayBuffer_153(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ____timelineArrayBuffer_153 = value; Il2CppCodeGenWriteBarrier((void**)(&____timelineArrayBuffer_153), (void*)value); } }; struct BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4_StaticFields { public: // DragonBones.BinaryDataParser/JsonParseDelegate DragonBones.BinaryDataParser::jsonParseDelegate JsonParseDelegate_tDAE013C173F6221EFE0DB304C54D2ABEF153A0A9 * ___jsonParseDelegate_145; public: inline static int32_t get_offset_of_jsonParseDelegate_145() { return static_cast(offsetof(BinaryDataParser_t2AF3CAD128C3485A58560A0F36B2C620AEEA8BE4_StaticFields, ___jsonParseDelegate_145)); } inline JsonParseDelegate_tDAE013C173F6221EFE0DB304C54D2ABEF153A0A9 * get_jsonParseDelegate_145() const { return ___jsonParseDelegate_145; } inline JsonParseDelegate_tDAE013C173F6221EFE0DB304C54D2ABEF153A0A9 ** get_address_of_jsonParseDelegate_145() { return &___jsonParseDelegate_145; } inline void set_jsonParseDelegate_145(JsonParseDelegate_tDAE013C173F6221EFE0DB304C54D2ABEF153A0A9 * value) { ___jsonParseDelegate_145 = value; Il2CppCodeGenWriteBarrier((void**)(&___jsonParseDelegate_145), (void*)value); } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DragonBones.BlendMode struct BlendMode_t50D66FA0EF2FBA19642739A44735DCC10663D782 { public: // System.Int32 DragonBones.BlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlendMode_t50D66FA0EF2FBA19642739A44735DCC10663D782, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___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; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // BestHTTP.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific struct DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::isConstructed bool ___isConstructed_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::tag int32_t ___tag_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::octets ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets_4; public: inline static int32_t get_offset_of_isConstructed_2() { return static_cast(offsetof(DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E, ___isConstructed_2)); } inline bool get_isConstructed_2() const { return ___isConstructed_2; } inline bool* get_address_of_isConstructed_2() { return &___isConstructed_2; } inline void set_isConstructed_2(bool value) { ___isConstructed_2 = value; } inline static int32_t get_offset_of_tag_3() { return static_cast(offsetof(DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E, ___tag_3)); } inline int32_t get_tag_3() const { return ___tag_3; } inline int32_t* get_address_of_tag_3() { return &___tag_3; } inline void set_tag_3(int32_t value) { ___tag_3 = value; } inline static int32_t get_offset_of_octets_4() { return static_cast(offsetof(DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E, ___octets_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_octets_4() const { return ___octets_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_octets_4() { return &___octets_4; } inline void set_octets_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___octets_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___octets_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::value uint8_t ___value_2; public: inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE, ___value_2)); } inline uint8_t get_value_2() const { return ___value_2; } inline uint8_t* get_address_of_value_2() { return &___value_2; } inline void set_value_2(uint8_t value) { ___value_2 = value; } }; struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::False DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___False_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::True DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___True_4; public: inline static int32_t get_offset_of_False_3() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields, ___False_3)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_False_3() const { return ___False_3; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_False_3() { return &___False_3; } inline void set_False_3(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___False_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___False_3), (void*)value); } inline static int32_t get_offset_of_True_4() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields, ___True_4)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_True_4() const { return ___True_4; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_True_4() { return &___True_4; } inline void set_True_4(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___True_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___True_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // DragonBones.DisplayType struct DisplayType_tE5EEF1BD05554411A28F0B17E1A6CBCEE3674620 { public: // System.Int32 DragonBones.DisplayType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DisplayType_tE5EEF1BD05554411A28F0B17E1A6CBCEE3674620, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // o0.Bow.DistanceToAxis struct DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968 : public RuntimeObject { public: // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::LastAcc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LastAcc_0; // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::LockAcc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LockAcc_1; // System.Double o0.Bow.DistanceToAxis::LockMS double ___LockMS_2; // System.Double o0.Bow.DistanceToAxis::LastGapMS double ___LastGapMS_3; // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::Speed Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Speed_4; // o0.SortedQueue`1 o0.Bow.DistanceToAxis::DistanceQueue SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * ___DistanceQueue_5; // System.Double o0.Bow.DistanceToAxis::Distance double ___Distance_6; // o0.Geometry.Vector`1 o0.Bow.DistanceToAxis::LastSpeed Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___LastSpeed_7; public: inline static int32_t get_offset_of_LastAcc_0() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LastAcc_0)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LastAcc_0() const { return ___LastAcc_0; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LastAcc_0() { return &___LastAcc_0; } inline void set_LastAcc_0(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LastAcc_0 = value; } inline static int32_t get_offset_of_LockAcc_1() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LockAcc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LockAcc_1() const { return ___LockAcc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LockAcc_1() { return &___LockAcc_1; } inline void set_LockAcc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LockAcc_1 = value; } inline static int32_t get_offset_of_LockMS_2() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LockMS_2)); } inline double get_LockMS_2() const { return ___LockMS_2; } inline double* get_address_of_LockMS_2() { return &___LockMS_2; } inline void set_LockMS_2(double value) { ___LockMS_2 = value; } inline static int32_t get_offset_of_LastGapMS_3() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LastGapMS_3)); } inline double get_LastGapMS_3() const { return ___LastGapMS_3; } inline double* get_address_of_LastGapMS_3() { return &___LastGapMS_3; } inline void set_LastGapMS_3(double value) { ___LastGapMS_3 = value; } inline static int32_t get_offset_of_Speed_4() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___Speed_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Speed_4() const { return ___Speed_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Speed_4() { return &___Speed_4; } inline void set_Speed_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Speed_4 = value; } inline static int32_t get_offset_of_DistanceQueue_5() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___DistanceQueue_5)); } inline SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * get_DistanceQueue_5() const { return ___DistanceQueue_5; } inline SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 ** get_address_of_DistanceQueue_5() { return &___DistanceQueue_5; } inline void set_DistanceQueue_5(SortedQueue_1_t039D093D92E9BA2EE5E417E33AA8925C66135EC7 * value) { ___DistanceQueue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DistanceQueue_5), (void*)value); } inline static int32_t get_offset_of_Distance_6() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___Distance_6)); } inline double get_Distance_6() const { return ___Distance_6; } inline double* get_address_of_Distance_6() { return &___Distance_6; } inline void set_Distance_6(double value) { ___Distance_6 = value; } inline static int32_t get_offset_of_LastSpeed_7() { return static_cast(offsetof(DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968, ___LastSpeed_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_LastSpeed_7() const { return ___LastSpeed_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_LastSpeed_7() { return &___LastSpeed_7; } inline void set_LastSpeed_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___LastSpeed_7 = value; } }; // o0._9Axis.EllipsoidFitting struct EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F : public RuntimeObject { public: // o0.Geometry.Vector`1 o0._9Axis.EllipsoidFitting::
k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CCenterU3Ek__BackingField_0; // MathNet.Numerics.LinearAlgebra.Matrix`1 o0._9Axis.EllipsoidFitting::k__BackingField Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___U3CCorrectMatrixU3Ek__BackingField_1; // o0.Geometry.Vector`1 o0._9Axis.EllipsoidFitting::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRadiusU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCenterU3Ek__BackingField_0() { return static_cast(offsetof(EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F, ___U3CCenterU3Ek__BackingField_0)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CCenterU3Ek__BackingField_0() const { return ___U3CCenterU3Ek__BackingField_0; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CCenterU3Ek__BackingField_0() { return &___U3CCenterU3Ek__BackingField_0; } inline void set_U3CCenterU3Ek__BackingField_0(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CCenterU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCorrectMatrixU3Ek__BackingField_1() { return static_cast(offsetof(EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F, ___U3CCorrectMatrixU3Ek__BackingField_1)); } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * get_U3CCorrectMatrixU3Ek__BackingField_1() const { return ___U3CCorrectMatrixU3Ek__BackingField_1; } inline Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 ** get_address_of_U3CCorrectMatrixU3Ek__BackingField_1() { return &___U3CCorrectMatrixU3Ek__BackingField_1; } inline void set_U3CCorrectMatrixU3Ek__BackingField_1(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * value) { ___U3CCorrectMatrixU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCorrectMatrixU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_2() { return static_cast(offsetof(EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F, ___U3CRadiusU3Ek__BackingField_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRadiusU3Ek__BackingField_2() const { return ___U3CRadiusU3Ek__BackingField_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRadiusU3Ek__BackingField_2() { return &___U3CRadiusU3Ek__BackingField_2; } inline void set_U3CRadiusU3Ek__BackingField_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRadiusU3Ek__BackingField_2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // UnityEngine.ForceMode struct ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5 { public: // System.Int32 UnityEngine.ForceMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.GUIHelper struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F : public RuntimeObject { public: public: }; struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields { public: // System.String BestHTTP.Examples.GUIHelper::BaseURL String_t* ___BaseURL_0; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::centerAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___centerAlignedLabel_1; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::rightAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___rightAlignedLabel_2; // UnityEngine.Rect BestHTTP.Examples.GUIHelper::ClientArea Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___ClientArea_3; public: inline static int32_t get_offset_of_BaseURL_0() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___BaseURL_0)); } inline String_t* get_BaseURL_0() const { return ___BaseURL_0; } inline String_t** get_address_of_BaseURL_0() { return &___BaseURL_0; } inline void set_BaseURL_0(String_t* value) { ___BaseURL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_0), (void*)value); } inline static int32_t get_offset_of_centerAlignedLabel_1() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___centerAlignedLabel_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_centerAlignedLabel_1() const { return ___centerAlignedLabel_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_centerAlignedLabel_1() { return &___centerAlignedLabel_1; } inline void set_centerAlignedLabel_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___centerAlignedLabel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerAlignedLabel_1), (void*)value); } inline static int32_t get_offset_of_rightAlignedLabel_2() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___rightAlignedLabel_2)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_rightAlignedLabel_2() const { return ___rightAlignedLabel_2; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_rightAlignedLabel_2() { return &___rightAlignedLabel_2; } inline void set_rightAlignedLabel_2(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___rightAlignedLabel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightAlignedLabel_2), (void*)value); } inline static int32_t get_offset_of_ClientArea_3() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___ClientArea_3)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_ClientArea_3() const { return ___ClientArea_3; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_ClientArea_3() { return &___ClientArea_3; } inline void set_ClientArea_3(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___ClientArea_3 = value; } }; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Examples.GUIMessageList::messages List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___messages_0; // UnityEngine.Vector2 BestHTTP.Examples.GUIMessageList::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_1; public: inline static int32_t get_offset_of_messages_0() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___messages_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_messages_0() const { return ___messages_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_messages_0() { return &___messages_0; } inline void set_messages_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___messages_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_0), (void*)value); } inline static int32_t get_offset_of_scrollPos_1() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___scrollPos_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_1() const { return ___scrollPos_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_1() { return &___scrollPos_1; } inline void set_scrollPos_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_1 = value; } }; // DragonBones.IKConstraint struct IKConstraint_t13E7F31CE3E5E158E0B800C5F28E3CC912E6C5E1 : public Constraint_t273A5CF41A5AD55E7B142B1E36B97FD42AC6D72D { public: // System.Boolean DragonBones.IKConstraint::_scaleEnabled bool ____scaleEnabled_13; // System.Boolean DragonBones.IKConstraint::_bendPositive bool ____bendPositive_14; // System.Single DragonBones.IKConstraint::_weight float ____weight_15; public: inline static int32_t get_offset_of__scaleEnabled_13() { return static_cast(offsetof(IKConstraint_t13E7F31CE3E5E158E0B800C5F28E3CC912E6C5E1, ____scaleEnabled_13)); } inline bool get__scaleEnabled_13() const { return ____scaleEnabled_13; } inline bool* get_address_of__scaleEnabled_13() { return &____scaleEnabled_13; } inline void set__scaleEnabled_13(bool value) { ____scaleEnabled_13 = value; } inline static int32_t get_offset_of__bendPositive_14() { return static_cast(offsetof(IKConstraint_t13E7F31CE3E5E158E0B800C5F28E3CC912E6C5E1, ____bendPositive_14)); } inline bool get__bendPositive_14() const { return ____bendPositive_14; } inline bool* get_address_of__bendPositive_14() { return &____bendPositive_14; } inline void set__bendPositive_14(bool value) { ____bendPositive_14 = value; } inline static int32_t get_offset_of__weight_15() { return static_cast(offsetof(IKConstraint_t13E7F31CE3E5E158E0B800C5F28E3CC912E6C5E1, ____weight_15)); } inline float get__weight_15() const { return ____weight_15; } inline float* get_address_of__weight_15() { return &____weight_15; } inline void set__weight_15(float value) { ____weight_15 = value; } }; // LanguageEnum struct LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95 { public: // System.Int32 LanguageEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // DragonBones.OffsetMode struct OffsetMode_t57E5115DBEAF0DB4797A9B28FDC18A0871057686 { public: // System.Int32 DragonBones.OffsetMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OffsetMode_t57E5115DBEAF0DB4797A9B28FDC18A0871057686, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.ProtocolVersions struct ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7 { public: // System.Byte BestHTTP.SignalR.ProtocolVersions::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // UnityEngine.RenderMode struct RenderMode_tFF8E9ABC771ACEBD5ACC2D9DFB02264E0EA6CDBF { public: // System.Int32 UnityEngine.RenderMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderMode_tFF8E9ABC771ACEBD5ACC2D9DFB02264E0EA6CDBF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Space struct Space_t568D704D2B0AAC3E5894DDFF13DB2E02E2CD539E { public: // System.Int32 UnityEngine.Space::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Space_t568D704D2B0AAC3E5894DDFF13DB2E02E2CD539E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // o0.Bow.o0663Axis struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1 : public RuntimeObject { public: // o0.IMU._663AxisPreProcessor o0.Bow.o0663Axis::Attitude _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * ___Attitude_0; // System.Collections.Generic.List`1 o0.Bow.o0663Axis::States List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * ___States_4; // System.Int32 o0.Bow.o0663Axis::StatesMaxCount int32_t ___StatesMaxCount_5; // System.Single o0.Bow.o0663Axis::x float ___x_6; // System.Single o0.Bow.o0663Axis::y float ___y_7; // System.Single o0.Bow.o0663Axis::z float ___z_8; // System.Int64 o0.Bow.o0663Axis::TimeGapOld int64_t ___TimeGapOld_9; // System.Double o0.Bow.o0663Axis::lastv double ___lastv_10; // System.Int32 o0.Bow.o0663Axis::ShakeFrame int32_t ___ShakeFrame_11; // System.Int32 o0.Bow.o0663Axis::AccVarianceInput int32_t ___AccVarianceInput_12; // System.Double o0.Bow.o0663Axis::diff double ___diff_13; public: inline static int32_t get_offset_of_Attitude_0() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___Attitude_0)); } inline _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * get_Attitude_0() const { return ___Attitude_0; } inline _663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 ** get_address_of_Attitude_0() { return &___Attitude_0; } inline void set_Attitude_0(_663AxisPreProcessor_t4AD7F6E046DF9C3922C33FE04AF066374EFCA250 * value) { ___Attitude_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attitude_0), (void*)value); } inline static int32_t get_offset_of_States_4() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___States_4)); } inline List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * get_States_4() const { return ___States_4; } inline List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E ** get_address_of_States_4() { return &___States_4; } inline void set_States_4(List_1_t57058CE5CE5CF1ED62A5FC335983F13051990E3E * value) { ___States_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_4), (void*)value); } inline static int32_t get_offset_of_StatesMaxCount_5() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___StatesMaxCount_5)); } inline int32_t get_StatesMaxCount_5() const { return ___StatesMaxCount_5; } inline int32_t* get_address_of_StatesMaxCount_5() { return &___StatesMaxCount_5; } inline void set_StatesMaxCount_5(int32_t value) { ___StatesMaxCount_5 = value; } inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___x_6)); } inline float get_x_6() const { return ___x_6; } inline float* get_address_of_x_6() { return &___x_6; } inline void set_x_6(float value) { ___x_6 = value; } inline static int32_t get_offset_of_y_7() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___y_7)); } inline float get_y_7() const { return ___y_7; } inline float* get_address_of_y_7() { return &___y_7; } inline void set_y_7(float value) { ___y_7 = value; } inline static int32_t get_offset_of_z_8() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___z_8)); } inline float get_z_8() const { return ___z_8; } inline float* get_address_of_z_8() { return &___z_8; } inline void set_z_8(float value) { ___z_8 = value; } inline static int32_t get_offset_of_TimeGapOld_9() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___TimeGapOld_9)); } inline int64_t get_TimeGapOld_9() const { return ___TimeGapOld_9; } inline int64_t* get_address_of_TimeGapOld_9() { return &___TimeGapOld_9; } inline void set_TimeGapOld_9(int64_t value) { ___TimeGapOld_9 = value; } inline static int32_t get_offset_of_lastv_10() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___lastv_10)); } inline double get_lastv_10() const { return ___lastv_10; } inline double* get_address_of_lastv_10() { return &___lastv_10; } inline void set_lastv_10(double value) { ___lastv_10 = value; } inline static int32_t get_offset_of_ShakeFrame_11() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___ShakeFrame_11)); } inline int32_t get_ShakeFrame_11() const { return ___ShakeFrame_11; } inline int32_t* get_address_of_ShakeFrame_11() { return &___ShakeFrame_11; } inline void set_ShakeFrame_11(int32_t value) { ___ShakeFrame_11 = value; } inline static int32_t get_offset_of_AccVarianceInput_12() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___AccVarianceInput_12)); } inline int32_t get_AccVarianceInput_12() const { return ___AccVarianceInput_12; } inline int32_t* get_address_of_AccVarianceInput_12() { return &___AccVarianceInput_12; } inline void set_AccVarianceInput_12(int32_t value) { ___AccVarianceInput_12 = value; } inline static int32_t get_offset_of_diff_13() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1, ___diff_13)); } inline double get_diff_13() const { return ___diff_13; } inline double* get_address_of_diff_13() { return &___diff_13; } inline void set_diff_13(double value) { ___diff_13 = value; } }; struct o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields { public: // System.Collections.Generic.List`1 o0.Bow.o0663Axis::QuaTest List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * ___QuaTest_1; // o0.Geometry.Vector`1 o0.Bow.o0663Axis::AccIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccIdentity_2; // o0.Geometry.Vector`1 o0.Bow.o0663Axis::MagIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagIdentity_3; public: inline static int32_t get_offset_of_QuaTest_1() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___QuaTest_1)); } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * get_QuaTest_1() const { return ___QuaTest_1; } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB ** get_address_of_QuaTest_1() { return &___QuaTest_1; } inline void set_QuaTest_1(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * value) { ___QuaTest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___QuaTest_1), (void*)value); } inline static int32_t get_offset_of_AccIdentity_2() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___AccIdentity_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccIdentity_2() const { return ___AccIdentity_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccIdentity_2() { return &___AccIdentity_2; } inline void set_AccIdentity_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccIdentity_2 = value; } inline static int32_t get_offset_of_MagIdentity_3() { return static_cast(offsetof(o0663Axis_t83C2FC6F25ACEE4E09E82DDA4C968609451255E1_StaticFields, ___MagIdentity_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagIdentity_3() const { return ___MagIdentity_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagIdentity_3() { return &___MagIdentity_3; } inline void set_MagIdentity_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagIdentity_3 = value; } }; // o0.Bow.o09AxisAfterXiaMenFromDll struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD : public RuntimeObject { public: // o0.IMU._9AxisPreProcessor o0.Bow.o09AxisAfterXiaMenFromDll::Attitude _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * ___Attitude_0; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::GyrHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___GyrHardwareVariance_1; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::AccHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___AccHardwareVariance_2; // o0.IMU.HardwareVariance o0.Bow.o09AxisAfterXiaMenFromDll::MagHardwareVariance HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * ___MagHardwareVariance_3; // System.Collections.Generic.List`1 o0.Bow.o09AxisAfterXiaMenFromDll::States List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * ___States_6; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::StatesMaxCount int32_t ___StatesMaxCount_7; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::ShakeFrame int32_t ___ShakeFrame_8; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll::AccVarianceInput int32_t ___AccVarianceInput_9; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::diff double ___diff_10; public: inline static int32_t get_offset_of_Attitude_0() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___Attitude_0)); } inline _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * get_Attitude_0() const { return ___Attitude_0; } inline _9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 ** get_address_of_Attitude_0() { return &___Attitude_0; } inline void set_Attitude_0(_9AxisPreProcessor_tD92C8E74FCDA6BBD2E4D391F78B9817B2C0E2A78 * value) { ___Attitude_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Attitude_0), (void*)value); } inline static int32_t get_offset_of_GyrHardwareVariance_1() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___GyrHardwareVariance_1)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_GyrHardwareVariance_1() const { return ___GyrHardwareVariance_1; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_GyrHardwareVariance_1() { return &___GyrHardwareVariance_1; } inline void set_GyrHardwareVariance_1(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___GyrHardwareVariance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GyrHardwareVariance_1), (void*)value); } inline static int32_t get_offset_of_AccHardwareVariance_2() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___AccHardwareVariance_2)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_AccHardwareVariance_2() const { return ___AccHardwareVariance_2; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_AccHardwareVariance_2() { return &___AccHardwareVariance_2; } inline void set_AccHardwareVariance_2(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___AccHardwareVariance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccHardwareVariance_2), (void*)value); } inline static int32_t get_offset_of_MagHardwareVariance_3() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___MagHardwareVariance_3)); } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * get_MagHardwareVariance_3() const { return ___MagHardwareVariance_3; } inline HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 ** get_address_of_MagHardwareVariance_3() { return &___MagHardwareVariance_3; } inline void set_MagHardwareVariance_3(HardwareVariance_tA92FE6146D363D26FEAB519A7A2EC5DD70276471 * value) { ___MagHardwareVariance_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagHardwareVariance_3), (void*)value); } inline static int32_t get_offset_of_States_6() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___States_6)); } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * get_States_6() const { return ___States_6; } inline List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 ** get_address_of_States_6() { return &___States_6; } inline void set_States_6(List_1_tAF6B794402C4B3FF19CFE6148D1840DC90E31188 * value) { ___States_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_6), (void*)value); } inline static int32_t get_offset_of_StatesMaxCount_7() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___StatesMaxCount_7)); } inline int32_t get_StatesMaxCount_7() const { return ___StatesMaxCount_7; } inline int32_t* get_address_of_StatesMaxCount_7() { return &___StatesMaxCount_7; } inline void set_StatesMaxCount_7(int32_t value) { ___StatesMaxCount_7 = value; } inline static int32_t get_offset_of_ShakeFrame_8() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___ShakeFrame_8)); } inline int32_t get_ShakeFrame_8() const { return ___ShakeFrame_8; } inline int32_t* get_address_of_ShakeFrame_8() { return &___ShakeFrame_8; } inline void set_ShakeFrame_8(int32_t value) { ___ShakeFrame_8 = value; } inline static int32_t get_offset_of_AccVarianceInput_9() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___AccVarianceInput_9)); } inline int32_t get_AccVarianceInput_9() const { return ___AccVarianceInput_9; } inline int32_t* get_address_of_AccVarianceInput_9() { return &___AccVarianceInput_9; } inline void set_AccVarianceInput_9(int32_t value) { ___AccVarianceInput_9 = value; } inline static int32_t get_offset_of_diff_10() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD, ___diff_10)); } inline double get_diff_10() const { return ___diff_10; } inline double* get_address_of_diff_10() { return &___diff_10; } inline void set_diff_10(double value) { ___diff_10 = value; } }; struct o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields { public: // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll::AccIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccIdentity_4; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll::MagIdentity Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagIdentity_5; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll::vari double ___vari_11; public: inline static int32_t get_offset_of_AccIdentity_4() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___AccIdentity_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccIdentity_4() const { return ___AccIdentity_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccIdentity_4() { return &___AccIdentity_4; } inline void set_AccIdentity_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccIdentity_4 = value; } inline static int32_t get_offset_of_MagIdentity_5() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___MagIdentity_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagIdentity_5() const { return ___MagIdentity_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagIdentity_5() { return &___MagIdentity_5; } inline void set_MagIdentity_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagIdentity_5 = value; } inline static int32_t get_offset_of_vari_11() { return static_cast(offsetof(o09AxisAfterXiaMenFromDll_tC600929C631772B86385C48A08E903A9817FB5CD_StaticFields, ___vari_11)); } inline double get_vari_11() const { return ___vari_11; } inline double* get_address_of_vari_11() { return &___vari_11; } inline void set_vari_11(double value) { ___vari_11 = value; } }; // o0.Bow.o09AxisCS struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A : public RuntimeObject { public: // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceGyr Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceGyr_3; // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceAcc Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceAcc_4; // o0Project.Variance o0.Bow.o09AxisCS::HardwareVarianceMag Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * ___HardwareVarianceMag_5; // System.Collections.Generic.List`1 o0.Bow.o09AxisCS::States List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * ___States_6; // System.Single o0.Bow.o09AxisCS::x float ___x_7; // System.Single o0.Bow.o09AxisCS::y float ___y_8; // System.Single o0.Bow.o09AxisCS::z float ___z_9; // System.Int64 o0.Bow.o09AxisCS::TimeGapOld int64_t ___TimeGapOld_10; // o0Aien.o0WeightedAverageFilterVector3 o0.Bow.o09AxisCS::AccFilter o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * ___AccFilter_11; // o0Aien.o0WeightedAverageFilterVector3 o0.Bow.o09AxisCS::MagFilter o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * ___MagFilter_12; // System.Int32 o0.Bow.o09AxisCS::ShakeFrame int32_t ___ShakeFrame_13; // System.Int32 o0.Bow.o09AxisCS::AccVarianceInput int32_t ___AccVarianceInput_14; // System.Double o0.Bow.o09AxisCS::diff double ___diff_15; public: inline static int32_t get_offset_of_HardwareVarianceGyr_3() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceGyr_3)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceGyr_3() const { return ___HardwareVarianceGyr_3; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceGyr_3() { return &___HardwareVarianceGyr_3; } inline void set_HardwareVarianceGyr_3(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceGyr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceGyr_3), (void*)value); } inline static int32_t get_offset_of_HardwareVarianceAcc_4() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceAcc_4)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceAcc_4() const { return ___HardwareVarianceAcc_4; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceAcc_4() { return &___HardwareVarianceAcc_4; } inline void set_HardwareVarianceAcc_4(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceAcc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceAcc_4), (void*)value); } inline static int32_t get_offset_of_HardwareVarianceMag_5() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___HardwareVarianceMag_5)); } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * get_HardwareVarianceMag_5() const { return ___HardwareVarianceMag_5; } inline Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 ** get_address_of_HardwareVarianceMag_5() { return &___HardwareVarianceMag_5; } inline void set_HardwareVarianceMag_5(Variance_t8A000F24295918C8D3E1006CD1AFC18B99BC7522 * value) { ___HardwareVarianceMag_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___HardwareVarianceMag_5), (void*)value); } inline static int32_t get_offset_of_States_6() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___States_6)); } inline List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * get_States_6() const { return ___States_6; } inline List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 ** get_address_of_States_6() { return &___States_6; } inline void set_States_6(List_1_t646E9EDE97E14C6A90E302EF68861CB302207E26 * value) { ___States_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___States_6), (void*)value); } inline static int32_t get_offset_of_x_7() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___x_7)); } inline float get_x_7() const { return ___x_7; } inline float* get_address_of_x_7() { return &___x_7; } inline void set_x_7(float value) { ___x_7 = value; } inline static int32_t get_offset_of_y_8() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___y_8)); } inline float get_y_8() const { return ___y_8; } inline float* get_address_of_y_8() { return &___y_8; } inline void set_y_8(float value) { ___y_8 = value; } inline static int32_t get_offset_of_z_9() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___z_9)); } inline float get_z_9() const { return ___z_9; } inline float* get_address_of_z_9() { return &___z_9; } inline void set_z_9(float value) { ___z_9 = value; } inline static int32_t get_offset_of_TimeGapOld_10() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___TimeGapOld_10)); } inline int64_t get_TimeGapOld_10() const { return ___TimeGapOld_10; } inline int64_t* get_address_of_TimeGapOld_10() { return &___TimeGapOld_10; } inline void set_TimeGapOld_10(int64_t value) { ___TimeGapOld_10 = value; } inline static int32_t get_offset_of_AccFilter_11() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___AccFilter_11)); } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * get_AccFilter_11() const { return ___AccFilter_11; } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 ** get_address_of_AccFilter_11() { return &___AccFilter_11; } inline void set_AccFilter_11(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * value) { ___AccFilter_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AccFilter_11), (void*)value); } inline static int32_t get_offset_of_MagFilter_12() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___MagFilter_12)); } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * get_MagFilter_12() const { return ___MagFilter_12; } inline o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 ** get_address_of_MagFilter_12() { return &___MagFilter_12; } inline void set_MagFilter_12(o0WeightedAverageFilterVector3_t7903DC805DA49CE118E06CB953622C695334CB42 * value) { ___MagFilter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagFilter_12), (void*)value); } inline static int32_t get_offset_of_ShakeFrame_13() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___ShakeFrame_13)); } inline int32_t get_ShakeFrame_13() const { return ___ShakeFrame_13; } inline int32_t* get_address_of_ShakeFrame_13() { return &___ShakeFrame_13; } inline void set_ShakeFrame_13(int32_t value) { ___ShakeFrame_13 = value; } inline static int32_t get_offset_of_AccVarianceInput_14() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___AccVarianceInput_14)); } inline int32_t get_AccVarianceInput_14() const { return ___AccVarianceInput_14; } inline int32_t* get_address_of_AccVarianceInput_14() { return &___AccVarianceInput_14; } inline void set_AccVarianceInput_14(int32_t value) { ___AccVarianceInput_14 = value; } inline static int32_t get_offset_of_diff_15() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A, ___diff_15)); } inline double get_diff_15() const { return ___diff_15; } inline double* get_address_of_diff_15() { return &___diff_15; } inline void set_diff_15(double value) { ___diff_15 = value; } }; struct o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields { public: // System.Collections.Generic.List`1 o0.Bow.o09AxisCS::QuaTest List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * ___QuaTest_0; // UnityEngine.Vector3 o0.Bow.o09AxisCS::AccIdentity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccIdentity_1; // UnityEngine.Vector3 o0.Bow.o09AxisCS::MagIdentity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagIdentity_2; public: inline static int32_t get_offset_of_QuaTest_0() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___QuaTest_0)); } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * get_QuaTest_0() const { return ___QuaTest_0; } inline List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB ** get_address_of_QuaTest_0() { return &___QuaTest_0; } inline void set_QuaTest_0(List_1_t2558DEC96F7E6007750607B083ADB3AC48A30CCB * value) { ___QuaTest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___QuaTest_0), (void*)value); } inline static int32_t get_offset_of_AccIdentity_1() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___AccIdentity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccIdentity_1() const { return ___AccIdentity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccIdentity_1() { return &___AccIdentity_1; } inline void set_AccIdentity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccIdentity_1 = value; } inline static int32_t get_offset_of_MagIdentity_2() { return static_cast(offsetof(o09AxisCS_t2A92861C5BDC6ABC3184CB2EB2597A77BF93322A_StaticFields, ___MagIdentity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagIdentity_2() const { return ___MagIdentity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagIdentity_2() { return &___MagIdentity_2; } inline void set_MagIdentity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagIdentity_2 = value; } }; // o0GyrCalibrater struct o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA : public RuntimeObject { public: // UnityEngine.Vector3 o0GyrCalibrater::_Average Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____Average_0; // System.Int64 o0GyrCalibrater::Count int64_t ___Count_1; public: inline static int32_t get_offset_of__Average_0() { return static_cast(offsetof(o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA, ____Average_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__Average_0() const { return ____Average_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__Average_0() { return &____Average_0; } inline void set__Average_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____Average_0 = value; } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA, ___Count_1)); } inline int64_t get_Count_1() const { return ___Count_1; } inline int64_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int64_t value) { ___Count_1 = value; } }; // UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType struct UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016 { public: // System.Int32 UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.CanvasScaler/ScaleMode struct ScaleMode_t0CBCB9FD5EB6F84B682D0F5E4203D0925BCDB069 { public: // System.Int32 UnityEngine.UI.CanvasScaler/ScaleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScaleMode_t0CBCB9FD5EB6F84B682D0F5E4203D0925BCDB069, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.CanvasScaler/ScreenMatchMode struct ScreenMatchMode_t64D475564756A5C040CC9B7C62D321C7133970DB { public: // System.Int32 UnityEngine.UI.CanvasScaler/ScreenMatchMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScreenMatchMode_t64D475564756A5C040CC9B7C62D321C7133970DB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.CanvasScaler/Unit struct Unit_t48D9126E954FB214B48FD2E199CB041FF97CFF80 { public: // System.Int32 UnityEngine.UI.CanvasScaler/Unit::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Unit_t48D9126E954FB214B48FD2E199CB041FF97CFF80, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.GUILayoutOption/Type struct Type_t79FB5C82B695061CED8D628CBB6A1E8709705288 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t79FB5C82B695061CED8D628CBB6A1E8709705288, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.EventSystems.PointerEventData/InputButton struct InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Slider/Direction struct Direction_tFC329DCFF9844C052301C90100CA0F5FA9C65961 { public: // System.Int32 UnityEngine.UI.Slider/Direction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Direction_tFC329DCFF9844C052301C90100CA0F5FA9C65961, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // o0.Bow.o0663Axis/State struct State_t4D70CC2845D6A40E2C093608912892C8F2218FA4 : public RuntimeObject { public: // System.Double o0.Bow.o0663Axis/State::TimeGap double ___TimeGap_0; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Acc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc_1; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::AccSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccSmooth_2; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Gyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr_3; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::Mag Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag_4; // o0.Geometry.Vector`1 o0.Bow.o0663Axis/State::MagSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagSmooth_5; // System.Double o0.Bow.o0663Axis/State::GapMS double ___GapMS_6; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::Qua Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___Qua_7; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::QuaSmooth Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaSmooth_8; // System.Double o0.Bow.o0663Axis/State::Variance double ___Variance_9; // System.Double o0.Bow.o0663Axis/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o0663Axis/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o0663Axis/State::MagVariance double ___MagVariance_12; // o0.Geometry.Quaternion o0.Bow.o0663Axis/State::QuaAccMag Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaAccMag_13; // System.Int32 o0.Bow.o0663Axis/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o0663Axis/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o0663Axis/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___TimeGap_0)); } inline double get_TimeGap_0() const { return ___TimeGap_0; } inline double* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(double value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Acc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Acc_1() const { return ___Acc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccSmooth_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Gyr_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Gyr_3() const { return ___Gyr_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Mag_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mag_4() const { return ___Mag_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___MagSmooth_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Qua_7)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_Qua_7() const { return ___Qua_7; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaSmooth_8)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaAccMag_13)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_t4D70CC2845D6A40E2C093608912892C8F2218FA4, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // o09Axis/State struct State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E { public: // System.Int32 o09Axis/State::TimeGap int32_t ___TimeGap_0; // UnityEngine.Vector3 o09Axis/State::Acc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Acc_1; // UnityEngine.Vector3 o09Axis/State::AccSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___AccSmooth_2; // System.Single o09Axis/State::AccVariance float ___AccVariance_3; // UnityEngine.Vector3 o09Axis/State::Gyr Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Gyr_4; // UnityEngine.Vector3 o09Axis/State::Mag Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Mag_5; // UnityEngine.Vector3 o09Axis/State::MagSmooth Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___MagSmooth_6; // UnityEngine.Quaternion o09Axis/State::Qua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___Qua_7; // UnityEngine.Quaternion o09Axis/State::QuaSmooth Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___QuaSmooth_8; // System.Single o09Axis/State::Variance float ___Variance_9; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___TimeGap_0)); } inline int32_t get_TimeGap_0() const { return ___TimeGap_0; } inline int32_t* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(int32_t value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Acc_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Acc_1() const { return ___Acc_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___AccSmooth_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_AccVariance_3() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___AccVariance_3)); } inline float get_AccVariance_3() const { return ___AccVariance_3; } inline float* get_address_of_AccVariance_3() { return &___AccVariance_3; } inline void set_AccVariance_3(float value) { ___AccVariance_3 = value; } inline static int32_t get_offset_of_Gyr_4() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Gyr_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Gyr_4() const { return ___Gyr_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Gyr_4() { return &___Gyr_4; } inline void set_Gyr_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Gyr_4 = value; } inline static int32_t get_offset_of_Mag_5() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Mag_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Mag_5() const { return ___Mag_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Mag_5() { return &___Mag_5; } inline void set_Mag_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Mag_5 = value; } inline static int32_t get_offset_of_MagSmooth_6() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___MagSmooth_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_MagSmooth_6() const { return ___MagSmooth_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_MagSmooth_6() { return &___MagSmooth_6; } inline void set_MagSmooth_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___MagSmooth_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Qua_7)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_Qua_7() const { return ___Qua_7; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___QuaSmooth_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_tA22FE4AD70813E142835821A0705A8EAF47FBE6E, ___Variance_9)); } inline float get_Variance_9() const { return ___Variance_9; } inline float* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(float value) { ___Variance_9 = value; } }; // o0.Bow.o09AxisAfterXiaMenFromDll/State struct State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E : public RuntimeObject { public: // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::TimeGap double ___TimeGap_0; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Acc Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Acc_1; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::AccSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___AccSmooth_2; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Gyr Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Gyr_3; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::Mag Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Mag_4; // o0.Geometry.Vector`1 o0.Bow.o09AxisAfterXiaMenFromDll/State::MagSmooth Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___MagSmooth_5; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::GapMS double ___GapMS_6; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::Qua Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___Qua_7; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaSmooth Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaSmooth_8; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::Variance double ___Variance_9; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::GyrVariance double ___GyrVariance_10; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::AccVariance double ___AccVariance_11; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::MagVariance double ___MagVariance_12; // o0.Geometry.Quaternion o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaAccMag Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 ___QuaAccMag_13; // System.Int32 o0.Bow.o09AxisAfterXiaMenFromDll/State::QuaAccMagCount int32_t ___QuaAccMagCount_14; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::AccMagVariance double ___AccMagVariance_15; // System.Double o0.Bow.o09AxisAfterXiaMenFromDll/State::TotalVariance double ___TotalVariance_16; public: inline static int32_t get_offset_of_TimeGap_0() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___TimeGap_0)); } inline double get_TimeGap_0() const { return ___TimeGap_0; } inline double* get_address_of_TimeGap_0() { return &___TimeGap_0; } inline void set_TimeGap_0(double value) { ___TimeGap_0 = value; } inline static int32_t get_offset_of_Acc_1() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Acc_1)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Acc_1() const { return ___Acc_1; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Acc_1() { return &___Acc_1; } inline void set_Acc_1(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Acc_1 = value; } inline static int32_t get_offset_of_AccSmooth_2() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccSmooth_2)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_AccSmooth_2() const { return ___AccSmooth_2; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_AccSmooth_2() { return &___AccSmooth_2; } inline void set_AccSmooth_2(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___AccSmooth_2 = value; } inline static int32_t get_offset_of_Gyr_3() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Gyr_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Gyr_3() const { return ___Gyr_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Gyr_3() { return &___Gyr_3; } inline void set_Gyr_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Gyr_3 = value; } inline static int32_t get_offset_of_Mag_4() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Mag_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Mag_4() const { return ___Mag_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Mag_4() { return &___Mag_4; } inline void set_Mag_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Mag_4 = value; } inline static int32_t get_offset_of_MagSmooth_5() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___MagSmooth_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_MagSmooth_5() const { return ___MagSmooth_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_MagSmooth_5() { return &___MagSmooth_5; } inline void set_MagSmooth_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___MagSmooth_5 = value; } inline static int32_t get_offset_of_GapMS_6() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___GapMS_6)); } inline double get_GapMS_6() const { return ___GapMS_6; } inline double* get_address_of_GapMS_6() { return &___GapMS_6; } inline void set_GapMS_6(double value) { ___GapMS_6 = value; } inline static int32_t get_offset_of_Qua_7() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Qua_7)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_Qua_7() const { return ___Qua_7; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_Qua_7() { return &___Qua_7; } inline void set_Qua_7(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___Qua_7 = value; } inline static int32_t get_offset_of_QuaSmooth_8() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaSmooth_8)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaSmooth_8() const { return ___QuaSmooth_8; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaSmooth_8() { return &___QuaSmooth_8; } inline void set_QuaSmooth_8(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaSmooth_8 = value; } inline static int32_t get_offset_of_Variance_9() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___Variance_9)); } inline double get_Variance_9() const { return ___Variance_9; } inline double* get_address_of_Variance_9() { return &___Variance_9; } inline void set_Variance_9(double value) { ___Variance_9 = value; } inline static int32_t get_offset_of_GyrVariance_10() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___GyrVariance_10)); } inline double get_GyrVariance_10() const { return ___GyrVariance_10; } inline double* get_address_of_GyrVariance_10() { return &___GyrVariance_10; } inline void set_GyrVariance_10(double value) { ___GyrVariance_10 = value; } inline static int32_t get_offset_of_AccVariance_11() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccVariance_11)); } inline double get_AccVariance_11() const { return ___AccVariance_11; } inline double* get_address_of_AccVariance_11() { return &___AccVariance_11; } inline void set_AccVariance_11(double value) { ___AccVariance_11 = value; } inline static int32_t get_offset_of_MagVariance_12() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___MagVariance_12)); } inline double get_MagVariance_12() const { return ___MagVariance_12; } inline double* get_address_of_MagVariance_12() { return &___MagVariance_12; } inline void set_MagVariance_12(double value) { ___MagVariance_12 = value; } inline static int32_t get_offset_of_QuaAccMag_13() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaAccMag_13)); } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 get_QuaAccMag_13() const { return ___QuaAccMag_13; } inline Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 * get_address_of_QuaAccMag_13() { return &___QuaAccMag_13; } inline void set_QuaAccMag_13(Quaternion_tD0F282C6D4C18EEE7F8E8AE35A2EF13050E50234 value) { ___QuaAccMag_13 = value; } inline static int32_t get_offset_of_QuaAccMagCount_14() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___QuaAccMagCount_14)); } inline int32_t get_QuaAccMagCount_14() const { return ___QuaAccMagCount_14; } inline int32_t* get_address_of_QuaAccMagCount_14() { return &___QuaAccMagCount_14; } inline void set_QuaAccMagCount_14(int32_t value) { ___QuaAccMagCount_14 = value; } inline static int32_t get_offset_of_AccMagVariance_15() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___AccMagVariance_15)); } inline double get_AccMagVariance_15() const { return ___AccMagVariance_15; } inline double* get_address_of_AccMagVariance_15() { return &___AccMagVariance_15; } inline void set_AccMagVariance_15(double value) { ___AccMagVariance_15 = value; } inline static int32_t get_offset_of_TotalVariance_16() { return static_cast(offsetof(State_t20D7395D2B8CF38C8F141ED95FB965983F62E61E, ___TotalVariance_16)); } inline double get_TotalVariance_16() const { return ___TotalVariance_16; } inline double* get_address_of_TotalVariance_16() { return &___TotalVariance_16; } inline void set_TotalVariance_16(double value) { ___TotalVariance_16 = value; } }; // DragonBones.ActionData struct ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.ActionType DragonBones.ActionData::type int32_t ___type_5; // System.String DragonBones.ActionData::name String_t* ___name_6; // DragonBones.BoneData DragonBones.ActionData::bone BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ___bone_7; // DragonBones.SlotData DragonBones.ActionData::slot SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * ___slot_8; // DragonBones.UserData DragonBones.ActionData::data UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___data_9; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_6), (void*)value); } inline static int32_t get_offset_of_bone_7() { return static_cast(offsetof(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35, ___bone_7)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get_bone_7() const { return ___bone_7; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of_bone_7() { return &___bone_7; } inline void set_bone_7(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ___bone_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bone_7), (void*)value); } inline static int32_t get_offset_of_slot_8() { return static_cast(offsetof(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35, ___slot_8)); } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * get_slot_8() const { return ___slot_8; } inline SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 ** get_address_of_slot_8() { return &___slot_8; } inline void set_slot_8(SlotData_t334F21BDDA23247D342562591E0A43A76E8D2737 * value) { ___slot_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___slot_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(ActionData_tED6EA6B2E7C80AFCB1D7917929310AE962ED4D35, ___data_9)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_data_9() const { return ___data_9; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } }; // DragonBones.ArmatureData struct ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2 : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.ArmatureType DragonBones.ArmatureData::type int32_t ___type_5; // System.UInt32 DragonBones.ArmatureData::frameRate uint32_t ___frameRate_6; // System.UInt32 DragonBones.ArmatureData::cacheFrameRate uint32_t ___cacheFrameRate_7; // System.Single DragonBones.ArmatureData::scale float ___scale_8; // System.String DragonBones.ArmatureData::name String_t* ___name_9; // DragonBones.Rectangle DragonBones.ArmatureData::aabb Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * ___aabb_10; // System.Collections.Generic.List`1 DragonBones.ArmatureData::animationNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___animationNames_11; // System.Collections.Generic.List`1 DragonBones.ArmatureData::sortedBones List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * ___sortedBones_12; // System.Collections.Generic.List`1 DragonBones.ArmatureData::sortedSlots List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * ___sortedSlots_13; // System.Collections.Generic.List`1 DragonBones.ArmatureData::defaultActions List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * ___defaultActions_14; // System.Collections.Generic.List`1 DragonBones.ArmatureData::actions List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * ___actions_15; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::bones Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 * ___bones_16; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::slots Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE * ___slots_17; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::constraints Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * ___constraints_18; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::skins Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 * ___skins_19; // System.Collections.Generic.Dictionary`2 DragonBones.ArmatureData::animations Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * ___animations_20; // DragonBones.SkinData DragonBones.ArmatureData::defaultSkin SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * ___defaultSkin_21; // DragonBones.AnimationData DragonBones.ArmatureData::defaultAnimation AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * ___defaultAnimation_22; // DragonBones.CanvasData DragonBones.ArmatureData::canvas CanvasData_t378879F059E749546F485846D8FC31F4A489A774 * ___canvas_23; // DragonBones.UserData DragonBones.ArmatureData::userData UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * ___userData_24; // DragonBones.DragonBonesData DragonBones.ArmatureData::parent DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * ___parent_25; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_frameRate_6() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___frameRate_6)); } inline uint32_t get_frameRate_6() const { return ___frameRate_6; } inline uint32_t* get_address_of_frameRate_6() { return &___frameRate_6; } inline void set_frameRate_6(uint32_t value) { ___frameRate_6 = value; } inline static int32_t get_offset_of_cacheFrameRate_7() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___cacheFrameRate_7)); } inline uint32_t get_cacheFrameRate_7() const { return ___cacheFrameRate_7; } inline uint32_t* get_address_of_cacheFrameRate_7() { return &___cacheFrameRate_7; } inline void set_cacheFrameRate_7(uint32_t value) { ___cacheFrameRate_7 = value; } inline static int32_t get_offset_of_scale_8() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___scale_8)); } inline float get_scale_8() const { return ___scale_8; } inline float* get_address_of_scale_8() { return &___scale_8; } inline void set_scale_8(float value) { ___scale_8 = value; } inline static int32_t get_offset_of_name_9() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___name_9)); } inline String_t* get_name_9() const { return ___name_9; } inline String_t** get_address_of_name_9() { return &___name_9; } inline void set_name_9(String_t* value) { ___name_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_9), (void*)value); } inline static int32_t get_offset_of_aabb_10() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___aabb_10)); } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * get_aabb_10() const { return ___aabb_10; } inline Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E ** get_address_of_aabb_10() { return &___aabb_10; } inline void set_aabb_10(Rectangle_t775DF27BC3146436ADCC98BCC57CE7BD282BF12E * value) { ___aabb_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___aabb_10), (void*)value); } inline static int32_t get_offset_of_animationNames_11() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___animationNames_11)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_animationNames_11() const { return ___animationNames_11; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_animationNames_11() { return &___animationNames_11; } inline void set_animationNames_11(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___animationNames_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationNames_11), (void*)value); } inline static int32_t get_offset_of_sortedBones_12() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___sortedBones_12)); } inline List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * get_sortedBones_12() const { return ___sortedBones_12; } inline List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA ** get_address_of_sortedBones_12() { return &___sortedBones_12; } inline void set_sortedBones_12(List_1_t7DB41B50E3A2F1AC69F7F240AD3AE64C8A1081BA * value) { ___sortedBones_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___sortedBones_12), (void*)value); } inline static int32_t get_offset_of_sortedSlots_13() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___sortedSlots_13)); } inline List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * get_sortedSlots_13() const { return ___sortedSlots_13; } inline List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE ** get_address_of_sortedSlots_13() { return &___sortedSlots_13; } inline void set_sortedSlots_13(List_1_t3EC32DB052712062D1A2EEF1AFAB97CA32A882EE * value) { ___sortedSlots_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___sortedSlots_13), (void*)value); } inline static int32_t get_offset_of_defaultActions_14() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___defaultActions_14)); } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * get_defaultActions_14() const { return ___defaultActions_14; } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 ** get_address_of_defaultActions_14() { return &___defaultActions_14; } inline void set_defaultActions_14(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * value) { ___defaultActions_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultActions_14), (void*)value); } inline static int32_t get_offset_of_actions_15() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___actions_15)); } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * get_actions_15() const { return ___actions_15; } inline List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 ** get_address_of_actions_15() { return &___actions_15; } inline void set_actions_15(List_1_t80CBC0D08B31BB15C8B9036430F767D3F7B9B3B4 * value) { ___actions_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_15), (void*)value); } inline static int32_t get_offset_of_bones_16() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___bones_16)); } inline Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 * get_bones_16() const { return ___bones_16; } inline Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 ** get_address_of_bones_16() { return &___bones_16; } inline void set_bones_16(Dictionary_2_t491114FBB2DDEF4758775D9ABB26C581A6BD6569 * value) { ___bones_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___bones_16), (void*)value); } inline static int32_t get_offset_of_slots_17() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___slots_17)); } inline Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE * get_slots_17() const { return ___slots_17; } inline Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE ** get_address_of_slots_17() { return &___slots_17; } inline void set_slots_17(Dictionary_2_tF0E3EB5B67FF7DF756A45486A5A1D18D35A30BEE * value) { ___slots_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___slots_17), (void*)value); } inline static int32_t get_offset_of_constraints_18() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___constraints_18)); } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * get_constraints_18() const { return ___constraints_18; } inline Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 ** get_address_of_constraints_18() { return &___constraints_18; } inline void set_constraints_18(Dictionary_2_tA182060437C0F3E95A67212F22DB802B337412A8 * value) { ___constraints_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___constraints_18), (void*)value); } inline static int32_t get_offset_of_skins_19() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___skins_19)); } inline Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 * get_skins_19() const { return ___skins_19; } inline Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 ** get_address_of_skins_19() { return &___skins_19; } inline void set_skins_19(Dictionary_2_t0110ED12D944C8CED1DCFB85FF9CB26C3D31C3F3 * value) { ___skins_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___skins_19), (void*)value); } inline static int32_t get_offset_of_animations_20() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___animations_20)); } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * get_animations_20() const { return ___animations_20; } inline Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 ** get_address_of_animations_20() { return &___animations_20; } inline void set_animations_20(Dictionary_2_tFCC2A14DC1D7A48EA51E96110B7E1AD434216EF6 * value) { ___animations_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___animations_20), (void*)value); } inline static int32_t get_offset_of_defaultSkin_21() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___defaultSkin_21)); } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * get_defaultSkin_21() const { return ___defaultSkin_21; } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 ** get_address_of_defaultSkin_21() { return &___defaultSkin_21; } inline void set_defaultSkin_21(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * value) { ___defaultSkin_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultSkin_21), (void*)value); } inline static int32_t get_offset_of_defaultAnimation_22() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___defaultAnimation_22)); } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * get_defaultAnimation_22() const { return ___defaultAnimation_22; } inline AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 ** get_address_of_defaultAnimation_22() { return &___defaultAnimation_22; } inline void set_defaultAnimation_22(AnimationData_t168475D20D012F7024D0986211C7E1D2C19ABAB9 * value) { ___defaultAnimation_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAnimation_22), (void*)value); } inline static int32_t get_offset_of_canvas_23() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___canvas_23)); } inline CanvasData_t378879F059E749546F485846D8FC31F4A489A774 * get_canvas_23() const { return ___canvas_23; } inline CanvasData_t378879F059E749546F485846D8FC31F4A489A774 ** get_address_of_canvas_23() { return &___canvas_23; } inline void set_canvas_23(CanvasData_t378879F059E749546F485846D8FC31F4A489A774 * value) { ___canvas_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvas_23), (void*)value); } inline static int32_t get_offset_of_userData_24() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___userData_24)); } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * get_userData_24() const { return ___userData_24; } inline UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A ** get_address_of_userData_24() { return &___userData_24; } inline void set_userData_24(UserData_t32D8FC7D958BDB4748700D375847A5C53359F91A * value) { ___userData_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___userData_24), (void*)value); } inline static int32_t get_offset_of_parent_25() { return static_cast(offsetof(ArmatureData_tC4014AAE9703E67A9D0B03DD8ACB0544B0F882D2, ___parent_25)); } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * get_parent_25() const { return ___parent_25; } inline DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 ** get_address_of_parent_25() { return &___parent_25; } inline void set_parent_25(DragonBonesData_tF43DA2C5608EB24A3DCCD9D711757989D73D70E6 * value) { ___parent_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_25), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerApplicationSpecific struct BerApplicationSpecific_t81C31F362A7D85695D835B7E4D9ED17D80FB706F : public DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E { public: public: }; // DragonBones.Bone struct Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 : public TransformObject_t1C29D588908594264FAE78FAA93FFF59E429276F { public: // DragonBones.OffsetMode DragonBones.Bone::offsetMode int32_t ___offsetMode_15; // DragonBones.TransformDB DragonBones.Bone::animationPose TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___animationPose_16; // System.Boolean DragonBones.Bone::_transformDirty bool ____transformDirty_17; // System.Boolean DragonBones.Bone::_childrenTransformDirty bool ____childrenTransformDirty_18; // System.Boolean DragonBones.Bone::_localDirty bool ____localDirty_19; // System.Boolean DragonBones.Bone::_hasConstraint bool ____hasConstraint_20; // System.Boolean DragonBones.Bone::_visible bool ____visible_21; // System.Int32 DragonBones.Bone::_cachedFrameIndex int32_t ____cachedFrameIndex_22; // DragonBones.BlendState DragonBones.Bone::_blendState BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * ____blendState_23; // DragonBones.BoneData DragonBones.Bone::_boneData BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * ____boneData_24; // DragonBones.Bone DragonBones.Bone::_parent Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * ____parent_25; // System.Collections.Generic.List`1 DragonBones.Bone::_cachedFrameIndices List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ____cachedFrameIndices_26; public: inline static int32_t get_offset_of_offsetMode_15() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ___offsetMode_15)); } inline int32_t get_offsetMode_15() const { return ___offsetMode_15; } inline int32_t* get_address_of_offsetMode_15() { return &___offsetMode_15; } inline void set_offsetMode_15(int32_t value) { ___offsetMode_15 = value; } inline static int32_t get_offset_of_animationPose_16() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ___animationPose_16)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_animationPose_16() const { return ___animationPose_16; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_animationPose_16() { return &___animationPose_16; } inline void set_animationPose_16(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___animationPose_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationPose_16), (void*)value); } inline static int32_t get_offset_of__transformDirty_17() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____transformDirty_17)); } inline bool get__transformDirty_17() const { return ____transformDirty_17; } inline bool* get_address_of__transformDirty_17() { return &____transformDirty_17; } inline void set__transformDirty_17(bool value) { ____transformDirty_17 = value; } inline static int32_t get_offset_of__childrenTransformDirty_18() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____childrenTransformDirty_18)); } inline bool get__childrenTransformDirty_18() const { return ____childrenTransformDirty_18; } inline bool* get_address_of__childrenTransformDirty_18() { return &____childrenTransformDirty_18; } inline void set__childrenTransformDirty_18(bool value) { ____childrenTransformDirty_18 = value; } inline static int32_t get_offset_of__localDirty_19() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____localDirty_19)); } inline bool get__localDirty_19() const { return ____localDirty_19; } inline bool* get_address_of__localDirty_19() { return &____localDirty_19; } inline void set__localDirty_19(bool value) { ____localDirty_19 = value; } inline static int32_t get_offset_of__hasConstraint_20() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____hasConstraint_20)); } inline bool get__hasConstraint_20() const { return ____hasConstraint_20; } inline bool* get_address_of__hasConstraint_20() { return &____hasConstraint_20; } inline void set__hasConstraint_20(bool value) { ____hasConstraint_20 = value; } inline static int32_t get_offset_of__visible_21() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____visible_21)); } inline bool get__visible_21() const { return ____visible_21; } inline bool* get_address_of__visible_21() { return &____visible_21; } inline void set__visible_21(bool value) { ____visible_21 = value; } inline static int32_t get_offset_of__cachedFrameIndex_22() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____cachedFrameIndex_22)); } inline int32_t get__cachedFrameIndex_22() const { return ____cachedFrameIndex_22; } inline int32_t* get_address_of__cachedFrameIndex_22() { return &____cachedFrameIndex_22; } inline void set__cachedFrameIndex_22(int32_t value) { ____cachedFrameIndex_22 = value; } inline static int32_t get_offset_of__blendState_23() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____blendState_23)); } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * get__blendState_23() const { return ____blendState_23; } inline BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE ** get_address_of__blendState_23() { return &____blendState_23; } inline void set__blendState_23(BlendState_tCBAA0DE4CF9B4CC352E7A9DB94E50969FFE82BBE * value) { ____blendState_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____blendState_23), (void*)value); } inline static int32_t get_offset_of__boneData_24() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____boneData_24)); } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * get__boneData_24() const { return ____boneData_24; } inline BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 ** get_address_of__boneData_24() { return &____boneData_24; } inline void set__boneData_24(BoneData_t666DA1CA1CB2ABDD89721F35FB25E70FF22C6D32 * value) { ____boneData_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____boneData_24), (void*)value); } inline static int32_t get_offset_of__parent_25() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____parent_25)); } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * get__parent_25() const { return ____parent_25; } inline Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 ** get_address_of__parent_25() { return &____parent_25; } inline void set__parent_25(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193 * value) { ____parent_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_25), (void*)value); } inline static int32_t get_offset_of__cachedFrameIndices_26() { return static_cast(offsetof(Bone_t4E7BF41886E3AAEB5F975F06C84EECD753DB4193, ____cachedFrameIndices_26)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get__cachedFrameIndices_26() const { return ____cachedFrameIndices_26; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of__cachedFrameIndices_26() { return &____cachedFrameIndices_26; } inline void set__cachedFrameIndices_26(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ____cachedFrameIndices_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachedFrameIndices_26), (void*)value); } }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_1; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_2; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_3; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_4; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_5; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_6; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_7; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_8; // System.Single CommonConfig::arrowWeight float ___arrowWeight_9; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_10; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_11; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_12; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_1)); } inline bool get_iosTaoKe_1() const { return ___iosTaoKe_1; } inline bool* get_address_of_iosTaoKe_1() { return &___iosTaoKe_1; } inline void set_iosTaoKe_1(bool value) { ___iosTaoKe_1 = value; } inline static int32_t get_offset_of_ReleaseVersion2_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_2)); } inline bool get_ReleaseVersion2_2() const { return ___ReleaseVersion2_2; } inline bool* get_address_of_ReleaseVersion2_2() { return &___ReleaseVersion2_2; } inline void set_ReleaseVersion2_2(bool value) { ___ReleaseVersion2_2 = value; } inline static int32_t get_offset_of_SpecialVersion1_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_3)); } inline bool get_SpecialVersion1_3() const { return ___SpecialVersion1_3; } inline bool* get_address_of_SpecialVersion1_3() { return &___SpecialVersion1_3; } inline void set_SpecialVersion1_3(bool value) { ___SpecialVersion1_3 = value; } inline static int32_t get_offset_of_needToExamine_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_4)); } inline bool get_needToExamine_4() const { return ___needToExamine_4; } inline bool* get_address_of_needToExamine_4() { return &___needToExamine_4; } inline void set_needToExamine_4(bool value) { ___needToExamine_4 = value; } inline static int32_t get_offset_of_isReleaseVersion_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_5)); } inline bool get_isReleaseVersion_5() const { return ___isReleaseVersion_5; } inline bool* get_address_of_isReleaseVersion_5() { return &___isReleaseVersion_5; } inline void set_isReleaseVersion_5(bool value) { ___isReleaseVersion_5 = value; } inline static int32_t get_offset_of_devicePlan_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_6)); } inline int32_t get_devicePlan_6() const { return ___devicePlan_6; } inline int32_t* get_address_of_devicePlan_6() { return &___devicePlan_6; } inline void set_devicePlan_6(int32_t value) { ___devicePlan_6 = value; } inline static int32_t get_offset_of_ringsPrecision_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_7)); } inline int32_t get_ringsPrecision_7() const { return ___ringsPrecision_7; } inline int32_t* get_address_of_ringsPrecision_7() { return &___ringsPrecision_7; } inline void set_ringsPrecision_7(int32_t value) { ___ringsPrecision_7 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_8)); } inline int32_t get_arrowSpeedPrecision_8() const { return ___arrowSpeedPrecision_8; } inline int32_t* get_address_of_arrowSpeedPrecision_8() { return &___arrowSpeedPrecision_8; } inline void set_arrowSpeedPrecision_8(int32_t value) { ___arrowSpeedPrecision_8 = value; } inline static int32_t get_offset_of_arrowWeight_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_9)); } inline float get_arrowWeight_9() const { return ___arrowWeight_9; } inline float* get_address_of_arrowWeight_9() { return &___arrowWeight_9; } inline void set_arrowWeight_9(float value) { ___arrowWeight_9 = value; } inline static int32_t get_offset_of_serverType_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_10)); } inline int32_t get_serverType_10() const { return ___serverType_10; } inline int32_t* get_address_of_serverType_10() { return &___serverType_10; } inline void set_serverType_10(int32_t value) { ___serverType_10 = value; } inline static int32_t get_offset_of_businessServerWsURL_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_11)); } inline String_t* get_businessServerWsURL_11() const { return ___businessServerWsURL_11; } inline String_t** get_address_of_businessServerWsURL_11() { return &___businessServerWsURL_11; } inline void set_businessServerWsURL_11(String_t* value) { ___businessServerWsURL_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_11), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_12)); } inline String_t* get_gamePKServerWsURL_12() const { return ___gamePKServerWsURL_12; } inline String_t** get_address_of_gamePKServerWsURL_12() { return &___gamePKServerWsURL_12; } inline void set_gamePKServerWsURL_12(String_t* value) { ___gamePKServerWsURL_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_12), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream struct ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA : public BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::_first bool ____first_7; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::_currentStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____currentStream_8; public: inline static int32_t get_offset_of__parser_6() { return static_cast(offsetof(ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA, ____parser_6)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_6() const { return ____parser_6; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_6() { return &____parser_6; } inline void set__parser_6(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_6), (void*)value); } inline static int32_t get_offset_of__first_7() { return static_cast(offsetof(ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA, ____first_7)); } inline bool get__first_7() const { return ____first_7; } inline bool* get_address_of__first_7() { return &____first_7; } inline void set__first_7(bool value) { ____first_7 = value; } inline static int32_t get_offset_of__currentStream_8() { return static_cast(offsetof(ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA, ____currentStream_8)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__currentStream_8() const { return ____currentStream_8; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__currentStream_8() { return &____currentStream_8; } inline void set__currentStream_8(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____currentStream_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentStream_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream struct DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA : public Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 { public: public: }; struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::Empty DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields, ___Empty_3)); } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * get_Empty_3() const { return ___Empty_3; } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // DragonBones.DisplayData struct DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB : public BaseObject_t1726472F2A0397F0C1CE2DFA4956C7BBB7120424 { public: // DragonBones.DisplayType DragonBones.DisplayData::type int32_t ___type_5; // System.String DragonBones.DisplayData::name String_t* ___name_6; // System.String DragonBones.DisplayData::path String_t* ___path_7; // DragonBones.SkinData DragonBones.DisplayData::parent SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * ___parent_8; // DragonBones.TransformDB DragonBones.DisplayData::transform TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * ___transform_9; public: inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_6), (void*)value); } inline static int32_t get_offset_of_path_7() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___path_7)); } inline String_t* get_path_7() const { return ___path_7; } inline String_t** get_address_of_path_7() { return &___path_7; } inline void set_path_7(String_t* value) { ___path_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_7), (void*)value); } inline static int32_t get_offset_of_parent_8() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___parent_8)); } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * get_parent_8() const { return ___parent_8; } inline SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 ** get_address_of_parent_8() { return &___parent_8; } inline void set_parent_8(SkinData_t684AA85030B70100EF946EECC0A3B164AF4BDCE8 * value) { ___parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_8), (void*)value); } inline static int32_t get_offset_of_transform_9() { return static_cast(offsetof(DisplayData_t987A6F7DCD544838346031002AA3A25B5FBBDBCB, ___transform_9)); } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * get_transform_9() const { return ___transform_9; } inline TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 ** get_address_of_transform_9() { return &___transform_9; } inline void set_transform_9(TransformDB_t78726142291F13CC87E9E0C8D5E646F369135A17 * value) { ___transform_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_9), (void*)value); } }; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // 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_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException struct OcspException_tEB86D2641E584387057732A1F047A4694C77C561 : public Exception_t { public: public: }; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 : public BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerClickU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerCurrentRaycastU3Ek__BackingField_8; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerPressRaycastU3Ek__BackingField_9; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___hovered_10; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_11; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpositionU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CdeltaU3Ek__BackingField_14; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpressPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldPositionU3Ek__BackingField_16; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldNormalU3Ek__BackingField_17; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_18; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_19; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscrollDeltaU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_21; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_22; // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::