#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 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 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); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t0048BB94992A96F02D427E2C26C6E92AC9AECD32; // System.Action`1 struct Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394; // System.Action`1 struct Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85; // 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_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`2 struct Func_2_t50F598941CFDF02619DC5D52FFDBC329473C5F7B; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A; // System.Func`2 struct Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290; // System.Func`2 struct Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E; // System.Collections.Generic.HashSet`1 struct HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAFCE72ADC2EDFFA5D34E7918994DD34A8583449F; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t49CCC3186430056EBDC649DC65702DD3917744A0; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0AE40DB207EC49843B4FAB9BAF28D53F3CD8C8B0; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2279FB387D8A4C4355AE9ADD613394674B5B306E; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A; // 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_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // 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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_t6642D08E578C77292ED5537CF3192269131C189C; // System.Collections.Generic.List`1 struct List_1_t21BC49A4390CA067C4050F19A1D58BE64AC2E89E; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F; // System.Collections.Generic.List`1 struct List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // System.Collections.Generic.List`1 struct List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3; // System.Collections.Generic.List`1 struct List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8; // System.Collections.Generic.List`1 struct List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3; // System.Collections.Generic.Queue`1 struct Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0A6A407E23889BA87FA826534005C4F75B7D17B6; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t63908A12C333A73C1F61A241468EFF0D9687D74B; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t68640AF7054769CF1B94C73AA3924D7A8F5886F6; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t429AF564CC42ADBD78C8E1846C01B251901FD1AE; // System.Double[][] struct DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // UnityEngine.UI.Button[] struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B; // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] struct ControlPointU5BU5D_t9F61665C9F79DD5715B9C6C357BC1A9F16326884; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] struct DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // BestHTTP.Caching.HTTPCacheFileInfo[] struct HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Rigidbody[] struct RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // BestHTTP.SocketIO.Events.SocketIOCallback[] struct SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // 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.Decompression.Zlib.DeflateManager/Config[] struct ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B; // DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder struct ABSPathDecoder_tC2631579BAB41F64C63A0909E8386B88B45F93D1; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // AgreementPopup struct AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6; // AimHandler struct AimHandler_t09E6B497CE2A5136591A25DDCED60D7D7D00A563; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // 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.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory struct Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute struct Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.Audio.AudioMixer struct AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // Axis9NopackHandler struct Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052; // BTManager struct BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // System.Threading.Tasks.BeginEndAwaitableAdapter struct BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator struct BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator struct BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject struct BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // UnityStandardAssets.ImageEffects.Blur struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // System.IO.BufferedStream struct BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue struct ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasGroup struct CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // CaptchaController struct CaptchaController_t43D34329B0D2332B81C73361818403490AF27437; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder struct CatmullRomDecoder_t2FA372BD7BB8D2A0CBCBCC812FBCB83703A63F9B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus struct CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream struct CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator struct CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData struct CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable struct CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream struct CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable struct CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator struct CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator struct CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException struct CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693; // CrossHair struct CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA; // DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder struct CubicBezierDecoder_t5807727848593CD408A4C942FA347EBC8F7A25FF; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519 struct Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519FieldElement struct Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519Point struct Curve25519Point_tBF90BA228799DB97458D191F5DE46F894B7AB037; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport struct DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E; // JC.Unity.Picker.DatePickerGroup struct DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultDigestAlgorithmIdentifierFinder struct DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // 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.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // DeviceView struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo struct DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0; // o0.Bow.DistanceToAxis struct DistanceToAxis_tF6B63D65CD8A312AEC17555D2EE832FCC8602968; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB; // UnityEngine.Networking.DownloadHandlerTexture struct DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142; // UnityStandardAssets.Utility.DragRigidbody struct DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch struct DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit struct DtlsHandshakeRetransmit_t4744438EBB5A68851F9DFABFF04F6204B3D3608B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer struct DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake struct DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable struct ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters struct Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA; // o0._9Axis.EllipsoidFitting struct EllipsoidFitting_tA6CDEDBFDFC031842DE479177B8B8EACAB0A521F; // Entry struct Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // BestHTTP.SocketIO.Events.EventDescriptor struct EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // UnityStandardAssets.Effects.ExplosionFireAndDebris struct ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372; // UnityStandardAssets.Effects.ExplosionPhysicsForce struct ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249; // UnityStandardAssets.Effects.Explosive struct Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve struct F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement struct F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint struct F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F; // UnityStandardAssets.Utility.FOVKick struct FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo struct FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint struct FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278; // FriendView struct FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C; // GameAssistUI struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters struct GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // HRB_Bluetooth struct HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D; // HRB_HomeView struct HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0; // HRB_MeView struct HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76; // HRB_PlanView struct HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3; // HRB_UserInfo struct HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9; // HRB_ViewMgr struct HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.Caching.HTTPCacheMaintananceParams struct HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher struct IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator struct IDigestCalculator_t4463FF04961631D59AEC02584C37C949C0932435; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet struct ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory struct ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner struct ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator struct ISignerInfoGenerator_t6960DFB680A133F77E1419BB854F6913E57B6AEE; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // UnityEngine.Joint struct Joint_t085126F36196FC982700F4EA8466CF10C90EC15E; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // UnityEngine.UI.LayoutElement struct LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF; // DG.Tweening.Plugins.Core.PathCore.LinearDecoder struct LinearDecoder_tE244F738878748CB8B92F95C686BE0B57B066291; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644; // LongPressMonitor struct LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink struct MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F; // MagJsonConverter struct MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677; // o0._9Axis.MagnetometerAutoCalibrater struct MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // ModalView struct ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA; // NewUserGuiderManager struct NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityStandardAssets.Utility.ObjectResetter struct ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo struct OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D; // UnityEngine.UI.Outline struct Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // UnityStandardAssets.Effects.ParticleSystemMultiplier struct ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372; // DG.Tweening.Plugins.Core.PathCore.Path struct Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo struct PreCompInfo_t372382289947AFCDDF7A4F6AFCDED42DF6557F1A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus struct RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // UnityEngine.Rigidbody2D struct Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point struct SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.UI.ScrollRect struct ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA; // UnityEngine.UI.Scrollbar struct Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Curve struct SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Point struct SecP128R1Point_t8692993EC66DBB3F20DEBE66C1E161DE161D44BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Curve struct SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Point struct SecP160K1Point_tC9D78CE23146455FCB690963CF4DD73F87AD41B2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Curve struct SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Point struct SecP160R1Point_t00A983A7E3978739581EBF179429BF5EC3B8B913; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Curve struct SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Point struct SecP160R2Point_t72D9C667A3F03035A82720FF40CC897953346ABA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Curve struct SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Point struct SecP192K1Point_tB6B47D1A9820CA3ADB329299A920770806CEFC27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Curve struct SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Point struct SecP192R1Point_t67853127563F8DE937912F3E93AAAF88F3358E70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Curve struct SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Point struct SecP224K1Point_t2452A7F14ACA517EDEFEF264B9F6BB944E02BFE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Curve struct SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Point struct SecP224R1Point_tC2192FC4501913D3A5DD78F941821B215E1ACAF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Curve struct SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point struct SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve struct SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point struct SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve struct SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point struct SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve struct SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point struct SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve struct SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point struct SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve struct SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point struct SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve struct SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point struct SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve struct SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point struct SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163K1Curve struct SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163K1Point struct SecT163K1Point_t9092E607834C25FD8EA9096B1623BE79074333AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R1Curve struct SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R1Point struct SecT163R1Point_t99F3068149B83C425E4DA98F79F28D1D47AC5F7A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Curve struct SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Point struct SecT163R2Point_t8BC5BD29DDD9BA3FDDB4B813C13E91F52C956571; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R1Curve struct SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R1Point struct SecT193R1Point_tDB99EEC8537CF8CF418850D49785B8DAF158A017; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R2Curve struct SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R2Point struct SecT193R2Point_tCDD43503CAAEC265078D4CC8131D4A994625E65B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233K1Curve struct SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233K1Point struct SecT233K1Point_t9C0059650B8BDFAC8464CF41588A67AEC172E93D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233R1Curve struct SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233R1Point struct SecT233R1Point_t76979D9B4001295594687AA41152389BE6D018A9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT239K1Curve struct SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT239K1Point struct SecT239K1Point_t9659C55F1B42A9AE8356FAEFAE97DE833152CA32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283K1Curve struct SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283K1Point struct SecT283K1Point_tC86FA2EAB976A1FA935DDDA9FC22952828BDE88E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283R1Curve struct SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283R1Point struct SecT283R1Point_tE68C3C8F31A9D068EDED9A0C7EDEEE4196943AE7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409K1Curve struct SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409K1Point struct SecT409K1Point_t805E5BB062AA4D7CD4B03583C711F84A32F181F3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409R1Curve struct SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409R1Point struct SecT409R1Point_tA7351A010BFFC52297FD37694F2F389C2ACDC926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571FieldElement struct SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571K1Curve struct SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571K1Point struct SecT571K1Point_t045D709659B130292F508E61151BA842B15929C2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Curve struct SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Point struct SecT571R1Point_t628283F0E1801D8AA8A83A70BA587811CB2BA9E1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters struct SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.UI.Shadow struct Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException struct SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID struct SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier struct SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo struct SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619; // UnityEngine.UI.Slider struct Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A; // UnityEngine.SpringJoint struct SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // UnityEngine.SpriteRenderer struct SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // TargetView struct TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream struct TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication struct TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient struct TlsClient_tADD26470896CB199F4C404BD9550034A74297513; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContextImpl struct TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials struct TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash struct TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange struct TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer struct TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer struct TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContextImpl struct TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession struct TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E; // UnityEngine.UI.ToggleGroup struct ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo struct ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WWWForm struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID struct X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream struct ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream struct ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C; // o09Axis struct o09Axis_t6354240ECF876860D042127239B4FF26548ACCA7; // o0GyrCalibrater struct o0GyrCalibrater_tAABCAAB010E663E32B399A991C9290DFF1C4C1FA; // Axis9NopackHandler/d__21 struct U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C; // BLEServicesManager/<>c struct U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753; // 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; // BluetoothAim/<>c__DisplayClass30_0 struct U3CU3Ec__DisplayClass30_0_tE4C41F88F3E869CBC581C319E465D4D3EEF1D748; // BluetoothAim/<>c__DisplayClass45_0 struct U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3; // BluetoothAim/<>c__DisplayClass45_1 struct U3CU3Ec__DisplayClass45_1_t792B143F215F47FBDBAA14C7594907EB7D6FEEA9; // BluetoothAim/CmdToSend struct CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9; // 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; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // CanvasBlock/CanvasBlockComparer struct CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F; // CaptchaController/d__1 struct U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16 struct ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319; // ChallengeTargetForResetView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable struct AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream struct CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream struct CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream struct CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable struct CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable struct CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf struct SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream struct CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder struct DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl struct SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream struct FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146; // BestHTTP.Cookies.Cookie/<>c struct U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC; // CourseView/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t9CA07B58AD2EC1794CA113DD36B82CEC7A503205; // UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis struct VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7; // UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton struct VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource struct CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable struct Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF; // JCUnityLib.CustomJson/<>c struct U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder struct Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder struct SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder struct SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder struct SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder struct SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder struct SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder struct SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder struct SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder struct SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder struct SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder struct SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder struct SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder struct SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder struct SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder struct SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder struct SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder struct SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder struct SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder struct SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder struct SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder struct SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder struct SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder struct SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder struct SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder struct SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder struct SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder struct SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder struct SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder struct SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder struct SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder struct SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder struct SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543; // DG.Tweening.DOTweenCYInstruction/WaitForCompletion struct WaitForCompletion_t9F365BC31EF3315DA3B809E3CB617F803283D67F; // DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops struct WaitForElapsedLoops_t59B0D77B88598E4CD91A4C3A1508F2FB810470A4; // DG.Tweening.DOTweenCYInstruction/WaitForKill struct WaitForKill_t1C0002DDEF1C49DDE1DB6D93C0C16BBF662A2B6D; // DG.Tweening.DOTweenCYInstruction/WaitForPosition struct WaitForPosition_tF45B25B48601A808ACA7A19EEAA6DABAFE64D3CB; // DG.Tweening.DOTweenCYInstruction/WaitForRewind struct WaitForRewind_t63F6F6401744395FF42FD23059C8F13A08B6EF0E; // DG.Tweening.DOTweenCYInstruction/WaitForStart struct WaitForStart_tAF9DF336B5F10E0C153522BD49426FC7EF68540C; // DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t8EDD49424F7AFC055DC1442B3F99B3BFCF6B09F0; // DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tA5DAB4AB298719A5FC9203633FE7CAE2D7AFBF0A; // DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_tF06F41913CFED04E5FC3E2C676BCEAC2D3E53CAC; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t5BD4116FD80F4DAD54FD39BBD7A2CFBDAEAB3AF3; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t35A2F555A5E408DEE2EA63254AACB729C014757D; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t39BE4FE1476B4D5D73FC150406C576C638973F8D; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t3A8BE7E3EE8D0963B5FC3AE4F184CAF2EB8E1D84; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tC3DF99D3D2F6A0C0E6651294AE0DF0537CEC4617; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_tF8E56709396C6DFFECA7608E4CD67CBE2C1C1CE5; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tB9266040A99BBE64FC737A175355345A13E86D21; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_tED64664CBF4D43290FDDCBF237DF29F9DB8F92A9; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tDABE9F243A4095C0C2295D15C58B0D3334267A3A; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_tB7DA75EB7F11962B20C503C1B2A50BF4D821E318; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tB63C203014F824EA9466F064AF2D8A157A7F4CBF; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t440FEF8A7D3454EC9E176430ADEF6185E58594EF; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640; // DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t865A37B70235C08B0F32F1F40EAB16312D05FD50; // DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t0A5F164BAD8ACAD20D458366B497C9B9C1974AE4; // DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t7D1FCC95A881539756647760D7E3BCAD117D9C2F; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t8BFF1858EDF6EB2283AE20F2D8CC662A1FA5B379; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t5C701670B3C5449F73D82915BD4DA267A8B8E8F5; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t9C18A438FEAA8C5C1A925F5F28D6DF30A8D5B269; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t27965A830C5CE83826CC357F50299FE28BE9CABB; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t532827BA234D3C2B9DA5E065866B8C8F605250F4; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t1E74F8DF7C76B80F85C66967590B72EF52627D1C; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_t6FE99B74BA758AD9E3C5FA4B81F22E50E2878289; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0 struct U3CU3Ec__DisplayClass17_0_t161B9E0C9F3AF194B3F6E501D4E253148BFDFEB6; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t28369CB684CE937EF263102FBF87D2E7FC952FD0; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0 struct U3CU3Ec__DisplayClass19_0_t7047CE2AF01FC75FD677DF4C1C7E4B32EC2452A5; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t585165D7235045AD6EACEA96E3084E01A742C936; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_tB3B621D850CE15CA278C20DAAA2C3C0358206A21; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_t770F928128D9FC7ADA02EA054C711D60F30E16B9; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t97D2AA4FE9552148F7E37D2DFED676A57DFB1351; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0 struct U3CU3Ec__DisplayClass23_0_t26F763CBFD1D4D4EDFFE9BD383DB924D3B6033E7; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0 struct U3CU3Ec__DisplayClass24_0_tF09BD80EEE9ECC7296C10982CEDF0DBFD274B895; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0 struct U3CU3Ec__DisplayClass25_0_tA347965DD1CA3D351E3B581654CC8128EDFF3061; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0 struct U3CU3Ec__DisplayClass26_0_t93DB5B4DF0357D11E4A951B037CFD527BF3B56C8; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0 struct U3CU3Ec__DisplayClass27_0_t4D4A1506D5AC9A010D11414FAD7E48C6A7FBA299; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0 struct U3CU3Ec__DisplayClass28_0_tE68276C76E7215C53283D3ADC6A731F1DF29E8C8; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0 struct U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_tD73E62A2224FE13C8F6B52FCE8BD1C5FD313B99F; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0 struct U3CU3Ec__DisplayClass30_0_t94F73A3FFC30F6C2558392FF5F07AE2E096BF84F; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0 struct U3CU3Ec__DisplayClass31_0_t805529EB975D0626EBC97ACAB3880EFC6AB317A3; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0 struct U3CU3Ec__DisplayClass32_0_tA414D6A179D68B4F320ED1DB2C432127B75AB0E9; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0 struct U3CU3Ec__DisplayClass33_0_t5CB8EE7F07D06E29D59588955B144762AF73E4F6; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t60E5325D834E607C2110DB690899FC3C7A44D407; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0 struct U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0 struct U3CU3Ec__DisplayClass36_0_tCE8E904A62CBD9F143B3D692CA532EFA7A6F777D; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0 struct U3CU3Ec__DisplayClass37_0_tFAFEF1E41FDD4BAE035F7732E85AA44BBFD9DFD1; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0 struct U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0 struct U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t9A0201E5801BCA86E98A5567791D120983EAD387; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0 struct U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t9CD30C09F13A8901FBD37CEEE628023A3AC88587; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tB80886C18986402D46C539623ED89C069D383A01; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t3101E53746ED12113974445EFE5F8ED7275D9845; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_tE55619A7933D4E2E6A3AF6BCBAB6B4C17A865A55; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t7A8C490B052492D0F6162243E706C61D6E7EA629; // DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581; // DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551; // JC.Unity.Picker.DatePicker/ItemData struct ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config struct Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B; // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc struct CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059; // BestHTTP.Decompression.Zlib.DeflateManager/Config struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB; // DeviceView/<>c struct U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994; // DeviceView/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream struct DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC; // BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908; // UnityStandardAssets.Utility.DragRigidbody/d__8 struct U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState struct ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range struct Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message struct Message_tFFB406E9A157FE0A2B1B765A034986714037E788; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer struct RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit struct Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState struct ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config struct Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable struct DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback struct ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum struct PointAccum_t4065C75ECAB36598757B516CD38694929E598555; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt struct PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp struct PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer struct Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer struct Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt struct PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp struct PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer struct Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C; // EmailValidateController/d__0 struct U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7; // EmailValidateController/d__1 struct U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC; // Entry/<>c struct U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB; // Entry/d__6 struct U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C; // Entry/d__4 struct U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0; // BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9; // UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4 struct U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C; // UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1 struct U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41; // UnityStandardAssets.Effects.Explosive/d__8 struct U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF; // BestHTTP.Extensions.Extensions/<>c struct U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9; // BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0 struct U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable struct DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C; // UnityStandardAssets.Utility.FOVKick/d__10 struct U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935; // UnityStandardAssets.Utility.FOVKick/d__9 struct U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback struct FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C; // FriendView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D; // FriendView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F; // FriendView/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_t1B01058E2AF49746DED3976FDE2E7BCCD2A2EB83; // FriendView/<>c__DisplayClass27_0 struct U3CU3Ec__DisplayClass27_0_t9F014CCCAC1C155242176ED1AC1337F00E248CC1; // FriendView/<>c__DisplayClass32_0 struct U3CU3Ec__DisplayClass32_0_t2E43DBFDB641B5A2A284B79C38DEE5CB0F2DA7F8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder struct SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder struct WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137; // GPSTool/ResultHandler struct ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D; // GameAssistUI/<>c struct U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462; // GameAssistUI/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C; // HRB_Bluetooth/<>c__DisplayClass25_0 struct U3CU3Ec__DisplayClass25_0_t64D8C395B552D60CA41D39FD659B3676B96697B7; // HRB_Controller/d__0 struct U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD; // HRB_Controller/d__1 struct U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7; // HRB_DegreaseView/<>c struct U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420; // HRB_HomeView/<>c struct U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25; // HRB_HomeView/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_tCA0E8647AB76DCC40237EF0A7E428BBB40B30192; // HRB_LoginView/<>c struct U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C; // HRB_LoginView/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t47B31812D03B51989C4B01F90B8B9946E74041BB; // HRB_MeView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tD686DEAD8544F1FF6ED0EC5C8AFE469538015B2F; // HRB_MeView/<>c__DisplayClass24_0 struct U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B; // HRB_MeView/<>c__DisplayClass24_1 struct U3CU3Ec__DisplayClass24_1_t767CEE21DB2453E00C5135DDD61D958CCD4DA0AC; // HRB_MeView/MeUserInfo struct MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E; // HRB_PlanView/<>c struct U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B; // HRB_PlanView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t09BB7C4820DB6D3313FE63075C68D3DA6C7DB0CC; // HRB_RegisterView/<>c struct U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21; // HRB_RegisterView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t4C6405DB73B24A09203B2F40BA909F3226A3A110; // HRB_RegisterView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t43C7855FC73760DB1B2FC4A67D1168EC2E935372; // HRB_UserInfo/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_tAD8B65444910AC8D8907AF555A90618FF1A2FDBA; // BestHTTP.Caching.HTTPCacheService/<>c struct U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD; // BestHTTP.Caching.HTTPCacheService/<>c__DisplayClass35_0 struct U3CU3Ec__DisplayClass35_0_tE3A988AF6E5AF47AD8FE5A1AB5407A8B1CFFFC51; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder struct Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; IL2CPP_EXTERN_C RuntimeClass* Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_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* Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_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* Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_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* DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_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* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FixedPointUtilities_tD4D494075BD113C7535C0D3AD43D79B69C41E6E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameRuleView_t5F9D6F1A590D9368D937276F534F645B57AFD7A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockResult_t6A7C472F432343ADBA690B12778C4CF5FFB19CCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_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* IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_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* ISignerInfoGenerator_t6960DFB680A133F77E1419BB854F6913E57B6AEE_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* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_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* List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_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* ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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* TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC; IL2CPP_EXTERN_C String_t* _stringLiteral03F5937CA21FD6EEEEF575CF8F903B21AE8D7732; IL2CPP_EXTERN_C String_t* _stringLiteral067BCD1E94036BAA45EEB46A45E24C5F087782B3; IL2CPP_EXTERN_C String_t* _stringLiteral0706A33BB092998B17864439BF888E93F35B08D1; IL2CPP_EXTERN_C String_t* _stringLiteral082A85FC481BC9162A1D3A8B974388CA2575C2B0; IL2CPP_EXTERN_C String_t* _stringLiteral08FC392C0E824C3B78C98DE01B767270A53DCB12; IL2CPP_EXTERN_C String_t* _stringLiteral09B8CDE697E612C12788519A26652CF773708DB8; IL2CPP_EXTERN_C String_t* _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78; IL2CPP_EXTERN_C String_t* _stringLiteral0CD979583B209CE71603EFC4A398E6A9EFA8D872; IL2CPP_EXTERN_C String_t* _stringLiteral0F5FF643AEFB3F01606B763BCE3EB3CA0F4CDB37; IL2CPP_EXTERN_C String_t* _stringLiteral112AF564A3ADF7DB847A702B4083E68CE6D4D0D7; IL2CPP_EXTERN_C String_t* _stringLiteral122BFB5863FEA822BB7DB927C9C2D5E08DF70744; IL2CPP_EXTERN_C String_t* _stringLiteral12779D16EE04D6D7E5F5C44BDFCE1ED63017F887; IL2CPP_EXTERN_C String_t* _stringLiteral13ADC4031D216AC46030B8295DFA8A948A45C71C; IL2CPP_EXTERN_C String_t* _stringLiteral1405E4A6FFDD0854982EA7768A7B4D953DC16844; IL2CPP_EXTERN_C String_t* _stringLiteral145B6886ABDB6A64E26865445286469C28883644; IL2CPP_EXTERN_C String_t* _stringLiteral15642A007D2DB9637EDCE7B2736386295A0794F7; IL2CPP_EXTERN_C String_t* _stringLiteral15DD9669A2A96854111011DACCF24AC7BC4FDC9E; IL2CPP_EXTERN_C String_t* _stringLiteral16E69EF7214BCE520D8B1EB1F2CC431E2E22D713; IL2CPP_EXTERN_C String_t* _stringLiteral1999FC04011BD2AB7D9623B6C21F904B44A6A3C0; IL2CPP_EXTERN_C String_t* _stringLiteral19AB8440A3272EB3FA12DA209B0DD4AB1E7B34D5; IL2CPP_EXTERN_C String_t* _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F; IL2CPP_EXTERN_C String_t* _stringLiteral1A1B86B4BA0172AEF35B674EAA7A49B4B34F9913; IL2CPP_EXTERN_C String_t* _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E; IL2CPP_EXTERN_C String_t* _stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69; IL2CPP_EXTERN_C String_t* _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral224CFDC15B98A4A89A36ADDFAD983ED0488AF665; IL2CPP_EXTERN_C String_t* _stringLiteral233B7BE088FEC643322D0DD5ED52E6845359E0C7; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral271F9BD5F9F19FBC8A53C199CBB18D60D5C54062; IL2CPP_EXTERN_C String_t* _stringLiteral275F1DA8562693C878B0D38715EF3B9B2CA7C159; IL2CPP_EXTERN_C String_t* _stringLiteral2946A39CD2848CEDBFE48FD71189EAB56B2E5C84; IL2CPP_EXTERN_C String_t* _stringLiteral2B05881D969F55B8A024BCEBD4B48AB5645311B5; IL2CPP_EXTERN_C String_t* _stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0; IL2CPP_EXTERN_C String_t* _stringLiteral2C981498EB37A3B5FAF4B90C138B1516B4E46CE4; IL2CPP_EXTERN_C String_t* _stringLiteral2DEA6DBC8A0D9F0EDF29F041B19CD4E17015DB03; IL2CPP_EXTERN_C String_t* _stringLiteral30E3DCF4CB38AE0C18D99584F88F74FCD3EEF04E; IL2CPP_EXTERN_C String_t* _stringLiteral3163DE349A429DD7A75C2880BCA8649376A11643; IL2CPP_EXTERN_C String_t* _stringLiteral339C25AB213372A448D9C2ABB5765DE33E327D05; IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53; IL2CPP_EXTERN_C String_t* _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6; IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306; IL2CPP_EXTERN_C String_t* _stringLiteral399ABBEB13A916376FA9923A9BDE6EB693C011EF; IL2CPP_EXTERN_C String_t* _stringLiteral3B3B0902AFFD71AC0A61E24B97CE57857253A593; IL2CPP_EXTERN_C String_t* _stringLiteral3B5ACAADD2A8DCA517A95E30580025EB72B85BA6; IL2CPP_EXTERN_C String_t* _stringLiteral3C21B08946C4F5FAF4891F8DC09CEEB35F5A1737; IL2CPP_EXTERN_C String_t* _stringLiteral3D7B0F4ACED547143938EBDAEE8F8D62CD030806; IL2CPP_EXTERN_C String_t* _stringLiteral3FA118FF18D71618EB3BDD32868647552EAE8EC1; IL2CPP_EXTERN_C String_t* _stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09; IL2CPP_EXTERN_C String_t* _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C; IL2CPP_EXTERN_C String_t* _stringLiteral462932E2EEBDB8E1CD4E4CC0BE1BBD9777B2DE31; IL2CPP_EXTERN_C String_t* _stringLiteral46965B78C497683855CDF41381BC0F2CDD09CC59; IL2CPP_EXTERN_C String_t* _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6; IL2CPP_EXTERN_C String_t* _stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C; IL2CPP_EXTERN_C String_t* _stringLiteral4D9FFA58750E6CD58A85D43767D628AC2DD297A1; IL2CPP_EXTERN_C String_t* _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C; IL2CPP_EXTERN_C String_t* _stringLiteral5198D417D822302DED97D6058B080025A4E28F62; IL2CPP_EXTERN_C String_t* _stringLiteral51B1DCE4CCC91ABF973D7C6F040C54B79216D130; IL2CPP_EXTERN_C String_t* _stringLiteral55222BD399E23BEE06115515650DF51D1B6FE02A; IL2CPP_EXTERN_C String_t* _stringLiteral576ACDEAB8D545E1BF81B5822A74D4E20D12D841; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A; IL2CPP_EXTERN_C String_t* _stringLiteral5CCD9B9EDD6FEE3858916086082F27FC7D3D43A0; IL2CPP_EXTERN_C String_t* _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; IL2CPP_EXTERN_C String_t* _stringLiteral5D21766FA243325B8DAF51FBF17FC7423634B04F; IL2CPP_EXTERN_C String_t* _stringLiteral5EECAA92D98A4BA3E8AABFA36B5029E6E72B9FE0; IL2CPP_EXTERN_C String_t* _stringLiteral5F52AE63B7C5BFD02F09A133E6C738E301EE7525; IL2CPP_EXTERN_C String_t* _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC; IL2CPP_EXTERN_C String_t* _stringLiteral621320233B929A13E7EB6A3B36D72297AD274D11; IL2CPP_EXTERN_C String_t* _stringLiteral6348F335497AB29517BBF47765568FB755023B4A; IL2CPP_EXTERN_C String_t* _stringLiteral63D645B087299040799270572BB8AEDAC3666248; IL2CPP_EXTERN_C String_t* _stringLiteral64CE760E4F7F841C3A91EC422BF6673C2A925248; IL2CPP_EXTERN_C String_t* _stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE; IL2CPP_EXTERN_C String_t* _stringLiteral661C768A6EC1DE373D4760BFAA316A0C6B6CD8DB; IL2CPP_EXTERN_C String_t* _stringLiteral66ACDB186A389494B8890447B8BD0CD5D6BC5468; IL2CPP_EXTERN_C String_t* _stringLiteral67622C0912E1DB49157B5DE8ACDA7606E811C5BC; IL2CPP_EXTERN_C String_t* _stringLiteral67F438B8E048889CB1505E5B0A4EB14DDCC0C634; IL2CPP_EXTERN_C String_t* _stringLiteral683F37EC4A215A44555082EA88D2E170B5DA1447; IL2CPP_EXTERN_C String_t* _stringLiteral68B0DC046D209BD5398B35F8CCEB1B94183E45FD; IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710; IL2CPP_EXTERN_C String_t* _stringLiteral6CE4FF76C9A3AA8EACB2642C3029DD05C6E29F82; IL2CPP_EXTERN_C String_t* _stringLiteral6D7E2D99ECB90F89FEE060243FB151D95D792A6D; IL2CPP_EXTERN_C String_t* _stringLiteral6D969C92EDBAD9730C5F6E8C8C5A89FB999B2813; IL2CPP_EXTERN_C String_t* _stringLiteral704CA78E19EBEAA6719C1D563FB83447F693AE0A; IL2CPP_EXTERN_C String_t* _stringLiteral736B8C0D37EBD403829A528952F68DE7B6EE8CB5; IL2CPP_EXTERN_C String_t* _stringLiteral7457C72D49385DF1E5CAF9FA95C44141593BC418; IL2CPP_EXTERN_C String_t* _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41; IL2CPP_EXTERN_C String_t* _stringLiteral77C66025C930510EE67E22EBE245B7FF0CA5F1EC; IL2CPP_EXTERN_C String_t* _stringLiteral78825798A96E402C2095EAC6CA168925BB1DD273; IL2CPP_EXTERN_C String_t* _stringLiteral7F497051B441243A1A42D5A9C5A9D15A7C97D08A; IL2CPP_EXTERN_C String_t* _stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55; IL2CPP_EXTERN_C String_t* _stringLiteral7FFA066A28B2CC636DB84942D20A6D45C7C9609C; IL2CPP_EXTERN_C String_t* _stringLiteral8123ADD0461274D47114601C355EAFAB50371447; IL2CPP_EXTERN_C String_t* _stringLiteral834AD08F31A7132F87EBBA24C17D421D7848CAF0; IL2CPP_EXTERN_C String_t* _stringLiteral85736300AFDCF4B38F0A9679DBB6F47B0EF697AC; IL2CPP_EXTERN_C String_t* _stringLiteral873F8C2488A4E5CEF554C0C433B6B744C63CD9D7; IL2CPP_EXTERN_C String_t* _stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468; IL2CPP_EXTERN_C String_t* _stringLiteral892E1AB895E27AFF8AB5474D79F8D5C76BE64F01; IL2CPP_EXTERN_C String_t* _stringLiteral8B27F4F229A5F8A9312626520F2F90422C548848; IL2CPP_EXTERN_C String_t* _stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8; IL2CPP_EXTERN_C String_t* _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2; IL2CPP_EXTERN_C String_t* _stringLiteral91D927507F28A9603EDE93DD58C82DB5A90A24D3; IL2CPP_EXTERN_C String_t* _stringLiteral929B1E598207C42EBD5467A955FA2DA7A137403E; IL2CPP_EXTERN_C String_t* _stringLiteral92F4FAE0F91F544D825E8998DFAB6D1C9659A72D; IL2CPP_EXTERN_C String_t* _stringLiteral93BE726939DDBA0E6885D8C0319C5F1CFCB97D0C; IL2CPP_EXTERN_C String_t* _stringLiteral98E19DCE961E48AB5A96909758B77A3257C9B7B0; IL2CPP_EXTERN_C String_t* _stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527; IL2CPP_EXTERN_C String_t* _stringLiteral9F90543F5A3A0562EA33B07913037B0D098325A9; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA080B4C2AD0D13ABACC03072DAF48FF3797D5E18; IL2CPP_EXTERN_C String_t* _stringLiteralA16A5A766620C92E70C8F0C13BC707B1DD24BB40; IL2CPP_EXTERN_C String_t* _stringLiteralA3D218FA8DEACAA4642184107DFEFDBC21A7EF78; IL2CPP_EXTERN_C String_t* _stringLiteralA541545AC7ABD1030907CF06229D618165CA0FF9; IL2CPP_EXTERN_C String_t* _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B; IL2CPP_EXTERN_C String_t* _stringLiteralA8652F1942B0B2894776E46627480991C6F29057; IL2CPP_EXTERN_C String_t* _stringLiteralA9FDA2E5718693ACB1E2A1F083CE6CC5A7111149; IL2CPP_EXTERN_C String_t* _stringLiteralAA2D20C1F66D54A657DC0E2B3C4F2058DF08485F; IL2CPP_EXTERN_C String_t* _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9; IL2CPP_EXTERN_C String_t* _stringLiteralB0A669EE38050E63D8F9CB5B9EE063F765162C1A; IL2CPP_EXTERN_C String_t* _stringLiteralB20D9771966611F32C4E37ECF3F2818C5B199133; IL2CPP_EXTERN_C String_t* _stringLiteralB41B49233FEB3A218D2C94859DE9C4E14CE06503; IL2CPP_EXTERN_C String_t* _stringLiteralB4CA80F82FEEE90A6187C52A0292D5E261726529; IL2CPP_EXTERN_C String_t* _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A; IL2CPP_EXTERN_C String_t* _stringLiteralB6C6729487D9880A1A46CDDD120D87207BB095AD; IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476; IL2CPP_EXTERN_C String_t* _stringLiteralBA754CD48E2A5C14DBC6D94A6506EF60ACB7CEBF; IL2CPP_EXTERN_C String_t* _stringLiteralBBA4631906F4C458CB2BBDD76F7D84AFE7525CAA; IL2CPP_EXTERN_C String_t* _stringLiteralBBB8F81499B57D6CBFD03813D212598C06FEE577; IL2CPP_EXTERN_C String_t* _stringLiteralBD0C9DB2705EE0F6AC912E13F25E412426A7F733; IL2CPP_EXTERN_C String_t* _stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953; IL2CPP_EXTERN_C String_t* _stringLiteralC18BE09809C40016F56842A902791F9D32E3B6EF; IL2CPP_EXTERN_C String_t* _stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783; IL2CPP_EXTERN_C String_t* _stringLiteralC68E93161F8C3334B631019EF34012F314C87B40; IL2CPP_EXTERN_C String_t* _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12; IL2CPP_EXTERN_C String_t* _stringLiteralC77703C85D26BD8ACE24CD7C1F39C6792D57FF8E; IL2CPP_EXTERN_C String_t* _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D; IL2CPP_EXTERN_C String_t* _stringLiteralCDE743FF61CBDF72BF05A4EC3478FED4F69A1F35; IL2CPP_EXTERN_C String_t* _stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418; IL2CPP_EXTERN_C String_t* _stringLiteralD187FFB51F5BDB31067E7C0CCCBD1A007DE16776; IL2CPP_EXTERN_C String_t* _stringLiteralD389D736C510787FAF6582BCA9FB13F1E49B3BE1; IL2CPP_EXTERN_C String_t* _stringLiteralD80BB1CCB148A51722608F5698BA496FAB5ED13B; IL2CPP_EXTERN_C String_t* _stringLiteralD8C448612146FDC2F42CB0DFA8CF3493C7F443B4; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDCF160F0C9991A2EEF7923C292DD01F9EF8AE496; IL2CPP_EXTERN_C String_t* _stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83; IL2CPP_EXTERN_C String_t* _stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA; IL2CPP_EXTERN_C String_t* _stringLiteralE0E333FAC61B87D2E7C676F2E5BE38B54329BCD7; IL2CPP_EXTERN_C String_t* _stringLiteralE1A8B7ACF9F6A6C8DA34C480CF0726A9E97A6044; IL2CPP_EXTERN_C String_t* _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6; IL2CPP_EXTERN_C String_t* _stringLiteralE3D6827A767A5210243255E4075FA768A895D203; IL2CPP_EXTERN_C String_t* _stringLiteralE8B77FFA6B004EBE6AD02387BCBFBFA47562B049; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralE9F5C309EAB2305D5C6D31FE58C37D3079CAF0CD; IL2CPP_EXTERN_C String_t* _stringLiteralEA7FEA15E28556ABCF292DF70F8DE729DD42B9BE; IL2CPP_EXTERN_C String_t* _stringLiteralEC4454BBD197B8E5659F69D7AA70021B1E5EDBF5; IL2CPP_EXTERN_C String_t* _stringLiteralEE34610F2930546A8C84BD2FFFD42D09B5511F89; IL2CPP_EXTERN_C String_t* _stringLiteralF039081843B0873E486DA8DBFF2DEA212D36D006; IL2CPP_EXTERN_C String_t* _stringLiteralF33F118FB92FB6DB2DA46F889584F679CBB7AE10; IL2CPP_EXTERN_C String_t* _stringLiteralF3D31A1E3774E3FE3635D3A2976B02C6517B6F66; IL2CPP_EXTERN_C String_t* _stringLiteralF60B511DF6B31AFFAC8737D6810657B347F63636; IL2CPP_EXTERN_C String_t* _stringLiteralF670845214D31BAA1D7A0C05C8C5C3D23FB5E589; IL2CPP_EXTERN_C String_t* _stringLiteralF8D3D2C9BA1C4FBB1312CEC0DA1EC0F1A463D9E2; IL2CPP_EXTERN_C String_t* _stringLiteralFA6D41E982D08C3E12A9BFBD660B653B7240D5ED; IL2CPP_EXTERN_C String_t* _stringLiteralFB369CB3DFBC93075663A59BFA4894E53BD7CD17; IL2CPP_EXTERN_C String_t* _stringLiteralFBBF779334763EBE2F130B5E211F1FA191CF0D8D; IL2CPP_EXTERN_C String_t* _stringLiteralFDB4A6C8ADC0190F5700ACCE2A35FDCE10E7E6B8; IL2CPP_EXTERN_C String_t* _stringLiteralFF2E7A6136AC44D2366B770F6194566A67F6ECC1; IL2CPP_EXTERN_C String_t* _stringLiteralFFBD054AD0CB7C4931A2914B1F7AFE9362D2BB69; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthEnvelopedSecureReadable_GetReadable_m68C0DAD65C9A777440139B592B2256CFF26A3289_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BowCameraFixed_LateUpdate_m0DD1356C6D4EBE83F0735DE7760A6F0F52A43017_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsAuthenticatedSecureReadable_GetReadable_m60490A35A0CCE45C23C15CD4E4E424265D91D4B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedSecureReadable_GetReadable_m48D7B756BD03899EAFDD26368AFAA5AC8A892B24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04_m10D664ECCA469FA0C45D7BBF075DFC8D9C1D1E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m26E35B19637B4682494A4299BBD06748D17133B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Config_Create_mDCA29B5ED6DF3F2CA203B34ED7E631CD813AD27C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m48BA884F96EE5E0F2B9409D760A44C965A2D1821_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mA3BB03F883AD372BD401E6906D155ADA09E59A9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mA54F0C33E27B7C9F11741297888910B0FC090E25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD063033D29C6810CBD1812FDA6435F0CCF0C4F2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m910997103CB57F926E92B634C73F6DDAEA5E3C0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4AD6660424ACAD76BF1EC2BF7F00510BF7326ED9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_mBAEE3A19BF233076F708B9E4EF8156ADFE992305_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mD00C34FDEA540382CC03C3E48009C270C13C6609_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisDoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D_m7A8510EC541865948F60864C625A1E8474712917_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m62FE9F5F821F062C8DCBC73D9CAFB704516FF5BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6FA4392460B1CAC71952D49279908A2A0EB35750_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m467E1AE1C9307015E0AE182815D75AF878D00A25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mB04F863F01DA19ADD66AFE0F3E1DF8EA13AFD9AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE1BAF4C805FBEB22F804C23E38819535F93E0012_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mE55087F0BC6828810D3EA56FE2343DF5B704E9B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m450892EF7B967B674D52E7659C9BDD42C68C2708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA316739774ED7C47A232FC085A7152F59AF3A0C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB4DE23059FF356A69BA5B28F32985F0E75DF8F93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m1387607D451730B0049AFB85E988EE35A1520932_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MeUserInfo_U3CShowModalForSaveU3Eb__12_1_mDD3EDB059E4E8CBE96546B5729683C2D1942314B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInfoGeneratorImpl_Generate_m1B2D7640D43F33E68E1340E244D33590825378D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerInfoGeneratorImpl__ctor_m9227A586E06D93078AC5699496E5DC61B34018EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CAsyncLoadSceneU3Ed__6_System_Collections_IEnumerator_Reset_m9CE080104C15DE0E284026D7EBB1D0A92145E8F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckAppVersionU3Ed__4_System_Collections_IEnumerator_Reset_mA0DA5449223CE94DE0CCD9916BEF2374036D71D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDragObjectU3Ed__8_System_Collections_IEnumerator_Reset_m3AD029462BAB8E669EDB80A7D1D156327A6034B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFOVKickDownU3Ed__10_System_Collections_IEnumerator_Reset_m585DC08D5BFA86A02F337DD9BA5352C16340E5CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFOVKickUpU3Ed__9_System_Collections_IEnumerator_Reset_mE35D0195678B040DBCF2A0AFD6B4A37FFB327AE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetCaptchaU3Ed__1_System_Collections_IEnumerator_Reset_m2DDBADA2C2D724267A69C7C8286E18B514BDE9B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3COnCollisionEnterU3Ed__8_System_Collections_IEnumerator_Reset_m6B3902A22CF546D2EDC226E2D9A4D2DB0FDED820_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSaveMagU3Ed__21_System_Collections_IEnumerator_Reset_mC1EBB6F483002E42FEEFC6FB15932059A25D9CFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSendEmailValidateCodeU3Ed__0_System_Collections_IEnumerator_Reset_m0FF16ED164EAD0C0FFC5EF920C4F805E74FB4EA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__1_System_Collections_IEnumerator_Reset_m887F7AE884FB48C61B7A5AED5FA58B2CAA37FC71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m1A46BFEF351A0D8D4460DEA6051CFDFA78200490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CLoadUserInfoU3Eb__4_2_m8BF5BF5A9A711B81778C6D2B81C859848C32667F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__2_5_m028111CA87FD90C255405861E009ADAD6EE09012_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CEnterMyFriendBoxU3Eb__2_mB6C7E190405C6FACFA5F62946AC00FC1507DCA5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CValidateEmailU3Ed__1_System_Collections_IEnumerator_Reset_m6337ECF72D67BE0F80E88C44DF938F05CC9FFCB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CblinkLEDU3Ed__7_System_Collections_IEnumerator_Reset_mAC41A4B61CDCFF1393E71750A80233FAA2AB9E53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CgetUserInfoU3Ed__0_System_Collections_IEnumerator_Reset_mF166A7BCEDB58D55824D70070C9F200904341572_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CsaveUserInfoU3Ed__1_System_Collections_IEnumerator_Reset_m1D65F390CEB131F177B095EF12FCBA75A7D36689_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisHRB_LoginView_tAB63EA9B74F3B36084D0BEFF7E1F1C66212D2A07_mD2F966966F47ED9D972090C8A44FE671CD5DD418_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisHRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3_m8FEA6A575C72997BCFB782BADABE03F54A755D03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHRB_DegreaseView_tBFDCE6B3DF07E6FBF2F3EF05AE4AD2B9481183BD_m2042AEF3BAD9F33FAC5E3FA3266DA94D40A3FE42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0_mBAFF060C334FFE9F73A5664E4C7975172E19BB4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHRB_LoginView_tAB63EA9B74F3B36084D0BEFF7E1F1C66212D2A07_m77B63A7919D9B293E9BC7978240154E86B7316F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76_m3BCC9F97EDF911626F6A5F3D7108C9EF88F34830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3_mE703B46EC55D3F8B4857D27D0171815C46100C6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var; struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com; struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 ; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com; struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke; struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com; struct DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B; 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_tA951181AD5BB597EA527552FB0018E7527A392E6 : 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_t68640AF7054769CF1B94C73AA3924D7A8F5886F6* ___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_t0AE40DB207EC49843B4FAB9BAF28D53F3CD8C8B0 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0A6A407E23889BA87FA826534005C4F75B7D17B6 * ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___entries_1)); } inline EntryU5BU5D_t68640AF7054769CF1B94C73AA3924D7A8F5886F6* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t68640AF7054769CF1B94C73AA3924D7A8F5886F6** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t68640AF7054769CF1B94C73AA3924D7A8F5886F6* 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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___keys_7)); } inline KeyCollection_t0AE40DB207EC49843B4FAB9BAF28D53F3CD8C8B0 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0AE40DB207EC49843B4FAB9BAF28D53F3CD8C8B0 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0AE40DB207EC49843B4FAB9BAF28D53F3CD8C8B0 * 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_tA951181AD5BB597EA527552FB0018E7527A392E6, ___values_8)); } inline ValueCollection_t0A6A407E23889BA87FA826534005C4F75B7D17B6 * get_values_8() const { return ___values_8; } inline ValueCollection_t0A6A407E23889BA87FA826534005C4F75B7D17B6 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0A6A407E23889BA87FA826534005C4F75B7D17B6 * 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_tA951181AD5BB597EA527552FB0018E7527A392E6, ____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_tF5B4A5A925F35194AB6289544146EEDFF54229AC : 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_t429AF564CC42ADBD78C8E1846C01B251901FD1AE* ___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_t2279FB387D8A4C4355AE9ADD613394674B5B306E * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t63908A12C333A73C1F61A241468EFF0D9687D74B * ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___entries_1)); } inline EntryU5BU5D_t429AF564CC42ADBD78C8E1846C01B251901FD1AE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t429AF564CC42ADBD78C8E1846C01B251901FD1AE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t429AF564CC42ADBD78C8E1846C01B251901FD1AE* 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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___keys_7)); } inline KeyCollection_t2279FB387D8A4C4355AE9ADD613394674B5B306E * get_keys_7() const { return ___keys_7; } inline KeyCollection_t2279FB387D8A4C4355AE9ADD613394674B5B306E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t2279FB387D8A4C4355AE9ADD613394674B5B306E * 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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ___values_8)); } inline ValueCollection_t63908A12C333A73C1F61A241468EFF0D9687D74B * get_values_8() const { return ___values_8; } inline ValueCollection_t63908A12C333A73C1F61A241468EFF0D9687D74B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t63908A12C333A73C1F61A241468EFF0D9687D74B * 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_tF5B4A5A925F35194AB6289544146EEDFF54229AC, ____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.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.List`1 struct List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6* ____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_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F, ____items_1)); } inline HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6* get__items_1() const { return ____items_1; } inline HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6* 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_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F, ____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_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F, ____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_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F, ____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_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F_StaticFields, ____emptyArray_5)); } inline HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6* get__emptyArray_5() const { return ____emptyArray_5; } inline HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HTTPCacheFileInfoU5BU5D_tE93A5BF4B5C9CEDE6A3D5BC20188F9A2B3C24AA6* 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_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B* ____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_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8, ____items_1)); } inline RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B* get__items_1() const { return ____items_1; } inline RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B* 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_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8, ____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_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8, ____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_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8, ____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_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8_StaticFields, ____emptyArray_5)); } inline RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B* get__emptyArray_5() const { return ____emptyArray_5; } inline RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RigidbodyU5BU5D_t9749C1DC39BC78A57D2239B2EF18DA9E31C2844B* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 : public RuntimeObject { public: public: }; struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400_StaticFields, ___s_Instance_0)); } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * get_s_Instance_0() const { return ___s_Instance_0; } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)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.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.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::attributes RuntimeObject* ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72, ___attributes_0)); } inline RuntimeObject* get_attributes_0() const { return ___attributes_0; } inline RuntimeObject** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(RuntimeObject* value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_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.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); } }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = 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.CmsAttributes struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715 : public RuntimeObject { public: public: }; struct CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::ContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::MessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MessageDigest_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::SigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SigningTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::CounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CounterSignature_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsAttributes::ContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ContentHint_4; public: inline static int32_t get_offset_of_ContentType_0() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___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_MessageDigest_1() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___MessageDigest_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MessageDigest_1() const { return ___MessageDigest_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MessageDigest_1() { return &___MessageDigest_1; } inline void set_MessageDigest_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MessageDigest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageDigest_1), (void*)value); } inline static int32_t get_offset_of_SigningTime_2() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___SigningTime_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SigningTime_2() const { return ___SigningTime_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SigningTime_2() { return &___SigningTime_2; } inline void set_SigningTime_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SigningTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SigningTime_2), (void*)value); } inline static int32_t get_offset_of_CounterSignature_3() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___CounterSignature_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CounterSignature_3() const { return ___CounterSignature_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CounterSignature_3() { return &___CounterSignature_3; } inline void set_CounterSignature_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CounterSignature_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CounterSignature_3), (void*)value); } inline static int32_t get_offset_of_ContentHint_4() { return static_cast(offsetof(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields, ___ContentHint_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ContentHint_4() const { return ___ContentHint_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ContentHint_4() { return &___ContentHint_4; } inline void set_ContentHint_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ContentHint_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentHint_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData struct CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::recipientInfoStore RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * ___recipientInfoStore_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::originator OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * ___originator_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::authEncAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___authEncAlg_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::authAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authAttrs_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::mac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mac_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData::unauthAttrs Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthAttrs_6; public: inline static int32_t get_offset_of_recipientInfoStore_0() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___recipientInfoStore_0)); } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * get_recipientInfoStore_0() const { return ___recipientInfoStore_0; } inline RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F ** get_address_of_recipientInfoStore_0() { return &___recipientInfoStore_0; } inline void set_recipientInfoStore_0(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * value) { ___recipientInfoStore_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoStore_0), (void*)value); } inline static int32_t get_offset_of_contentInfo_1() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___contentInfo_1)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_1() const { return ___contentInfo_1; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_1() { return &___contentInfo_1; } inline void set_contentInfo_1(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_1), (void*)value); } inline static int32_t get_offset_of_originator_2() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___originator_2)); } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * get_originator_2() const { return ___originator_2; } inline OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D ** get_address_of_originator_2() { return &___originator_2; } inline void set_originator_2(OriginatorInfo_tF15E93E7F52BBB66A0CB97EED0EED9A94487214D * value) { ___originator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___originator_2), (void*)value); } inline static int32_t get_offset_of_authEncAlg_3() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___authEncAlg_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_authEncAlg_3() const { return ___authEncAlg_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_authEncAlg_3() { return &___authEncAlg_3; } inline void set_authEncAlg_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___authEncAlg_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___authEncAlg_3), (void*)value); } inline static int32_t get_offset_of_authAttrs_4() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___authAttrs_4)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authAttrs_4() const { return ___authAttrs_4; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authAttrs_4() { return &___authAttrs_4; } inline void set_authAttrs_4(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authAttrs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___authAttrs_4), (void*)value); } inline static int32_t get_offset_of_mac_5() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___mac_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mac_5() const { return ___mac_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mac_5() { return &___mac_5; } inline void set_mac_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mac_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_5), (void*)value); } inline static int32_t get_offset_of_unauthAttrs_6() { return static_cast(offsetof(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3, ___unauthAttrs_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthAttrs_6() const { return ___unauthAttrs_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthAttrs_6() { return &___unauthAttrs_6; } inline void set_unauthAttrs_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthAttrs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthAttrs_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::recipientInfoGenerators RuntimeObject* ___recipientInfoGenerators_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::unprotectedAttributeGenerator RuntimeObject* ___unprotectedAttributeGenerator_24; public: inline static int32_t get_offset_of_recipientInfoGenerators_22() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___recipientInfoGenerators_22)); } inline RuntimeObject* get_recipientInfoGenerators_22() const { return ___recipientInfoGenerators_22; } inline RuntimeObject** get_address_of_recipientInfoGenerators_22() { return &___recipientInfoGenerators_22; } inline void set_recipientInfoGenerators_22(RuntimeObject* value) { ___recipientInfoGenerators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoGenerators_22), (void*)value); } inline static int32_t get_offset_of_rand_23() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___rand_23)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_23() const { return ___rand_23; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_23() { return &___rand_23; } inline void set_rand_23(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_23), (void*)value); } inline static int32_t get_offset_of_unprotectedAttributeGenerator_24() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___unprotectedAttributeGenerator_24)); } inline RuntimeObject* get_unprotectedAttributeGenerator_24() const { return ___unprotectedAttributeGenerator_24; } inline RuntimeObject** get_address_of_unprotectedAttributeGenerator_24() { return &___unprotectedAttributeGenerator_24; } inline void set_unprotectedAttributeGenerator_24(RuntimeObject* value) { ___unprotectedAttributeGenerator_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttributeGenerator_24), (void*)value); } }; struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::rc2Table Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___rc2Table_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::DesEde3Cbc String_t* ___DesEde3Cbc_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::RC2Cbc String_t* ___RC2Cbc_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes128Cbc String_t* ___Aes128Cbc_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes192Cbc String_t* ___Aes192Cbc_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes256Cbc String_t* ___Aes256Cbc_7; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia128Cbc String_t* ___Camellia128Cbc_8; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia192Cbc String_t* ___Camellia192Cbc_9; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia256Cbc String_t* ___Camellia256Cbc_10; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::SeedCbc String_t* ___SeedCbc_11; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::DesEde3Wrap String_t* ___DesEde3Wrap_12; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes128Wrap String_t* ___Aes128Wrap_13; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes192Wrap String_t* ___Aes192Wrap_14; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes256Wrap String_t* ___Aes256Wrap_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia128Wrap String_t* ___Camellia128Wrap_16; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia192Wrap String_t* ___Camellia192Wrap_17; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia256Wrap String_t* ___Camellia256Wrap_18; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::SeedWrap String_t* ___SeedWrap_19; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::ECDHSha1Kdf String_t* ___ECDHSha1Kdf_20; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::ECMqvSha1Kdf String_t* ___ECMqvSha1Kdf_21; public: inline static int32_t get_offset_of_rc2Table_0() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___rc2Table_0)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_rc2Table_0() const { return ___rc2Table_0; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_rc2Table_0() { return &___rc2Table_0; } inline void set_rc2Table_0(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___rc2Table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rc2Table_0), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_1() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___DesEde3Cbc_1)); } inline String_t* get_DesEde3Cbc_1() const { return ___DesEde3Cbc_1; } inline String_t** get_address_of_DesEde3Cbc_1() { return &___DesEde3Cbc_1; } inline void set_DesEde3Cbc_1(String_t* value) { ___DesEde3Cbc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_1), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_2() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___RC2Cbc_2)); } inline String_t* get_RC2Cbc_2() const { return ___RC2Cbc_2; } inline String_t** get_address_of_RC2Cbc_2() { return &___RC2Cbc_2; } inline void set_RC2Cbc_2(String_t* value) { ___RC2Cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_2), (void*)value); } inline static int32_t get_offset_of_Aes128Cbc_5() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes128Cbc_5)); } inline String_t* get_Aes128Cbc_5() const { return ___Aes128Cbc_5; } inline String_t** get_address_of_Aes128Cbc_5() { return &___Aes128Cbc_5; } inline void set_Aes128Cbc_5(String_t* value) { ___Aes128Cbc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Cbc_5), (void*)value); } inline static int32_t get_offset_of_Aes192Cbc_6() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes192Cbc_6)); } inline String_t* get_Aes192Cbc_6() const { return ___Aes192Cbc_6; } inline String_t** get_address_of_Aes192Cbc_6() { return &___Aes192Cbc_6; } inline void set_Aes192Cbc_6(String_t* value) { ___Aes192Cbc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Cbc_6), (void*)value); } inline static int32_t get_offset_of_Aes256Cbc_7() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes256Cbc_7)); } inline String_t* get_Aes256Cbc_7() const { return ___Aes256Cbc_7; } inline String_t** get_address_of_Aes256Cbc_7() { return &___Aes256Cbc_7; } inline void set_Aes256Cbc_7(String_t* value) { ___Aes256Cbc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Cbc_7), (void*)value); } inline static int32_t get_offset_of_Camellia128Cbc_8() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia128Cbc_8)); } inline String_t* get_Camellia128Cbc_8() const { return ___Camellia128Cbc_8; } inline String_t** get_address_of_Camellia128Cbc_8() { return &___Camellia128Cbc_8; } inline void set_Camellia128Cbc_8(String_t* value) { ___Camellia128Cbc_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia128Cbc_8), (void*)value); } inline static int32_t get_offset_of_Camellia192Cbc_9() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia192Cbc_9)); } inline String_t* get_Camellia192Cbc_9() const { return ___Camellia192Cbc_9; } inline String_t** get_address_of_Camellia192Cbc_9() { return &___Camellia192Cbc_9; } inline void set_Camellia192Cbc_9(String_t* value) { ___Camellia192Cbc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia192Cbc_9), (void*)value); } inline static int32_t get_offset_of_Camellia256Cbc_10() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia256Cbc_10)); } inline String_t* get_Camellia256Cbc_10() const { return ___Camellia256Cbc_10; } inline String_t** get_address_of_Camellia256Cbc_10() { return &___Camellia256Cbc_10; } inline void set_Camellia256Cbc_10(String_t* value) { ___Camellia256Cbc_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia256Cbc_10), (void*)value); } inline static int32_t get_offset_of_SeedCbc_11() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___SeedCbc_11)); } inline String_t* get_SeedCbc_11() const { return ___SeedCbc_11; } inline String_t** get_address_of_SeedCbc_11() { return &___SeedCbc_11; } inline void set_SeedCbc_11(String_t* value) { ___SeedCbc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedCbc_11), (void*)value); } inline static int32_t get_offset_of_DesEde3Wrap_12() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___DesEde3Wrap_12)); } inline String_t* get_DesEde3Wrap_12() const { return ___DesEde3Wrap_12; } inline String_t** get_address_of_DesEde3Wrap_12() { return &___DesEde3Wrap_12; } inline void set_DesEde3Wrap_12(String_t* value) { ___DesEde3Wrap_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Wrap_12), (void*)value); } inline static int32_t get_offset_of_Aes128Wrap_13() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes128Wrap_13)); } inline String_t* get_Aes128Wrap_13() const { return ___Aes128Wrap_13; } inline String_t** get_address_of_Aes128Wrap_13() { return &___Aes128Wrap_13; } inline void set_Aes128Wrap_13(String_t* value) { ___Aes128Wrap_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Wrap_13), (void*)value); } inline static int32_t get_offset_of_Aes192Wrap_14() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes192Wrap_14)); } inline String_t* get_Aes192Wrap_14() const { return ___Aes192Wrap_14; } inline String_t** get_address_of_Aes192Wrap_14() { return &___Aes192Wrap_14; } inline void set_Aes192Wrap_14(String_t* value) { ___Aes192Wrap_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Wrap_14), (void*)value); } inline static int32_t get_offset_of_Aes256Wrap_15() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes256Wrap_15)); } inline String_t* get_Aes256Wrap_15() const { return ___Aes256Wrap_15; } inline String_t** get_address_of_Aes256Wrap_15() { return &___Aes256Wrap_15; } inline void set_Aes256Wrap_15(String_t* value) { ___Aes256Wrap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Wrap_15), (void*)value); } inline static int32_t get_offset_of_Camellia128Wrap_16() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia128Wrap_16)); } inline String_t* get_Camellia128Wrap_16() const { return ___Camellia128Wrap_16; } inline String_t** get_address_of_Camellia128Wrap_16() { return &___Camellia128Wrap_16; } inline void set_Camellia128Wrap_16(String_t* value) { ___Camellia128Wrap_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia128Wrap_16), (void*)value); } inline static int32_t get_offset_of_Camellia192Wrap_17() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia192Wrap_17)); } inline String_t* get_Camellia192Wrap_17() const { return ___Camellia192Wrap_17; } inline String_t** get_address_of_Camellia192Wrap_17() { return &___Camellia192Wrap_17; } inline void set_Camellia192Wrap_17(String_t* value) { ___Camellia192Wrap_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia192Wrap_17), (void*)value); } inline static int32_t get_offset_of_Camellia256Wrap_18() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia256Wrap_18)); } inline String_t* get_Camellia256Wrap_18() const { return ___Camellia256Wrap_18; } inline String_t** get_address_of_Camellia256Wrap_18() { return &___Camellia256Wrap_18; } inline void set_Camellia256Wrap_18(String_t* value) { ___Camellia256Wrap_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia256Wrap_18), (void*)value); } inline static int32_t get_offset_of_SeedWrap_19() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___SeedWrap_19)); } inline String_t* get_SeedWrap_19() const { return ___SeedWrap_19; } inline String_t** get_address_of_SeedWrap_19() { return &___SeedWrap_19; } inline void set_SeedWrap_19(String_t* value) { ___SeedWrap_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedWrap_19), (void*)value); } inline static int32_t get_offset_of_ECDHSha1Kdf_20() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___ECDHSha1Kdf_20)); } inline String_t* get_ECDHSha1Kdf_20() const { return ___ECDHSha1Kdf_20; } inline String_t** get_address_of_ECDHSha1Kdf_20() { return &___ECDHSha1Kdf_20; } inline void set_ECDHSha1Kdf_20(String_t* value) { ___ECDHSha1Kdf_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDHSha1Kdf_20), (void*)value); } inline static int32_t get_offset_of_ECMqvSha1Kdf_21() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___ECMqvSha1Kdf_21)); } inline String_t* get_ECMqvSha1Kdf_21() const { return ___ECMqvSha1Kdf_21; } inline String_t** get_address_of_ECMqvSha1Kdf_21() { return &___ECMqvSha1Kdf_21; } inline void set_ECMqvSha1Kdf_21(String_t* value) { ___ECMqvSha1Kdf_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECMqvSha1Kdf_21), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream struct CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::used bool ___used_1; public: inline static int32_t get_offset_of_input_0() { return static_cast(offsetof(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3, ___input_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_0() const { return ___input_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_0() { return &___input_0; } inline void set_input_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_0), (void*)value); } inline static int32_t get_offset_of_used_1() { return static_cast(offsetof(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3, ___used_1)); } inline bool get_used_1() const { return ___used_1; } inline bool* get_address_of_used_1() { return &___used_1; } inline void set_used_1(bool value) { ___used_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator struct CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_certs RuntimeObject* ____certs_17; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_crls RuntimeObject* ____crls_18; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_signers RuntimeObject* ____signers_19; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_digests RuntimeObject* ____digests_20; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_useDerForCerts bool ____useDerForCerts_21; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_useDerForCrls bool ____useDerForCrls_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_23; public: inline static int32_t get_offset_of__certs_17() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____certs_17)); } inline RuntimeObject* get__certs_17() const { return ____certs_17; } inline RuntimeObject** get_address_of__certs_17() { return &____certs_17; } inline void set__certs_17(RuntimeObject* value) { ____certs_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____certs_17), (void*)value); } inline static int32_t get_offset_of__crls_18() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____crls_18)); } inline RuntimeObject* get__crls_18() const { return ____crls_18; } inline RuntimeObject** get_address_of__crls_18() { return &____crls_18; } inline void set__crls_18(RuntimeObject* value) { ____crls_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____crls_18), (void*)value); } inline static int32_t get_offset_of__signers_19() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____signers_19)); } inline RuntimeObject* get__signers_19() const { return ____signers_19; } inline RuntimeObject** get_address_of__signers_19() { return &____signers_19; } inline void set__signers_19(RuntimeObject* value) { ____signers_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____signers_19), (void*)value); } inline static int32_t get_offset_of__digests_20() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____digests_20)); } inline RuntimeObject* get__digests_20() const { return ____digests_20; } inline RuntimeObject** get_address_of__digests_20() { return &____digests_20; } inline void set__digests_20(RuntimeObject* value) { ____digests_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____digests_20), (void*)value); } inline static int32_t get_offset_of__useDerForCerts_21() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____useDerForCerts_21)); } inline bool get__useDerForCerts_21() const { return ____useDerForCerts_21; } inline bool* get_address_of__useDerForCerts_21() { return &____useDerForCerts_21; } inline void set__useDerForCerts_21(bool value) { ____useDerForCerts_21 = value; } inline static int32_t get_offset_of__useDerForCrls_22() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____useDerForCrls_22)); } inline bool get__useDerForCrls_22() const { return ____useDerForCrls_22; } inline bool* get_address_of__useDerForCrls_22() { return &____useDerForCrls_22; } inline void set__useDerForCrls_22(bool value) { ____useDerForCrls_22 = value; } inline static int32_t get_offset_of_rand_23() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ___rand_23)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_23() const { return ___rand_23; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_23() { return &___rand_23; } inline void set_rand_23(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_23), (void*)value); } }; struct CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::Data String_t* ___Data_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha1 String_t* ___DigestSha1_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha224 String_t* ___DigestSha224_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha256 String_t* ___DigestSha256_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha384 String_t* ___DigestSha384_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha512 String_t* ___DigestSha512_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestMD5 String_t* ___DigestMD5_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestGost3411 String_t* ___DigestGost3411_7; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestRipeMD128 String_t* ___DigestRipeMD128_8; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestRipeMD160 String_t* ___DigestRipeMD160_9; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestRipeMD256 String_t* ___DigestRipeMD256_10; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionRsa String_t* ___EncryptionRsa_11; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionDsa String_t* ___EncryptionDsa_12; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionECDsa String_t* ___EncryptionECDsa_13; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionRsaPss String_t* ___EncryptionRsaPss_14; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionGost3410 String_t* ___EncryptionGost3410_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionECGost3410 String_t* ___EncryptionECGost3410_16; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___Data_0)); } inline String_t* get_Data_0() const { return ___Data_0; } inline String_t** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(String_t* value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_DigestSha1_1() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha1_1)); } inline String_t* get_DigestSha1_1() const { return ___DigestSha1_1; } inline String_t** get_address_of_DigestSha1_1() { return &___DigestSha1_1; } inline void set_DigestSha1_1(String_t* value) { ___DigestSha1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha1_1), (void*)value); } inline static int32_t get_offset_of_DigestSha224_2() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha224_2)); } inline String_t* get_DigestSha224_2() const { return ___DigestSha224_2; } inline String_t** get_address_of_DigestSha224_2() { return &___DigestSha224_2; } inline void set_DigestSha224_2(String_t* value) { ___DigestSha224_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha224_2), (void*)value); } inline static int32_t get_offset_of_DigestSha256_3() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha256_3)); } inline String_t* get_DigestSha256_3() const { return ___DigestSha256_3; } inline String_t** get_address_of_DigestSha256_3() { return &___DigestSha256_3; } inline void set_DigestSha256_3(String_t* value) { ___DigestSha256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha256_3), (void*)value); } inline static int32_t get_offset_of_DigestSha384_4() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha384_4)); } inline String_t* get_DigestSha384_4() const { return ___DigestSha384_4; } inline String_t** get_address_of_DigestSha384_4() { return &___DigestSha384_4; } inline void set_DigestSha384_4(String_t* value) { ___DigestSha384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha384_4), (void*)value); } inline static int32_t get_offset_of_DigestSha512_5() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha512_5)); } inline String_t* get_DigestSha512_5() const { return ___DigestSha512_5; } inline String_t** get_address_of_DigestSha512_5() { return &___DigestSha512_5; } inline void set_DigestSha512_5(String_t* value) { ___DigestSha512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha512_5), (void*)value); } inline static int32_t get_offset_of_DigestMD5_6() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestMD5_6)); } inline String_t* get_DigestMD5_6() const { return ___DigestMD5_6; } inline String_t** get_address_of_DigestMD5_6() { return &___DigestMD5_6; } inline void set_DigestMD5_6(String_t* value) { ___DigestMD5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestMD5_6), (void*)value); } inline static int32_t get_offset_of_DigestGost3411_7() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestGost3411_7)); } inline String_t* get_DigestGost3411_7() const { return ___DigestGost3411_7; } inline String_t** get_address_of_DigestGost3411_7() { return &___DigestGost3411_7; } inline void set_DigestGost3411_7(String_t* value) { ___DigestGost3411_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestGost3411_7), (void*)value); } inline static int32_t get_offset_of_DigestRipeMD128_8() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestRipeMD128_8)); } inline String_t* get_DigestRipeMD128_8() const { return ___DigestRipeMD128_8; } inline String_t** get_address_of_DigestRipeMD128_8() { return &___DigestRipeMD128_8; } inline void set_DigestRipeMD128_8(String_t* value) { ___DigestRipeMD128_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestRipeMD128_8), (void*)value); } inline static int32_t get_offset_of_DigestRipeMD160_9() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestRipeMD160_9)); } inline String_t* get_DigestRipeMD160_9() const { return ___DigestRipeMD160_9; } inline String_t** get_address_of_DigestRipeMD160_9() { return &___DigestRipeMD160_9; } inline void set_DigestRipeMD160_9(String_t* value) { ___DigestRipeMD160_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestRipeMD160_9), (void*)value); } inline static int32_t get_offset_of_DigestRipeMD256_10() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestRipeMD256_10)); } inline String_t* get_DigestRipeMD256_10() const { return ___DigestRipeMD256_10; } inline String_t** get_address_of_DigestRipeMD256_10() { return &___DigestRipeMD256_10; } inline void set_DigestRipeMD256_10(String_t* value) { ___DigestRipeMD256_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestRipeMD256_10), (void*)value); } inline static int32_t get_offset_of_EncryptionRsa_11() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionRsa_11)); } inline String_t* get_EncryptionRsa_11() const { return ___EncryptionRsa_11; } inline String_t** get_address_of_EncryptionRsa_11() { return &___EncryptionRsa_11; } inline void set_EncryptionRsa_11(String_t* value) { ___EncryptionRsa_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionRsa_11), (void*)value); } inline static int32_t get_offset_of_EncryptionDsa_12() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionDsa_12)); } inline String_t* get_EncryptionDsa_12() const { return ___EncryptionDsa_12; } inline String_t** get_address_of_EncryptionDsa_12() { return &___EncryptionDsa_12; } inline void set_EncryptionDsa_12(String_t* value) { ___EncryptionDsa_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionDsa_12), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsa_13() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionECDsa_13)); } inline String_t* get_EncryptionECDsa_13() const { return ___EncryptionECDsa_13; } inline String_t** get_address_of_EncryptionECDsa_13() { return &___EncryptionECDsa_13; } inline void set_EncryptionECDsa_13(String_t* value) { ___EncryptionECDsa_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsa_13), (void*)value); } inline static int32_t get_offset_of_EncryptionRsaPss_14() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionRsaPss_14)); } inline String_t* get_EncryptionRsaPss_14() const { return ___EncryptionRsaPss_14; } inline String_t** get_address_of_EncryptionRsaPss_14() { return &___EncryptionRsaPss_14; } inline void set_EncryptionRsaPss_14(String_t* value) { ___EncryptionRsaPss_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionRsaPss_14), (void*)value); } inline static int32_t get_offset_of_EncryptionGost3410_15() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionGost3410_15)); } inline String_t* get_EncryptionGost3410_15() const { return ___EncryptionGost3410_15; } inline String_t** get_address_of_EncryptionGost3410_15() { return &___EncryptionGost3410_15; } inline void set_EncryptionGost3410_15(String_t* value) { ___EncryptionGost3410_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionGost3410_15), (void*)value); } inline static int32_t get_offset_of_EncryptionECGost3410_16() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionECGost3410_16)); } inline String_t* get_EncryptionECGost3410_16() const { return ___EncryptionECGost3410_16; } inline String_t** get_address_of_EncryptionECGost3410_16() { return &___EncryptionECGost3410_16; } inline void set_EncryptionECGost3410_16(String_t* value) { ___EncryptionECGost3410_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECGost3410_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD : public RuntimeObject { public: public: }; struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::Instance CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Instance_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha1 String_t* ___EncryptionECDsaWithSha1_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha224 String_t* ___EncryptionECDsaWithSha224_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha256 String_t* ___EncryptionECDsaWithSha256_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha384 String_t* ___EncryptionECDsaWithSha384_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha512 String_t* ___EncryptionECDsaWithSha512_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::encryptionAlgs RuntimeObject* ___encryptionAlgs_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::digestAlgs RuntimeObject* ___digestAlgs_7; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::digestAliases RuntimeObject* ___digestAliases_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::noParams RuntimeObject* ___noParams_9; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::ecAlgorithms RuntimeObject* ___ecAlgorithms_10; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___Instance_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Instance_0() const { return ___Instance_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha1_1() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha1_1)); } inline String_t* get_EncryptionECDsaWithSha1_1() const { return ___EncryptionECDsaWithSha1_1; } inline String_t** get_address_of_EncryptionECDsaWithSha1_1() { return &___EncryptionECDsaWithSha1_1; } inline void set_EncryptionECDsaWithSha1_1(String_t* value) { ___EncryptionECDsaWithSha1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha1_1), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha224_2() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha224_2)); } inline String_t* get_EncryptionECDsaWithSha224_2() const { return ___EncryptionECDsaWithSha224_2; } inline String_t** get_address_of_EncryptionECDsaWithSha224_2() { return &___EncryptionECDsaWithSha224_2; } inline void set_EncryptionECDsaWithSha224_2(String_t* value) { ___EncryptionECDsaWithSha224_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha224_2), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha256_3() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha256_3)); } inline String_t* get_EncryptionECDsaWithSha256_3() const { return ___EncryptionECDsaWithSha256_3; } inline String_t** get_address_of_EncryptionECDsaWithSha256_3() { return &___EncryptionECDsaWithSha256_3; } inline void set_EncryptionECDsaWithSha256_3(String_t* value) { ___EncryptionECDsaWithSha256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha256_3), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha384_4() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha384_4)); } inline String_t* get_EncryptionECDsaWithSha384_4() const { return ___EncryptionECDsaWithSha384_4; } inline String_t** get_address_of_EncryptionECDsaWithSha384_4() { return &___EncryptionECDsaWithSha384_4; } inline void set_EncryptionECDsaWithSha384_4(String_t* value) { ___EncryptionECDsaWithSha384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha384_4), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha512_5() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha512_5)); } inline String_t* get_EncryptionECDsaWithSha512_5() const { return ___EncryptionECDsaWithSha512_5; } inline String_t** get_address_of_EncryptionECDsaWithSha512_5() { return &___EncryptionECDsaWithSha512_5; } inline void set_EncryptionECDsaWithSha512_5(String_t* value) { ___EncryptionECDsaWithSha512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha512_5), (void*)value); } inline static int32_t get_offset_of_encryptionAlgs_6() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___encryptionAlgs_6)); } inline RuntimeObject* get_encryptionAlgs_6() const { return ___encryptionAlgs_6; } inline RuntimeObject** get_address_of_encryptionAlgs_6() { return &___encryptionAlgs_6; } inline void set_encryptionAlgs_6(RuntimeObject* value) { ___encryptionAlgs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionAlgs_6), (void*)value); } inline static int32_t get_offset_of_digestAlgs_7() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___digestAlgs_7)); } inline RuntimeObject* get_digestAlgs_7() const { return ___digestAlgs_7; } inline RuntimeObject** get_address_of_digestAlgs_7() { return &___digestAlgs_7; } inline void set_digestAlgs_7(RuntimeObject* value) { ___digestAlgs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgs_7), (void*)value); } inline static int32_t get_offset_of_digestAliases_8() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___digestAliases_8)); } inline RuntimeObject* get_digestAliases_8() const { return ___digestAliases_8; } inline RuntimeObject** get_address_of_digestAliases_8() { return &___digestAliases_8; } inline void set_digestAliases_8(RuntimeObject* value) { ___digestAliases_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAliases_8), (void*)value); } inline static int32_t get_offset_of_noParams_9() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___noParams_9)); } inline RuntimeObject* get_noParams_9() const { return ___noParams_9; } inline RuntimeObject** get_address_of_noParams_9() { return &___noParams_9; } inline void set_noParams_9(RuntimeObject* value) { ___noParams_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___noParams_9), (void*)value); } inline static int32_t get_offset_of_ecAlgorithms_10() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___ecAlgorithms_10)); } inline RuntimeObject* get_ecAlgorithms_10() const { return ___ecAlgorithms_10; } inline RuntimeObject** get_address_of_ecAlgorithms_10() { return &___ecAlgorithms_10; } inline void set_ecAlgorithms_10(RuntimeObject* value) { ___ecAlgorithms_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecAlgorithms_10), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 : public RuntimeObject { public: public: }; // DG.Tweening.Core.Debugger struct Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F : public RuntimeObject { public: public: }; struct Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F_StaticFields { public: // System.Int32 DG.Tweening.Core.Debugger::_logPriority int32_t ____logPriority_0; public: inline static int32_t get_offset_of__logPriority_0() { return static_cast(offsetof(Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F_StaticFields, ____logPriority_0)); } inline int32_t get__logPriority_0() const { return ____logPriority_0; } inline int32_t* get_address_of__logPriority_0() { return &____logPriority_0; } inline void set__logPriority_0(int32_t value) { ____logPriority_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultDigestAlgorithmIdentifierFinder struct DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273 : public RuntimeObject { public: public: }; struct DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultDigestAlgorithmIdentifierFinder::digestOids RuntimeObject* ___digestOids_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultDigestAlgorithmIdentifierFinder::digestNameToOids RuntimeObject* ___digestNameToOids_1; public: inline static int32_t get_offset_of_digestOids_0() { return static_cast(offsetof(DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273_StaticFields, ___digestOids_0)); } inline RuntimeObject* get_digestOids_0() const { return ___digestOids_0; } inline RuntimeObject** get_address_of_digestOids_0() { return &___digestOids_0; } inline void set_digestOids_0(RuntimeObject* value) { ___digestOids_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestOids_0), (void*)value); } inline static int32_t get_offset_of_digestNameToOids_1() { return static_cast(offsetof(DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273_StaticFields, ___digestNameToOids_1)); } inline RuntimeObject* get_digestNameToOids_1() const { return ___digestNameToOids_1; } inline RuntimeObject** get_address_of_digestNameToOids_1() { return &___digestNameToOids_1; } inline void set_digestNameToOids_1(RuntimeObject* value) { ___digestNameToOids_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestNameToOids_1), (void*)value); } }; // BestHTTP.Authentication.DigestStore struct DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B : public RuntimeObject { public: public: }; struct DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields { public: // System.Collections.Generic.Dictionary`2 BestHTTP.Authentication.DigestStore::Digests Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * ___Digests_0; // System.Object BestHTTP.Authentication.DigestStore::Locker RuntimeObject * ___Locker_1; // System.String[] BestHTTP.Authentication.DigestStore::SupportedAlgorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___SupportedAlgorithms_2; public: inline static int32_t get_offset_of_Digests_0() { return static_cast(offsetof(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields, ___Digests_0)); } inline Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * get_Digests_0() const { return ___Digests_0; } inline Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 ** get_address_of_Digests_0() { return &___Digests_0; } inline void set_Digests_0(Dictionary_2_t70CE0F1F541394E554ED5D9128BC69DA19B8CC22 * value) { ___Digests_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Digests_0), (void*)value); } inline static int32_t get_offset_of_Locker_1() { return static_cast(offsetof(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields, ___Locker_1)); } inline RuntimeObject * get_Locker_1() const { return ___Locker_1; } inline RuntimeObject ** get_address_of_Locker_1() { return &___Locker_1; } inline void set_Locker_1(RuntimeObject * value) { ___Locker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_1), (void*)value); } inline static int32_t get_offset_of_SupportedAlgorithms_2() { return static_cast(offsetof(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields, ___SupportedAlgorithms_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_SupportedAlgorithms_2() const { return ___SupportedAlgorithms_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_SupportedAlgorithms_2() { return &___SupportedAlgorithms_2; } inline void set_SupportedAlgorithms_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___SupportedAlgorithms_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SupportedAlgorithms_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake struct DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mRecordLayer DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___mRecordLayer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mHandshakeHash RuntimeObject* ___mHandshakeHash_3; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mCurrentInboundFlight RuntimeObject* ___mCurrentInboundFlight_4; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mPreviousInboundFlight RuntimeObject* ___mPreviousInboundFlight_5; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mOutboundFlight RuntimeObject* ___mOutboundFlight_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mSending bool ___mSending_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mMessageSeq int32_t ___mMessageSeq_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mNextReceiveSeq int32_t ___mNextReceiveSeq_9; public: inline static int32_t get_offset_of_mRecordLayer_2() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mRecordLayer_2)); } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * get_mRecordLayer_2() const { return ___mRecordLayer_2; } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 ** get_address_of_mRecordLayer_2() { return &___mRecordLayer_2; } inline void set_mRecordLayer_2(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * value) { ___mRecordLayer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordLayer_2), (void*)value); } inline static int32_t get_offset_of_mHandshakeHash_3() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mHandshakeHash_3)); } inline RuntimeObject* get_mHandshakeHash_3() const { return ___mHandshakeHash_3; } inline RuntimeObject** get_address_of_mHandshakeHash_3() { return &___mHandshakeHash_3; } inline void set_mHandshakeHash_3(RuntimeObject* value) { ___mHandshakeHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeHash_3), (void*)value); } inline static int32_t get_offset_of_mCurrentInboundFlight_4() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mCurrentInboundFlight_4)); } inline RuntimeObject* get_mCurrentInboundFlight_4() const { return ___mCurrentInboundFlight_4; } inline RuntimeObject** get_address_of_mCurrentInboundFlight_4() { return &___mCurrentInboundFlight_4; } inline void set_mCurrentInboundFlight_4(RuntimeObject* value) { ___mCurrentInboundFlight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCurrentInboundFlight_4), (void*)value); } inline static int32_t get_offset_of_mPreviousInboundFlight_5() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mPreviousInboundFlight_5)); } inline RuntimeObject* get_mPreviousInboundFlight_5() const { return ___mPreviousInboundFlight_5; } inline RuntimeObject** get_address_of_mPreviousInboundFlight_5() { return &___mPreviousInboundFlight_5; } inline void set_mPreviousInboundFlight_5(RuntimeObject* value) { ___mPreviousInboundFlight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPreviousInboundFlight_5), (void*)value); } inline static int32_t get_offset_of_mOutboundFlight_6() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mOutboundFlight_6)); } inline RuntimeObject* get_mOutboundFlight_6() const { return ___mOutboundFlight_6; } inline RuntimeObject** get_address_of_mOutboundFlight_6() { return &___mOutboundFlight_6; } inline void set_mOutboundFlight_6(RuntimeObject* value) { ___mOutboundFlight_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOutboundFlight_6), (void*)value); } inline static int32_t get_offset_of_mSending_7() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mSending_7)); } inline bool get_mSending_7() const { return ___mSending_7; } inline bool* get_address_of_mSending_7() { return &___mSending_7; } inline void set_mSending_7(bool value) { ___mSending_7 = value; } inline static int32_t get_offset_of_mMessageSeq_8() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mMessageSeq_8)); } inline int32_t get_mMessageSeq_8() const { return ___mMessageSeq_8; } inline int32_t* get_address_of_mMessageSeq_8() { return &___mMessageSeq_8; } inline void set_mMessageSeq_8(int32_t value) { ___mMessageSeq_8 = value; } inline static int32_t get_offset_of_mNextReceiveSeq_9() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mNextReceiveSeq_9)); } inline int32_t get_mNextReceiveSeq_9() const { return ___mNextReceiveSeq_9; } inline int32_t* get_address_of_mNextReceiveSeq_9() { return &___mNextReceiveSeq_9; } inline void set_mNextReceiveSeq_9(int32_t value) { ___mNextReceiveSeq_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SocketIO.Events.EventDescriptor struct EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.SocketIO.Events.EventDescriptor::k__BackingField List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * ___U3CCallbacksU3Ek__BackingField_0; // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::k__BackingField bool ___U3COnlyOnceU3Ek__BackingField_1; // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::k__BackingField bool ___U3CAutoDecodePayloadU3Ek__BackingField_2; // BestHTTP.SocketIO.Events.SocketIOCallback[] BestHTTP.SocketIO.Events.EventDescriptor::CallbackArray SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* ___CallbackArray_3; public: inline static int32_t get_offset_of_U3CCallbacksU3Ek__BackingField_0() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___U3CCallbacksU3Ek__BackingField_0)); } inline List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * get_U3CCallbacksU3Ek__BackingField_0() const { return ___U3CCallbacksU3Ek__BackingField_0; } inline List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 ** get_address_of_U3CCallbacksU3Ek__BackingField_0() { return &___U3CCallbacksU3Ek__BackingField_0; } inline void set_U3CCallbacksU3Ek__BackingField_0(List_1_t5F2C6E1ED4BB0D037E352F342830A02B099B0FC3 * value) { ___U3CCallbacksU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbacksU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3COnlyOnceU3Ek__BackingField_1() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___U3COnlyOnceU3Ek__BackingField_1)); } inline bool get_U3COnlyOnceU3Ek__BackingField_1() const { return ___U3COnlyOnceU3Ek__BackingField_1; } inline bool* get_address_of_U3COnlyOnceU3Ek__BackingField_1() { return &___U3COnlyOnceU3Ek__BackingField_1; } inline void set_U3COnlyOnceU3Ek__BackingField_1(bool value) { ___U3COnlyOnceU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CAutoDecodePayloadU3Ek__BackingField_2() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___U3CAutoDecodePayloadU3Ek__BackingField_2)); } inline bool get_U3CAutoDecodePayloadU3Ek__BackingField_2() const { return ___U3CAutoDecodePayloadU3Ek__BackingField_2; } inline bool* get_address_of_U3CAutoDecodePayloadU3Ek__BackingField_2() { return &___U3CAutoDecodePayloadU3Ek__BackingField_2; } inline void set_U3CAutoDecodePayloadU3Ek__BackingField_2(bool value) { ___U3CAutoDecodePayloadU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_CallbackArray_3() { return static_cast(offsetof(EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC, ___CallbackArray_3)); } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* get_CallbackArray_3() const { return ___CallbackArray_3; } inline SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C** get_address_of_CallbackArray_3() { return &___CallbackArray_3; } inline void set_CallbackArray_3(SocketIOCallbackU5BU5D_tC4CDE738309546443A6E1E8D9806A440FF2F269C* value) { ___CallbackArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CallbackArray_3), (void*)value); } }; // UnityStandardAssets.Utility.FOVKick struct FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B : public RuntimeObject { public: // UnityEngine.Camera UnityStandardAssets.Utility.FOVKick::Camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___Camera_0; // System.Single UnityStandardAssets.Utility.FOVKick::originalFov float ___originalFov_1; // System.Single UnityStandardAssets.Utility.FOVKick::FOVIncrease float ___FOVIncrease_2; // System.Single UnityStandardAssets.Utility.FOVKick::TimeToIncrease float ___TimeToIncrease_3; // System.Single UnityStandardAssets.Utility.FOVKick::TimeToDecrease float ___TimeToDecrease_4; // UnityEngine.AnimationCurve UnityStandardAssets.Utility.FOVKick::IncreaseCurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___IncreaseCurve_5; public: inline static int32_t get_offset_of_Camera_0() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___Camera_0)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_Camera_0() const { return ___Camera_0; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_Camera_0() { return &___Camera_0; } inline void set_Camera_0(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___Camera_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camera_0), (void*)value); } inline static int32_t get_offset_of_originalFov_1() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___originalFov_1)); } inline float get_originalFov_1() const { return ___originalFov_1; } inline float* get_address_of_originalFov_1() { return &___originalFov_1; } inline void set_originalFov_1(float value) { ___originalFov_1 = value; } inline static int32_t get_offset_of_FOVIncrease_2() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___FOVIncrease_2)); } inline float get_FOVIncrease_2() const { return ___FOVIncrease_2; } inline float* get_address_of_FOVIncrease_2() { return &___FOVIncrease_2; } inline void set_FOVIncrease_2(float value) { ___FOVIncrease_2 = value; } inline static int32_t get_offset_of_TimeToIncrease_3() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___TimeToIncrease_3)); } inline float get_TimeToIncrease_3() const { return ___TimeToIncrease_3; } inline float* get_address_of_TimeToIncrease_3() { return &___TimeToIncrease_3; } inline void set_TimeToIncrease_3(float value) { ___TimeToIncrease_3 = value; } inline static int32_t get_offset_of_TimeToDecrease_4() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___TimeToDecrease_4)); } inline float get_TimeToDecrease_4() const { return ___TimeToDecrease_4; } inline float* get_address_of_TimeToDecrease_4() { return &___TimeToDecrease_4; } inline void set_TimeToDecrease_4(float value) { ___TimeToDecrease_4 = value; } inline static int32_t get_offset_of_IncreaseCurve_5() { return static_cast(offsetof(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B, ___IncreaseCurve_5)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_IncreaseCurve_5() const { return ___IncreaseCurve_5; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_IncreaseCurve_5() { return &___IncreaseCurve_5; } inline void set_IncreaseCurve_5(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___IncreaseCurve_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IncreaseCurve_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo struct FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::m_offset ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_offset_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::m_lookupTable RuntimeObject* ___m_lookupTable_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::m_width int32_t ___m_width_2; public: inline static int32_t get_offset_of_m_offset_0() { return static_cast(offsetof(FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9, ___m_offset_0)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_offset_0() const { return ___m_offset_0; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_offset_0() { return &___m_offset_0; } inline void set_m_offset_0(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_offset_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_offset_0), (void*)value); } inline static int32_t get_offset_of_m_lookupTable_1() { return static_cast(offsetof(FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9, ___m_lookupTable_1)); } inline RuntimeObject* get_m_lookupTable_1() const { return ___m_lookupTable_1; } inline RuntimeObject** get_address_of_m_lookupTable_1() { return &___m_lookupTable_1; } inline void set_m_lookupTable_1(RuntimeObject* value) { ___m_lookupTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lookupTable_1), (void*)value); } inline static int32_t get_offset_of_m_width_2() { return static_cast(offsetof(FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9, ___m_width_2)); } inline int32_t get_m_width_2() const { return ___m_width_2; } inline int32_t* get_address_of_m_width_2() { return &___m_width_2; } inline void set_m_width_2(int32_t value) { ___m_width_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters struct GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_beta BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_beta_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_lambda BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_lambda_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_v1 BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___m_v1_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_v2 BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___m_v2_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_g1 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_g1_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_g2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_g2_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::m_bits int32_t ___m_bits_6; public: inline static int32_t get_offset_of_m_beta_0() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_beta_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_beta_0() const { return ___m_beta_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_beta_0() { return &___m_beta_0; } inline void set_m_beta_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_beta_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_beta_0), (void*)value); } inline static int32_t get_offset_of_m_lambda_1() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_lambda_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_lambda_1() const { return ___m_lambda_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_lambda_1() { return &___m_lambda_1; } inline void set_m_lambda_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_lambda_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lambda_1), (void*)value); } inline static int32_t get_offset_of_m_v1_2() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_v1_2)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_m_v1_2() const { return ___m_v1_2; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_m_v1_2() { return &___m_v1_2; } inline void set_m_v1_2(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___m_v1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_v1_2), (void*)value); } inline static int32_t get_offset_of_m_v2_3() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_v2_3)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_m_v2_3() const { return ___m_v2_3; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_m_v2_3() { return &___m_v2_3; } inline void set_m_v2_3(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___m_v2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_v2_3), (void*)value); } inline static int32_t get_offset_of_m_g1_4() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_g1_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_g1_4() const { return ___m_g1_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_g1_4() { return &___m_g1_4; } inline void set_m_g1_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_g1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_g1_4), (void*)value); } inline static int32_t get_offset_of_m_g2_5() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_g2_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_g2_5() const { return ___m_g2_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_g2_5() { return &___m_g2_5; } inline void set_m_g2_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_g2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_g2_5), (void*)value); } inline static int32_t get_offset_of_m_bits_6() { return static_cast(offsetof(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD, ___m_bits_6)); } inline int32_t get_m_bits_6() const { return ___m_bits_6; } inline int32_t* get_address_of_m_bits_6() { return &___m_bits_6; } inline void set_m_bits_6(int32_t value) { ___m_bits_6 = value; } }; // HRB_UserInfo struct HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 : public RuntimeObject { public: // System.Int32 HRB_UserInfo::id int32_t ___id_0; // System.Int32 HRB_UserInfo::avatarID int32_t ___avatarID_1; // System.String HRB_UserInfo::nickname String_t* ___nickname_2; // System.Int32 HRB_UserInfo::gender int32_t ___gender_3; // System.String HRB_UserInfo::birthday String_t* ___birthday_4; // System.String HRB_UserInfo::country String_t* ___country_5; // System.String HRB_UserInfo::state String_t* ___state_6; // System.String HRB_UserInfo::city String_t* ___city_7; // System.Int32 HRB_UserInfo::weight int32_t ___weight_8; // System.Int32 HRB_UserInfo::waistLine int32_t ___waistLine_9; // System.Single HRB_UserInfo::lanWeightLoss float ___lanWeightLoss_10; // System.String HRB_UserInfo::planDateStart String_t* ___planDateStart_11; // System.String HRB_UserInfo::planDateEnd String_t* ___planDateEnd_12; // System.Int32 HRB_UserInfo::bmpMin int32_t ___bmpMin_13; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_birthday_4() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___birthday_4)); } inline String_t* get_birthday_4() const { return ___birthday_4; } inline String_t** get_address_of_birthday_4() { return &___birthday_4; } inline void set_birthday_4(String_t* value) { ___birthday_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_4), (void*)value); } inline static int32_t get_offset_of_country_5() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___country_5)); } inline String_t* get_country_5() const { return ___country_5; } inline String_t** get_address_of_country_5() { return &___country_5; } inline void set_country_5(String_t* value) { ___country_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_5), (void*)value); } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___state_6)); } inline String_t* get_state_6() const { return ___state_6; } inline String_t** get_address_of_state_6() { return &___state_6; } inline void set_state_6(String_t* value) { ___state_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_6), (void*)value); } inline static int32_t get_offset_of_city_7() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___city_7)); } inline String_t* get_city_7() const { return ___city_7; } inline String_t** get_address_of_city_7() { return &___city_7; } inline void set_city_7(String_t* value) { ___city_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_7), (void*)value); } inline static int32_t get_offset_of_weight_8() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___weight_8)); } inline int32_t get_weight_8() const { return ___weight_8; } inline int32_t* get_address_of_weight_8() { return &___weight_8; } inline void set_weight_8(int32_t value) { ___weight_8 = value; } inline static int32_t get_offset_of_waistLine_9() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___waistLine_9)); } inline int32_t get_waistLine_9() const { return ___waistLine_9; } inline int32_t* get_address_of_waistLine_9() { return &___waistLine_9; } inline void set_waistLine_9(int32_t value) { ___waistLine_9 = value; } inline static int32_t get_offset_of_lanWeightLoss_10() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___lanWeightLoss_10)); } inline float get_lanWeightLoss_10() const { return ___lanWeightLoss_10; } inline float* get_address_of_lanWeightLoss_10() { return &___lanWeightLoss_10; } inline void set_lanWeightLoss_10(float value) { ___lanWeightLoss_10 = value; } inline static int32_t get_offset_of_planDateStart_11() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___planDateStart_11)); } inline String_t* get_planDateStart_11() const { return ___planDateStart_11; } inline String_t** get_address_of_planDateStart_11() { return &___planDateStart_11; } inline void set_planDateStart_11(String_t* value) { ___planDateStart_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___planDateStart_11), (void*)value); } inline static int32_t get_offset_of_planDateEnd_12() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___planDateEnd_12)); } inline String_t* get_planDateEnd_12() const { return ___planDateEnd_12; } inline String_t** get_address_of_planDateEnd_12() { return &___planDateEnd_12; } inline void set_planDateEnd_12(String_t* value) { ___planDateEnd_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___planDateEnd_12), (void*)value); } inline static int32_t get_offset_of_bmpMin_13() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9, ___bmpMin_13)); } inline int32_t get_bmpMin_13() const { return ___bmpMin_13; } inline int32_t* get_address_of_bmpMin_13() { return &___bmpMin_13; } inline void set_bmpMin_13(int32_t value) { ___bmpMin_13 = value; } }; struct HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_StaticFields { public: // HRB_UserInfo HRB_UserInfo::_current HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * ____current_14; public: inline static int32_t get_offset_of__current_14() { return static_cast(offsetof(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_StaticFields, ____current_14)); } inline HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * get__current_14() const { return ____current_14; } inline HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 ** get_address_of__current_14() { return &____current_14; } inline void set__current_14(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * value) { ____current_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_14), (void*)value); } }; // BestHTTP.Caching.HTTPCacheService struct HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8 : public RuntimeObject { public: public: }; struct HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields { public: // System.Boolean BestHTTP.Caching.HTTPCacheService::isSupported bool ___isSupported_1; // System.Boolean BestHTTP.Caching.HTTPCacheService::IsSupportCheckDone bool ___IsSupportCheckDone_2; // System.Collections.Generic.Dictionary`2 BestHTTP.Caching.HTTPCacheService::library Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * ___library_3; // System.Collections.Generic.Dictionary`2 BestHTTP.Caching.HTTPCacheService::UsedIndexes Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 * ___UsedIndexes_4; // System.String BestHTTP.Caching.HTTPCacheService::k__BackingField String_t* ___U3CCacheFolderU3Ek__BackingField_5; // System.String BestHTTP.Caching.HTTPCacheService::k__BackingField String_t* ___U3CLibraryPathU3Ek__BackingField_6; // System.Boolean BestHTTP.Caching.HTTPCacheService::InClearThread bool ___InClearThread_7; // System.Boolean BestHTTP.Caching.HTTPCacheService::InMaintainenceThread bool ___InMaintainenceThread_8; // System.UInt64 BestHTTP.Caching.HTTPCacheService::NextNameIDX uint64_t ___NextNameIDX_9; public: inline static int32_t get_offset_of_isSupported_1() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___isSupported_1)); } inline bool get_isSupported_1() const { return ___isSupported_1; } inline bool* get_address_of_isSupported_1() { return &___isSupported_1; } inline void set_isSupported_1(bool value) { ___isSupported_1 = value; } inline static int32_t get_offset_of_IsSupportCheckDone_2() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___IsSupportCheckDone_2)); } inline bool get_IsSupportCheckDone_2() const { return ___IsSupportCheckDone_2; } inline bool* get_address_of_IsSupportCheckDone_2() { return &___IsSupportCheckDone_2; } inline void set_IsSupportCheckDone_2(bool value) { ___IsSupportCheckDone_2 = value; } inline static int32_t get_offset_of_library_3() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___library_3)); } inline Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * get_library_3() const { return ___library_3; } inline Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC ** get_address_of_library_3() { return &___library_3; } inline void set_library_3(Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * value) { ___library_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___library_3), (void*)value); } inline static int32_t get_offset_of_UsedIndexes_4() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___UsedIndexes_4)); } inline Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 * get_UsedIndexes_4() const { return ___UsedIndexes_4; } inline Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 ** get_address_of_UsedIndexes_4() { return &___UsedIndexes_4; } inline void set_UsedIndexes_4(Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 * value) { ___UsedIndexes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UsedIndexes_4), (void*)value); } inline static int32_t get_offset_of_U3CCacheFolderU3Ek__BackingField_5() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___U3CCacheFolderU3Ek__BackingField_5)); } inline String_t* get_U3CCacheFolderU3Ek__BackingField_5() const { return ___U3CCacheFolderU3Ek__BackingField_5; } inline String_t** get_address_of_U3CCacheFolderU3Ek__BackingField_5() { return &___U3CCacheFolderU3Ek__BackingField_5; } inline void set_U3CCacheFolderU3Ek__BackingField_5(String_t* value) { ___U3CCacheFolderU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFolderU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CLibraryPathU3Ek__BackingField_6() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___U3CLibraryPathU3Ek__BackingField_6)); } inline String_t* get_U3CLibraryPathU3Ek__BackingField_6() const { return ___U3CLibraryPathU3Ek__BackingField_6; } inline String_t** get_address_of_U3CLibraryPathU3Ek__BackingField_6() { return &___U3CLibraryPathU3Ek__BackingField_6; } inline void set_U3CLibraryPathU3Ek__BackingField_6(String_t* value) { ___U3CLibraryPathU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLibraryPathU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_InClearThread_7() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___InClearThread_7)); } inline bool get_InClearThread_7() const { return ___InClearThread_7; } inline bool* get_address_of_InClearThread_7() { return &___InClearThread_7; } inline void set_InClearThread_7(bool value) { ___InClearThread_7 = value; } inline static int32_t get_offset_of_InMaintainenceThread_8() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___InMaintainenceThread_8)); } inline bool get_InMaintainenceThread_8() const { return ___InMaintainenceThread_8; } inline bool* get_address_of_InMaintainenceThread_8() { return &___InMaintainenceThread_8; } inline void set_InMaintainenceThread_8(bool value) { ___InMaintainenceThread_8 = value; } inline static int32_t get_offset_of_NextNameIDX_9() { return static_cast(offsetof(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields, ___NextNameIDX_9)); } inline uint64_t get_NextNameIDX_9() const { return ___NextNameIDX_9; } inline uint64_t* get_address_of_NextNameIDX_9() { return &___NextNameIDX_9; } inline void set_NextNameIDX_9(uint64_t value) { ___NextNameIDX_9 = value; } }; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB : public RuntimeObject { public: // System.Int32 JCEngineCore.JCEntity::id int32_t ___id_0; // JCEngineCore.Channel JCEngineCore.JCEntity::channel Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * ___channel_1; // System.Boolean JCEngineCore.JCEntity::isValid bool ___isValid_2; // System.Boolean JCEngineCore.JCEntity::loaded bool ___loaded_3; // System.Collections.Generic.Dictionary`2 JCEngineCore.JCEntity::components Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___components_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_channel_1() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___channel_1)); } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * get_channel_1() const { return ___channel_1; } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 ** get_address_of_channel_1() { return &___channel_1; } inline void set_channel_1(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * value) { ___channel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_1), (void*)value); } inline static int32_t get_offset_of_isValid_2() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___isValid_2)); } inline bool get_isValid_2() const { return ___isValid_2; } inline bool* get_address_of_isValid_2() { return &___isValid_2; } inline void set_isValid_2(bool value) { ___isValid_2 = value; } inline static int32_t get_offset_of_loaded_3() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___loaded_3)); } inline bool get_loaded_3() const { return ___loaded_3; } inline bool* get_address_of_loaded_3() { return &___loaded_3; } inline void set_loaded_3(bool value) { ___loaded_3 = value; } inline static int32_t get_offset_of_components_4() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___components_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_components_4() const { return ___components_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_components_4() { return &___components_4; } inline void set_components_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___components_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___components_4), (void*)value); } }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 : public RuntimeObject { public: // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::m_ints Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_ints_7; public: inline static int32_t get_offset_of_m_ints_7() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644, ___m_ints_7)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_ints_7() const { return ___m_ints_7; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_ints_7() { return &___m_ints_7; } inline void set_m_ints_7(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_ints_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ints_7), (void*)value); } }; struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields { public: // System.UInt16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE2_TABLE UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___INTERLEAVE2_TABLE_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE3_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE3_TABLE_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE4_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE4_TABLE_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE5_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE5_TABLE_3; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE7_TABLE Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___INTERLEAVE7_TABLE_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::BitLengths ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengths_6; public: inline static int32_t get_offset_of_INTERLEAVE2_TABLE_0() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE2_TABLE_0)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_INTERLEAVE2_TABLE_0() const { return ___INTERLEAVE2_TABLE_0; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_INTERLEAVE2_TABLE_0() { return &___INTERLEAVE2_TABLE_0; } inline void set_INTERLEAVE2_TABLE_0(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___INTERLEAVE2_TABLE_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE2_TABLE_0), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE3_TABLE_1() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE3_TABLE_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE3_TABLE_1() const { return ___INTERLEAVE3_TABLE_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE3_TABLE_1() { return &___INTERLEAVE3_TABLE_1; } inline void set_INTERLEAVE3_TABLE_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE3_TABLE_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE3_TABLE_1), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE4_TABLE_2() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE4_TABLE_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE4_TABLE_2() const { return ___INTERLEAVE4_TABLE_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE4_TABLE_2() { return &___INTERLEAVE4_TABLE_2; } inline void set_INTERLEAVE4_TABLE_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE4_TABLE_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE4_TABLE_2), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE5_TABLE_3() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE5_TABLE_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE5_TABLE_3() const { return ___INTERLEAVE5_TABLE_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE5_TABLE_3() { return &___INTERLEAVE5_TABLE_3; } inline void set_INTERLEAVE5_TABLE_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE5_TABLE_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE5_TABLE_3), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE7_TABLE_4() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE7_TABLE_4)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_INTERLEAVE7_TABLE_4() const { return ___INTERLEAVE7_TABLE_4; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_INTERLEAVE7_TABLE_4() { return &___INTERLEAVE7_TABLE_4; } inline void set_INTERLEAVE7_TABLE_4(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___INTERLEAVE7_TABLE_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE7_TABLE_4), (void*)value); } inline static int32_t get_offset_of_BitLengths_6() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___BitLengths_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengths_6() const { return ___BitLengths_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengths_6() { return &___BitLengths_6; } inline void set_BitLengths_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengths_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengths_6), (void*)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.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_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); } }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 : public RuntimeObject { public: public: }; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB : public RuntimeObject { public: // System.Int32 RequestResult::code int32_t ___code_0; // System.Object RequestResult::data RuntimeObject * ___data_1; // System.String RequestResult::msg String_t* ___msg_2; public: inline static int32_t get_offset_of_code_0() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___code_0)); } inline int32_t get_code_0() const { return ___code_0; } inline int32_t* get_address_of_code_0() { return &___code_0; } inline void set_code_0(int32_t value) { ___code_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___data_1)); } inline RuntimeObject * get_data_1() const { return ___data_1; } inline RuntimeObject ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(RuntimeObject * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } inline static int32_t get_offset_of_msg_2() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___msg_2)); } inline String_t* get_msg_2() const { return ___msg_2; } inline String_t** get_address_of_msg_2() { return &___msg_2; } inline void set_msg_2(String_t* value) { ___msg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___msg_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::sid SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * ___sid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::info SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * ___info_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::digestAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::encryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signedAttributeSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signedAttributeSet_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::unsignedAttributeSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unsignedAttributeSet_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::content RuntimeObject* ___content_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::digestCalculator RuntimeObject* ___digestCalculator_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::resultDigest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___resultDigest_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signedAttributeTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttributeTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::unsignedAttributeTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttributeTable_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::isCounterSignature bool ___isCounterSignature_14; public: inline static int32_t get_offset_of_sid_1() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___sid_1)); } inline SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * get_sid_1() const { return ___sid_1; } inline SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 ** get_address_of_sid_1() { return &___sid_1; } inline void set_sid_1(SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * value) { ___sid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sid_1), (void*)value); } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___info_2)); } inline SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * get_info_2() const { return ___info_2; } inline SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } inline static int32_t get_offset_of_digestAlgorithm_3() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___digestAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digestAlgorithm_3() const { return ___digestAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digestAlgorithm_3() { return &___digestAlgorithm_3; } inline void set_digestAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digestAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encryptionAlgorithm_4() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___encryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_encryptionAlgorithm_4() const { return ___encryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_encryptionAlgorithm_4() { return &___encryptionAlgorithm_4; } inline void set_encryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___encryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_signedAttributeSet_5() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signedAttributeSet_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signedAttributeSet_5() const { return ___signedAttributeSet_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signedAttributeSet_5() { return &___signedAttributeSet_5; } inline void set_signedAttributeSet_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signedAttributeSet_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedAttributeSet_5), (void*)value); } inline static int32_t get_offset_of_unsignedAttributeSet_6() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___unsignedAttributeSet_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unsignedAttributeSet_6() const { return ___unsignedAttributeSet_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unsignedAttributeSet_6() { return &___unsignedAttributeSet_6; } inline void set_unsignedAttributeSet_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unsignedAttributeSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedAttributeSet_6), (void*)value); } inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___content_7)); } inline RuntimeObject* get_content_7() const { return ___content_7; } inline RuntimeObject** get_address_of_content_7() { return &___content_7; } inline void set_content_7(RuntimeObject* value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } inline static int32_t get_offset_of_signature_8() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signature_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signature_8() const { return ___signature_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signature_8() { return &___signature_8; } inline void set_signature_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signature_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_8), (void*)value); } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___contentType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_9() const { return ___contentType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_9), (void*)value); } inline static int32_t get_offset_of_digestCalculator_10() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___digestCalculator_10)); } inline RuntimeObject* get_digestCalculator_10() const { return ___digestCalculator_10; } inline RuntimeObject** get_address_of_digestCalculator_10() { return &___digestCalculator_10; } inline void set_digestCalculator_10(RuntimeObject* value) { ___digestCalculator_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestCalculator_10), (void*)value); } inline static int32_t get_offset_of_resultDigest_11() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___resultDigest_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_resultDigest_11() const { return ___resultDigest_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_resultDigest_11() { return &___resultDigest_11; } inline void set_resultDigest_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___resultDigest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___resultDigest_11), (void*)value); } inline static int32_t get_offset_of_signedAttributeTable_12() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signedAttributeTable_12)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_signedAttributeTable_12() const { return ___signedAttributeTable_12; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_signedAttributeTable_12() { return &___signedAttributeTable_12; } inline void set_signedAttributeTable_12(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___signedAttributeTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedAttributeTable_12), (void*)value); } inline static int32_t get_offset_of_unsignedAttributeTable_13() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___unsignedAttributeTable_13)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_unsignedAttributeTable_13() const { return ___unsignedAttributeTable_13; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_unsignedAttributeTable_13() { return &___unsignedAttributeTable_13; } inline void set_unsignedAttributeTable_13(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___unsignedAttributeTable_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedAttributeTable_13), (void*)value); } inline static int32_t get_offset_of_isCounterSignature_14() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___isCounterSignature_14)); } inline bool get_isCounterSignature_14() const { return ___isCounterSignature_14; } inline bool* get_address_of_isCounterSignature_14() { return &___isCounterSignature_14; } inline void set_isCounterSignature_14(bool value) { ___isCounterSignature_14 = value; } }; struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_StaticFields, ___Helper_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_0() const { return ___Helper_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (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); } }; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 : public RuntimeObject { public: // System.Int64 JCUnityLib.Throttler::m_lastPassTime int64_t ___m_lastPassTime_0; // System.Int64 JCUnityLib.Throttler::m_limitTimeMillis int64_t ___m_limitTimeMillis_1; public: inline static int32_t get_offset_of_m_lastPassTime_0() { return static_cast(offsetof(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246, ___m_lastPassTime_0)); } inline int64_t get_m_lastPassTime_0() const { return ___m_lastPassTime_0; } inline int64_t* get_address_of_m_lastPassTime_0() { return &___m_lastPassTime_0; } inline void set_m_lastPassTime_0(int64_t value) { ___m_lastPassTime_0 = value; } inline static int32_t get_offset_of_m_limitTimeMillis_1() { return static_cast(offsetof(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246, ___m_limitTimeMillis_1)); } inline int64_t get_m_limitTimeMillis_1() const { return ___m_limitTimeMillis_1; } inline int64_t* get_address_of_m_limitTimeMillis_1() { return &___m_limitTimeMillis_1; } inline void set_m_limitTimeMillis_1(int64_t value) { ___m_limitTimeMillis_1 = value; } }; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F : public RuntimeObject { public: // System.Int32 UserInfo::id int32_t ___id_0; // System.Int32 UserInfo::avatarID int32_t ___avatarID_1; // System.String UserInfo::nickname String_t* ___nickname_2; // System.Int32 UserInfo::gender int32_t ___gender_3; // System.String UserInfo::phone String_t* ___phone_4; // System.String UserInfo::email String_t* ___email_5; // System.String UserInfo::birthday String_t* ___birthday_6; // System.String UserInfo::country String_t* ___country_7; // System.String UserInfo::state String_t* ___state_8; // System.String UserInfo::city String_t* ___city_9; // System.Int32 UserInfo::integral int32_t ___integral_10; // System.Int32 UserInfo::coin int32_t ___coin_11; // System.Int32 UserInfo::diamond int32_t ___diamond_12; // System.String UserInfo::mac String_t* ___mac_13; // System.Collections.Generic.List`1 UserInfo::bagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___bagList_14; // System.Collections.Generic.List`1 UserInfo::deviceList List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___deviceList_15; // System.Collections.Generic.Dictionary`2 UserInfo::timeLimitGameScores Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * ___timeLimitGameScores_16; // System.Collections.Generic.Dictionary`2 UserInfo::challengeLevels Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___challengeLevels_17; // System.String UserInfo::guideRecord String_t* ___guideRecord_18; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_phone_4() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___phone_4)); } inline String_t* get_phone_4() const { return ___phone_4; } inline String_t** get_address_of_phone_4() { return &___phone_4; } inline void set_phone_4(String_t* value) { ___phone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_4), (void*)value); } inline static int32_t get_offset_of_email_5() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___email_5)); } inline String_t* get_email_5() const { return ___email_5; } inline String_t** get_address_of_email_5() { return &___email_5; } inline void set_email_5(String_t* value) { ___email_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_5), (void*)value); } inline static int32_t get_offset_of_birthday_6() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___birthday_6)); } inline String_t* get_birthday_6() const { return ___birthday_6; } inline String_t** get_address_of_birthday_6() { return &___birthday_6; } inline void set_birthday_6(String_t* value) { ___birthday_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_6), (void*)value); } inline static int32_t get_offset_of_country_7() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___country_7)); } inline String_t* get_country_7() const { return ___country_7; } inline String_t** get_address_of_country_7() { return &___country_7; } inline void set_country_7(String_t* value) { ___country_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_7), (void*)value); } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___state_8)); } inline String_t* get_state_8() const { return ___state_8; } inline String_t** get_address_of_state_8() { return &___state_8; } inline void set_state_8(String_t* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_city_9() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___city_9)); } inline String_t* get_city_9() const { return ___city_9; } inline String_t** get_address_of_city_9() { return &___city_9; } inline void set_city_9(String_t* value) { ___city_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_9), (void*)value); } inline static int32_t get_offset_of_integral_10() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___integral_10)); } inline int32_t get_integral_10() const { return ___integral_10; } inline int32_t* get_address_of_integral_10() { return &___integral_10; } inline void set_integral_10(int32_t value) { ___integral_10 = value; } inline static int32_t get_offset_of_coin_11() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___coin_11)); } inline int32_t get_coin_11() const { return ___coin_11; } inline int32_t* get_address_of_coin_11() { return &___coin_11; } inline void set_coin_11(int32_t value) { ___coin_11 = value; } inline static int32_t get_offset_of_diamond_12() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___diamond_12)); } inline int32_t get_diamond_12() const { return ___diamond_12; } inline int32_t* get_address_of_diamond_12() { return &___diamond_12; } inline void set_diamond_12(int32_t value) { ___diamond_12 = value; } inline static int32_t get_offset_of_mac_13() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___mac_13)); } inline String_t* get_mac_13() const { return ___mac_13; } inline String_t** get_address_of_mac_13() { return &___mac_13; } inline void set_mac_13(String_t* value) { ___mac_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_13), (void*)value); } inline static int32_t get_offset_of_bagList_14() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___bagList_14)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_bagList_14() const { return ___bagList_14; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_bagList_14() { return &___bagList_14; } inline void set_bagList_14(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___bagList_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagList_14), (void*)value); } inline static int32_t get_offset_of_deviceList_15() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___deviceList_15)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_deviceList_15() const { return ___deviceList_15; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_deviceList_15() { return &___deviceList_15; } inline void set_deviceList_15(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___deviceList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceList_15), (void*)value); } inline static int32_t get_offset_of_timeLimitGameScores_16() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___timeLimitGameScores_16)); } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * get_timeLimitGameScores_16() const { return ___timeLimitGameScores_16; } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 ** get_address_of_timeLimitGameScores_16() { return &___timeLimitGameScores_16; } inline void set_timeLimitGameScores_16(Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * value) { ___timeLimitGameScores_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeLimitGameScores_16), (void*)value); } inline static int32_t get_offset_of_challengeLevels_17() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___challengeLevels_17)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_challengeLevels_17() const { return ___challengeLevels_17; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_challengeLevels_17() { return &___challengeLevels_17; } inline void set_challengeLevels_17(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___challengeLevels_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeLevels_17), (void*)value); } inline static int32_t get_offset_of_guideRecord_18() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___guideRecord_18)); } inline String_t* get_guideRecord_18() const { return ___guideRecord_18; } inline String_t** get_address_of_guideRecord_18() { return &___guideRecord_18; } inline void set_guideRecord_18(String_t* value) { ___guideRecord_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___guideRecord_18), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo struct ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::failed bool ___failed_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::curveEquationPassed bool ___curveEquationPassed_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::orderPassed bool ___orderPassed_3; public: inline static int32_t get_offset_of_failed_1() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366, ___failed_1)); } inline bool get_failed_1() const { return ___failed_1; } inline bool* get_address_of_failed_1() { return &___failed_1; } inline void set_failed_1(bool value) { ___failed_1 = value; } inline static int32_t get_offset_of_curveEquationPassed_2() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366, ___curveEquationPassed_2)); } inline bool get_curveEquationPassed_2() const { return ___curveEquationPassed_2; } inline bool* get_address_of_curveEquationPassed_2() { return &___curveEquationPassed_2; } inline void set_curveEquationPassed_2(bool value) { ___curveEquationPassed_2 = value; } inline static int32_t get_offset_of_orderPassed_3() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366, ___orderPassed_3)); } inline bool get_orderPassed_3() const { return ___orderPassed_3; } inline bool* get_address_of_orderPassed_3() { return &___orderPassed_3; } inline void set_orderPassed_3(bool value) { ___orderPassed_3 = value; } }; struct ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::PRECOMP_NAME String_t* ___PRECOMP_NAME_0; public: inline static int32_t get_offset_of_PRECOMP_NAME_0() { return static_cast(offsetof(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_StaticFields, ___PRECOMP_NAME_0)); } inline String_t* get_PRECOMP_NAME_0() const { return ___PRECOMP_NAME_0; } inline String_t** get_address_of_PRECOMP_NAME_0() { return &___PRECOMP_NAME_0; } inline void set_PRECOMP_NAME_0(String_t* value) { ___PRECOMP_NAME_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRECOMP_NAME_0), (void*)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 { }; // UnityEngine.WWWForm struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.WWWForm::formData List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___formData_0; // System.Collections.Generic.List`1 UnityEngine.WWWForm::fieldNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___fieldNames_1; // System.Collections.Generic.List`1 UnityEngine.WWWForm::fileNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___fileNames_2; // System.Collections.Generic.List`1 UnityEngine.WWWForm::types List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___types_3; // System.Byte[] UnityEngine.WWWForm::boundary ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___boundary_4; // System.Boolean UnityEngine.WWWForm::containsFiles bool ___containsFiles_5; public: inline static int32_t get_offset_of_formData_0() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___formData_0)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_formData_0() const { return ___formData_0; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_formData_0() { return &___formData_0; } inline void set_formData_0(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___formData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___formData_0), (void*)value); } inline static int32_t get_offset_of_fieldNames_1() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___fieldNames_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_fieldNames_1() const { return ___fieldNames_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_fieldNames_1() { return &___fieldNames_1; } inline void set_fieldNames_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___fieldNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldNames_1), (void*)value); } inline static int32_t get_offset_of_fileNames_2() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___fileNames_2)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_fileNames_2() const { return ___fileNames_2; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_fileNames_2() { return &___fileNames_2; } inline void set_fileNames_2(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___fileNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileNames_2), (void*)value); } inline static int32_t get_offset_of_types_3() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___types_3)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_types_3() const { return ___types_3; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_types_3() { return &___types_3; } inline void set_types_3(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___types_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___types_3), (void*)value); } inline static int32_t get_offset_of_boundary_4() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___boundary_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_boundary_4() const { return ___boundary_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_boundary_4() { return &___boundary_4; } inline void set_boundary_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___boundary_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___boundary_4), (void*)value); } inline static int32_t get_offset_of_containsFiles_5() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB, ___containsFiles_5)); } inline bool get_containsFiles_5() const { return ___containsFiles_5; } inline bool* get_address_of_containsFiles_5() { return &___containsFiles_5; } inline void set_containsFiles_5(bool value) { ___containsFiles_5 = value; } }; struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields { public: // System.Byte[] UnityEngine.WWWForm::dDash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dDash_6; // System.Byte[] UnityEngine.WWWForm::crlf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___crlf_7; // System.Byte[] UnityEngine.WWWForm::contentTypeHeader ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___contentTypeHeader_8; // System.Byte[] UnityEngine.WWWForm::dispositionHeader ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dispositionHeader_9; // System.Byte[] UnityEngine.WWWForm::endQuote ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___endQuote_10; // System.Byte[] UnityEngine.WWWForm::fileNameField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fileNameField_11; // System.Byte[] UnityEngine.WWWForm::ampersand ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ampersand_12; // System.Byte[] UnityEngine.WWWForm::equal ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___equal_13; public: inline static int32_t get_offset_of_dDash_6() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___dDash_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_dDash_6() const { return ___dDash_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_dDash_6() { return &___dDash_6; } inline void set_dDash_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___dDash_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___dDash_6), (void*)value); } inline static int32_t get_offset_of_crlf_7() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___crlf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_crlf_7() const { return ___crlf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_crlf_7() { return &___crlf_7; } inline void set_crlf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___crlf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlf_7), (void*)value); } inline static int32_t get_offset_of_contentTypeHeader_8() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___contentTypeHeader_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_contentTypeHeader_8() const { return ___contentTypeHeader_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_contentTypeHeader_8() { return &___contentTypeHeader_8; } inline void set_contentTypeHeader_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___contentTypeHeader_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentTypeHeader_8), (void*)value); } inline static int32_t get_offset_of_dispositionHeader_9() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___dispositionHeader_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_dispositionHeader_9() const { return ___dispositionHeader_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_dispositionHeader_9() { return &___dispositionHeader_9; } inline void set_dispositionHeader_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___dispositionHeader_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dispositionHeader_9), (void*)value); } inline static int32_t get_offset_of_endQuote_10() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___endQuote_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_endQuote_10() const { return ___endQuote_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_endQuote_10() { return &___endQuote_10; } inline void set_endQuote_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___endQuote_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___endQuote_10), (void*)value); } inline static int32_t get_offset_of_fileNameField_11() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___fileNameField_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fileNameField_11() const { return ___fileNameField_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fileNameField_11() { return &___fileNameField_11; } inline void set_fileNameField_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fileNameField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileNameField_11), (void*)value); } inline static int32_t get_offset_of_ampersand_12() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___ampersand_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ampersand_12() const { return ___ampersand_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ampersand_12() { return &___ampersand_12; } inline void set_ampersand_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ampersand_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ampersand_12), (void*)value); } inline static int32_t get_offset_of_equal_13() { return static_cast(offsetof(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_StaticFields, ___equal_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_equal_13() const { return ___equal_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_equal_13() { return &___equal_13; } inline void set_equal_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___equal_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___equal_13), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::parameters X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ___parameters_0; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC, ___parameters_0)); } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * get_parameters_0() const { return ___parameters_0; } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 ** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } }; // 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 { }; // 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); } }; // BluetoothAim/<>c__DisplayClass30_0 struct U3CU3Ec__DisplayClass30_0_tE4C41F88F3E869CBC581C319E465D4D3EEF1D748 : public RuntimeObject { public: // System.Int32 BluetoothAim/<>c__DisplayClass30_0::scanCount int32_t ___scanCount_0; // BluetoothAim BluetoothAim/<>c__DisplayClass30_0::<>4__this BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_scanCount_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass30_0_tE4C41F88F3E869CBC581C319E465D4D3EEF1D748, ___scanCount_0)); } inline int32_t get_scanCount_0() const { return ___scanCount_0; } inline int32_t* get_address_of_scanCount_0() { return &___scanCount_0; } inline void set_scanCount_0(int32_t value) { ___scanCount_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass30_0_tE4C41F88F3E869CBC581C319E465D4D3EEF1D748, ___U3CU3E4__this_1)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BluetoothAim/<>c__DisplayClass45_0 struct U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 : public RuntimeObject { public: // BluetoothAim BluetoothAim/<>c__DisplayClass45_0::<>4__this BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___U3CU3E4__this_0; // DG.Tweening.Sequence BluetoothAim/<>c__DisplayClass45_0::sequence Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequence_1; // BluetoothAim/CmdToSend BluetoothAim/<>c__DisplayClass45_0::cmdToSend CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * ___cmdToSend_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3, ___U3CU3E4__this_0)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_sequence_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3, ___sequence_1)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequence_1() const { return ___sequence_1; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequence_1() { return &___sequence_1; } inline void set_sequence_1(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequence_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequence_1), (void*)value); } inline static int32_t get_offset_of_cmdToSend_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3, ___cmdToSend_2)); } inline CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * get_cmdToSend_2() const { return ___cmdToSend_2; } inline CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 ** get_address_of_cmdToSend_2() { return &___cmdToSend_2; } inline void set_cmdToSend_2(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * value) { ___cmdToSend_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdToSend_2), (void*)value); } }; // BluetoothAim/<>c__DisplayClass45_1 struct U3CU3Ec__DisplayClass45_1_t792B143F215F47FBDBAA14C7594907EB7D6FEEA9 : public RuntimeObject { public: // System.String BluetoothAim/<>c__DisplayClass45_1::cmd String_t* ___cmd_0; // BluetoothAim/<>c__DisplayClass45_0 BluetoothAim/<>c__DisplayClass45_1::CS$<>8__locals1 U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_cmd_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_1_t792B143F215F47FBDBAA14C7594907EB7D6FEEA9, ___cmd_0)); } inline String_t* get_cmd_0() const { return ___cmd_0; } inline String_t** get_address_of_cmd_0() { return &___cmd_0; } inline void set_cmd_0(String_t* value) { ___cmd_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmd_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass45_1_t792B143F215F47FBDBAA14C7594907EB7D6FEEA9, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // BluetoothAim/CmdToSend struct CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 : public RuntimeObject { public: // System.String[] BluetoothAim/CmdToSend::cmds StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___cmds_0; // System.Action BluetoothAim/CmdToSend::onComplete Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onComplete_1; // System.Func`1 BluetoothAim/CmdToSend::canDo Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___canDo_2; public: inline static int32_t get_offset_of_cmds_0() { return static_cast(offsetof(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9, ___cmds_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_cmds_0() const { return ___cmds_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_cmds_0() { return &___cmds_0; } inline void set_cmds_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___cmds_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmds_0), (void*)value); } inline static int32_t get_offset_of_onComplete_1() { return static_cast(offsetof(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9, ___onComplete_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onComplete_1() const { return ___onComplete_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onComplete_1() { return &___onComplete_1; } inline void set_onComplete_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onComplete_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_1), (void*)value); } inline static int32_t get_offset_of_canDo_2() { return static_cast(offsetof(CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9, ___canDo_2)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_canDo_2() const { return ___canDo_2; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_canDo_2() { return &___canDo_2; } inline void set_canDo_2(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___canDo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___canDo_2), (void*)value); } }; // CanvasBlock/CanvasBlockComparer struct CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F : public RuntimeObject { public: public: }; // CaptchaController/d__1 struct U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 : public RuntimeObject { public: // System.Int32 CaptchaController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object CaptchaController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityEngine.UI.Image CaptchaController/d__1::targetRenderImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___targetRenderImage_2; // CaptchaController CaptchaController/d__1::<>4__this CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * ___U3CU3E4__this_3; // System.Action`1 CaptchaController/d__1::cb Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___cb_4; // System.Int32 CaptchaController/d__1::5__2 int32_t ___U3CcodeU3E5__2_5; // UnityEngine.Networking.UnityWebRequest CaptchaController/d__1::5__3 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CuwrU3E5__3_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___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(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___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_targetRenderImage_2() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___targetRenderImage_2)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_targetRenderImage_2() const { return ___targetRenderImage_2; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_targetRenderImage_2() { return &___targetRenderImage_2; } inline void set_targetRenderImage_2(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___targetRenderImage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetRenderImage_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CU3E4__this_3)); } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_cb_4() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___cb_4)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_cb_4() const { return ___cb_4; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_cb_4() { return &___cb_4; } inline void set_cb_4(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___cb_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cb_4), (void*)value); } inline static int32_t get_offset_of_U3CcodeU3E5__2_5() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CcodeU3E5__2_5)); } inline int32_t get_U3CcodeU3E5__2_5() const { return ___U3CcodeU3E5__2_5; } inline int32_t* get_address_of_U3CcodeU3E5__2_5() { return &___U3CcodeU3E5__2_5; } inline void set_U3CcodeU3E5__2_5(int32_t value) { ___U3CcodeU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CuwrU3E5__3_6() { return static_cast(offsetof(U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1, ___U3CuwrU3E5__3_6)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CuwrU3E5__3_6() const { return ___U3CuwrU3E5__3_6; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CuwrU3E5__3_6() { return &___U3CuwrU3E5__3_6; } inline void set_U3CuwrU3E5__3_6(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CuwrU3E5__3_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuwrU3E5__3_6), (void*)value); } }; // ChallengeTargetForResetView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 : public RuntimeObject { public: // UnityEngine.GameObject ChallengeTargetForResetView/<>c__DisplayClass4_0::myGameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___myGameObject_0; public: inline static int32_t get_offset_of_myGameObject_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4, ___myGameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_myGameObject_0() const { return ___myGameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_myGameObject_0() { return &___myGameObject_0; } inline void set_myGameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___myGameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___myGameObject_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable struct AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::parent CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * ___parent_0; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1, ___parent_0)); } inline CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * get_parent_0() const { return ___parent_0; } inline CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable struct CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::algorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::mac RuntimeObject* ___mac_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::readable RuntimeObject* ___readable_2; public: inline static int32_t get_offset_of_algorithm_0() { return static_cast(offsetof(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811, ___algorithm_0)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algorithm_0() const { return ___algorithm_0; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algorithm_0() { return &___algorithm_0; } inline void set_algorithm_0(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_0), (void*)value); } inline static int32_t get_offset_of_mac_1() { return static_cast(offsetof(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811, ___mac_1)); } inline RuntimeObject* get_mac_1() const { return ___mac_1; } inline RuntimeObject** get_address_of_mac_1() { return &___mac_1; } inline void set_mac_1(RuntimeObject* value) { ___mac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_1), (void*)value); } inline static int32_t get_offset_of_readable_2() { return static_cast(offsetof(CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811, ___readable_2)); } inline RuntimeObject* get_readable_2() const { return ___readable_2; } inline RuntimeObject** get_address_of_readable_2() { return &___readable_2; } inline void set_readable_2(RuntimeObject* value) { ___readable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___readable_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable struct CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::algorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::cipher RuntimeObject* ___cipher_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::readable RuntimeObject* ___readable_2; public: inline static int32_t get_offset_of_algorithm_0() { return static_cast(offsetof(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71, ___algorithm_0)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algorithm_0() const { return ___algorithm_0; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algorithm_0() { return &___algorithm_0; } inline void set_algorithm_0(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_0), (void*)value); } inline static int32_t get_offset_of_cipher_1() { return static_cast(offsetof(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71, ___cipher_1)); } inline RuntimeObject* get_cipher_1() const { return ___cipher_1; } inline RuntimeObject** get_address_of_cipher_1() { return &___cipher_1; } inline void set_cipher_1(RuntimeObject* value) { ___cipher_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_1), (void*)value); } inline static int32_t get_offset_of_readable_2() { return static_cast(offsetof(CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71, ___readable_2)); } inline RuntimeObject* get_readable_2() const { return ___readable_2; } inline RuntimeObject** get_address_of_readable_2() { return &___readable_2; } inline void set_readable_2(RuntimeObject* value) { ___readable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___readable_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf struct SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::outer CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * ___outer_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::sigCalc RuntimeObject* ___sigCalc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::signerIdentifier SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::digestOID String_t* ___digestOID_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::encOID String_t* ___encOID_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::sAttr RuntimeObject* ___sAttr_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::unsAttr RuntimeObject* ___unsAttr_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::baseSignedTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable_7; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___outer_0)); } inline CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * get_outer_0() const { return ___outer_0; } inline CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of_sigCalc_1() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___sigCalc_1)); } inline RuntimeObject* get_sigCalc_1() const { return ___sigCalc_1; } inline RuntimeObject** get_address_of_sigCalc_1() { return &___sigCalc_1; } inline void set_sigCalc_1(RuntimeObject* value) { ___sigCalc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigCalc_1), (void*)value); } inline static int32_t get_offset_of_signerIdentifier_2() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___signerIdentifier_2)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_signerIdentifier_2() const { return ___signerIdentifier_2; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_signerIdentifier_2() { return &___signerIdentifier_2; } inline void set_signerIdentifier_2(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___signerIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerIdentifier_2), (void*)value); } inline static int32_t get_offset_of_digestOID_3() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___digestOID_3)); } inline String_t* get_digestOID_3() const { return ___digestOID_3; } inline String_t** get_address_of_digestOID_3() { return &___digestOID_3; } inline void set_digestOID_3(String_t* value) { ___digestOID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestOID_3), (void*)value); } inline static int32_t get_offset_of_encOID_4() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___encOID_4)); } inline String_t* get_encOID_4() const { return ___encOID_4; } inline String_t** get_address_of_encOID_4() { return &___encOID_4; } inline void set_encOID_4(String_t* value) { ___encOID_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encOID_4), (void*)value); } inline static int32_t get_offset_of_sAttr_5() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___sAttr_5)); } inline RuntimeObject* get_sAttr_5() const { return ___sAttr_5; } inline RuntimeObject** get_address_of_sAttr_5() { return &___sAttr_5; } inline void set_sAttr_5(RuntimeObject* value) { ___sAttr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sAttr_5), (void*)value); } inline static int32_t get_offset_of_unsAttr_6() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___unsAttr_6)); } inline RuntimeObject* get_unsAttr_6() const { return ___unsAttr_6; } inline RuntimeObject** get_address_of_unsAttr_6() { return &___unsAttr_6; } inline void set_unsAttr_6(RuntimeObject* value) { ___unsAttr_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsAttr_6), (void*)value); } inline static int32_t get_offset_of_baseSignedTable_7() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___baseSignedTable_7)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_baseSignedTable_7() const { return ___baseSignedTable_7; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_baseSignedTable_7() { return &___baseSignedTable_7; } inline void set_baseSignedTable_7(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___baseSignedTable_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSignedTable_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder struct DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::signerInf RuntimeObject* ___signerInf_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::digestOID String_t* ___digestOID_1; public: inline static int32_t get_offset_of_signerInf_0() { return static_cast(offsetof(DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8, ___signerInf_0)); } inline RuntimeObject* get_signerInf_0() const { return ___signerInf_0; } inline RuntimeObject** get_address_of_signerInf_0() { return &___signerInf_0; } inline void set_signerInf_0(RuntimeObject* value) { ___signerInf_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInf_0), (void*)value); } inline static int32_t get_offset_of_digestOID_1() { return static_cast(offsetof(DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8, ___digestOID_1)); } inline String_t* get_digestOID_1() const { return ___digestOID_1; } inline String_t** get_address_of_digestOID_1() { return &___digestOID_1; } inline void set_digestOID_1(String_t* value) { ___digestOID_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestOID_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl struct SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::outer CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_signerIdentifier SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ____signerIdentifier_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_digestOID String_t* ____digestOID_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_encOID String_t* ____encOID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_sAttr RuntimeObject* ____sAttr_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_unsAttr RuntimeObject* ____unsAttr_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_encName String_t* ____encName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_sig RuntimeObject* ____sig_7; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ___outer_0)); } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * get_outer_0() const { return ___outer_0; } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of__signerIdentifier_1() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____signerIdentifier_1)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get__signerIdentifier_1() const { return ____signerIdentifier_1; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of__signerIdentifier_1() { return &____signerIdentifier_1; } inline void set__signerIdentifier_1(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ____signerIdentifier_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____signerIdentifier_1), (void*)value); } inline static int32_t get_offset_of__digestOID_2() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____digestOID_2)); } inline String_t* get__digestOID_2() const { return ____digestOID_2; } inline String_t** get_address_of__digestOID_2() { return &____digestOID_2; } inline void set__digestOID_2(String_t* value) { ____digestOID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____digestOID_2), (void*)value); } inline static int32_t get_offset_of__encOID_3() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____encOID_3)); } inline String_t* get__encOID_3() const { return ____encOID_3; } inline String_t** get_address_of__encOID_3() { return &____encOID_3; } inline void set__encOID_3(String_t* value) { ____encOID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____encOID_3), (void*)value); } inline static int32_t get_offset_of__sAttr_4() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____sAttr_4)); } inline RuntimeObject* get__sAttr_4() const { return ____sAttr_4; } inline RuntimeObject** get_address_of__sAttr_4() { return &____sAttr_4; } inline void set__sAttr_4(RuntimeObject* value) { ____sAttr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____sAttr_4), (void*)value); } inline static int32_t get_offset_of__unsAttr_5() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____unsAttr_5)); } inline RuntimeObject* get__unsAttr_5() const { return ____unsAttr_5; } inline RuntimeObject** get_address_of__unsAttr_5() { return &____unsAttr_5; } inline void set__unsAttr_5(RuntimeObject* value) { ____unsAttr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____unsAttr_5), (void*)value); } inline static int32_t get_offset_of__encName_6() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____encName_6)); } inline String_t* get__encName_6() const { return ____encName_6; } inline String_t** get_address_of__encName_6() { return &____encName_6; } inline void set__encName_6(String_t* value) { ____encName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____encName_6), (void*)value); } inline static int32_t get_offset_of__sig_7() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____sig_7)); } inline RuntimeObject* get__sig_7() const { return ____sig_7; } inline RuntimeObject** get_address_of__sig_7() { return &____sig_7; } inline void set__sig_7(RuntimeObject* value) { ____sig_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____sig_7), (void*)value); } }; // BestHTTP.Cookies.Cookie/<>c struct U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC : public RuntimeObject { public: public: }; struct U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_StaticFields { public: // BestHTTP.Cookies.Cookie/<>c BestHTTP.Cookies.Cookie/<>c::<>9 U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * ___U3CU3E9_0; // System.Func`2 BestHTTP.Cookies.Cookie/<>c::<>9__61_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__61_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__61_0_1() { return static_cast(offsetof(U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_StaticFields, ___U3CU3E9__61_0_1)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__61_0_1() const { return ___U3CU3E9__61_0_1; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__61_0_1() { return &___U3CU3E9__61_0_1; } inline void set_U3CU3E9__61_0_1(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__61_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__61_0_1), (void*)value); } }; // CourseView/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t9CA07B58AD2EC1794CA113DD36B82CEC7A503205 : public RuntimeObject { public: // System.Int32 CourseView/<>c__DisplayClass3_0::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t9CA07B58AD2EC1794CA113DD36B82CEC7A503205, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = 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; } }; // UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton struct VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 : public RuntimeObject { public: // System.String UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::k__BackingField bool ___U3CmatchWithInputManagerU3Ek__BackingField_1; // System.Int32 UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::m_LastPressedFrame int32_t ___m_LastPressedFrame_2; // System.Int32 UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::m_ReleasedFrame int32_t ___m_ReleasedFrame_3; // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::m_Pressed bool ___m_Pressed_4; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48, ___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_U3CmatchWithInputManagerU3Ek__BackingField_1() { return static_cast(offsetof(VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48, ___U3CmatchWithInputManagerU3Ek__BackingField_1)); } inline bool get_U3CmatchWithInputManagerU3Ek__BackingField_1() const { return ___U3CmatchWithInputManagerU3Ek__BackingField_1; } inline bool* get_address_of_U3CmatchWithInputManagerU3Ek__BackingField_1() { return &___U3CmatchWithInputManagerU3Ek__BackingField_1; } inline void set_U3CmatchWithInputManagerU3Ek__BackingField_1(bool value) { ___U3CmatchWithInputManagerU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_LastPressedFrame_2() { return static_cast(offsetof(VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48, ___m_LastPressedFrame_2)); } inline int32_t get_m_LastPressedFrame_2() const { return ___m_LastPressedFrame_2; } inline int32_t* get_address_of_m_LastPressedFrame_2() { return &___m_LastPressedFrame_2; } inline void set_m_LastPressedFrame_2(int32_t value) { ___m_LastPressedFrame_2 = value; } inline static int32_t get_offset_of_m_ReleasedFrame_3() { return static_cast(offsetof(VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48, ___m_ReleasedFrame_3)); } inline int32_t get_m_ReleasedFrame_3() const { return ___m_ReleasedFrame_3; } inline int32_t* get_address_of_m_ReleasedFrame_3() { return &___m_ReleasedFrame_3; } inline void set_m_ReleasedFrame_3(int32_t value) { ___m_ReleasedFrame_3 = value; } inline static int32_t get_offset_of_m_Pressed_4() { return static_cast(offsetof(VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48, ___m_Pressed_4)); } inline bool get_m_Pressed_4() const { return ___m_Pressed_4; } inline bool* get_address_of_m_Pressed_4() { return &___m_Pressed_4; } inline void set_m_Pressed_4(bool value) { ___m_Pressed_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource struct CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA : public RuntimeObject { public: // System.Security.Cryptography.RandomNumberGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::mRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___mRng_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::mPredictionResistant bool ___mPredictionResistant_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::mEntropySize int32_t ___mEntropySize_2; public: inline static int32_t get_offset_of_mRng_0() { return static_cast(offsetof(CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA, ___mRng_0)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_mRng_0() const { return ___mRng_0; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_mRng_0() { return &___mRng_0; } inline void set_mRng_0(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___mRng_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRng_0), (void*)value); } inline static int32_t get_offset_of_mPredictionResistant_1() { return static_cast(offsetof(CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA, ___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(CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA, ___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.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable struct Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable::m_outer Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * ___m_outer_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable::m_table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF, ___m_outer_0)); } inline Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * get_m_outer_0() const { return ___m_outer_0; } inline Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF, ___m_table_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_table_1() const { return ___m_table_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // JCUnityLib.CustomJson/<>c struct U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 : public RuntimeObject { public: public: }; struct U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields { public: // JCUnityLib.CustomJson/<>c JCUnityLib.CustomJson/<>c::<>9 U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * ___U3CU3E9_0; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_0 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_0_1; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_1 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_1_2; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_2 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_2_3; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_3 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_3_4; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_4 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_4_5; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_5 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_5_6; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_6 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_6_7; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_7 Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___U3CU3E9__2_7_8; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_8 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_8_9; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_9 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_9_10; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_10 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_10_11; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_11 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_11_12; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_12 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_12_13; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_13 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_13_14; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_14 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_14_15; // System.Func`2 JCUnityLib.CustomJson/<>c::<>9__2_15 Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___U3CU3E9__2_15_16; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_0_1)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_2() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_1_2)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_1_2() const { return ___U3CU3E9__2_1_2; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_1_2() { return &___U3CU3E9__2_1_2; } inline void set_U3CU3E9__2_1_2(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_2_3() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_2_3)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_2_3() const { return ___U3CU3E9__2_2_3; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_2_3() { return &___U3CU3E9__2_2_3; } inline void set_U3CU3E9__2_2_3(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_3_4() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_3_4)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_3_4() const { return ___U3CU3E9__2_3_4; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_3_4() { return &___U3CU3E9__2_3_4; } inline void set_U3CU3E9__2_3_4(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_3_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_4_5() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_4_5)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_4_5() const { return ___U3CU3E9__2_4_5; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_4_5() { return &___U3CU3E9__2_4_5; } inline void set_U3CU3E9__2_4_5(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_5_6() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_5_6)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_5_6() const { return ___U3CU3E9__2_5_6; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_5_6() { return &___U3CU3E9__2_5_6; } inline void set_U3CU3E9__2_5_6(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_5_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_6_7() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_6_7)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_6_7() const { return ___U3CU3E9__2_6_7; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_6_7() { return &___U3CU3E9__2_6_7; } inline void set_U3CU3E9__2_6_7(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_6_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_6_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_7_8() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_7_8)); } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * get_U3CU3E9__2_7_8() const { return ___U3CU3E9__2_7_8; } inline Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E ** get_address_of_U3CU3E9__2_7_8() { return &___U3CU3E9__2_7_8; } inline void set_U3CU3E9__2_7_8(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * value) { ___U3CU3E9__2_7_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_7_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_8_9() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_8_9)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_8_9() const { return ___U3CU3E9__2_8_9; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_8_9() { return &___U3CU3E9__2_8_9; } inline void set_U3CU3E9__2_8_9(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_8_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_8_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_9_10() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_9_10)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_9_10() const { return ___U3CU3E9__2_9_10; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_9_10() { return &___U3CU3E9__2_9_10; } inline void set_U3CU3E9__2_9_10(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_9_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_9_10), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_10_11() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_10_11)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_10_11() const { return ___U3CU3E9__2_10_11; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_10_11() { return &___U3CU3E9__2_10_11; } inline void set_U3CU3E9__2_10_11(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_10_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_10_11), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_11_12() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_11_12)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_11_12() const { return ___U3CU3E9__2_11_12; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_11_12() { return &___U3CU3E9__2_11_12; } inline void set_U3CU3E9__2_11_12(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_11_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_11_12), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_12_13() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_12_13)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_12_13() const { return ___U3CU3E9__2_12_13; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_12_13() { return &___U3CU3E9__2_12_13; } inline void set_U3CU3E9__2_12_13(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_12_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_12_13), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_13_14() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_13_14)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_13_14() const { return ___U3CU3E9__2_13_14; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_13_14() { return &___U3CU3E9__2_13_14; } inline void set_U3CU3E9__2_13_14(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_13_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_13_14), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_14_15() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_14_15)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_14_15() const { return ___U3CU3E9__2_14_15; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_14_15() { return &___U3CU3E9__2_14_15; } inline void set_U3CU3E9__2_14_15(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_14_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_14_15), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_15_16() { return static_cast(offsetof(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields, ___U3CU3E9__2_15_16)); } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * get_U3CU3E9__2_15_16() const { return ___U3CU3E9__2_15_16; } inline Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 ** get_address_of_U3CU3E9__2_15_16() { return &___U3CU3E9__2_15_16; } inline void set_U3CU3E9__2_15_16(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * value) { ___U3CU3E9__2_15_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_15_16), (void*)value); } }; // DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t8EDD49424F7AFC055DC1442B3F99B3BFCF6B09F0 : public RuntimeObject { public: // UnityEngine.AudioSource DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::target AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_t8EDD49424F7AFC055DC1442B3F99B3BFCF6B09F0, ___target_0)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_target_0() const { return ___target_0; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tA5DAB4AB298719A5FC9203633FE7CAE2D7AFBF0A : public RuntimeObject { public: // UnityEngine.AudioSource DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::target AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tA5DAB4AB298719A5FC9203633FE7CAE2D7AFBF0A, ___target_0)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_target_0() const { return ___target_0; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1 : public RuntimeObject { public: // UnityEngine.Audio.AudioMixer DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::target AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * ___target_0; // System.String DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::floatName String_t* ___floatName_1; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1, ___target_0)); } inline AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * get_target_0() const { return ___target_0; } inline AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_floatName_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1, ___floatName_1)); } inline String_t* get_floatName_1() const { return ___floatName_1; } inline String_t** get_address_of_floatName_1() { return &___floatName_1; } inline void set_floatName_1(String_t* value) { ___floatName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___floatName_1), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_tF06F41913CFED04E5FC3E2C676BCEAC2D3E53CAC : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_tF06F41913CFED04E5FC3E2C676BCEAC2D3E53CAC, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937 : public RuntimeObject { public: // UnityEngine.Transform DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::trans Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___trans_0; // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_1; public: inline static int32_t get_offset_of_trans_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937, ___trans_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_trans_0() const { return ___trans_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_trans_0() { return &___trans_0; } inline void set_trans_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___trans_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trans_0), (void*)value); } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937, ___target_1)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_1() const { return ___target_1; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t5BD4116FD80F4DAD54FD39BBD7A2CFBDAEAB3AF3 : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t5BD4116FD80F4DAD54FD39BBD7A2CFBDAEAB3AF3, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t35A2F555A5E408DEE2EA63254AACB729C014757D : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t35A2F555A5E408DEE2EA63254AACB729C014757D, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t39BE4FE1476B4D5D73FC150406C576C638973F8D : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t39BE4FE1476B4D5D73FC150406C576C638973F8D, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t3A8BE7E3EE8D0963B5FC3AE4F184CAF2EB8E1D84 : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t3A8BE7E3EE8D0963B5FC3AE4F184CAF2EB8E1D84, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tC3DF99D3D2F6A0C0E6651294AE0DF0537CEC4617 : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tC3DF99D3D2F6A0C0E6651294AE0DF0537CEC4617, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_tF8E56709396C6DFFECA7608E4CD67CBE2C1C1CE5 : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_tF8E56709396C6DFFECA7608E4CD67CBE2C1C1CE5, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440 : public RuntimeObject { public: // UnityEngine.Transform DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::trans Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___trans_0; // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_1; public: inline static int32_t get_offset_of_trans_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440, ___trans_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_trans_0() const { return ___trans_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_trans_0() { return &___trans_0; } inline void set_trans_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___trans_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trans_0), (void*)value); } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440, ___target_1)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_1() const { return ___target_1; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tB9266040A99BBE64FC737A175355345A13E86D21 : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tB9266040A99BBE64FC737A175355345A13E86D21, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_tED64664CBF4D43290FDDCBF237DF29F9DB8F92A9 : public RuntimeObject { public: // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_tED64664CBF4D43290FDDCBF237DF29F9DB8F92A9, ___target_0)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_0() const { return ___target_0; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tDABE9F243A4095C0C2295D15C58B0D3334267A3A : public RuntimeObject { public: // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tDABE9F243A4095C0C2295D15C58B0D3334267A3A, ___target_0)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_0() const { return ___target_0; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_tB7DA75EB7F11962B20C503C1B2A50BF4D821E318 : public RuntimeObject { public: // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_tB7DA75EB7F11962B20C503C1B2A50BF4D821E318, ___target_0)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_0() const { return ___target_0; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tB63C203014F824EA9466F064AF2D8A157A7F4CBF : public RuntimeObject { public: // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tB63C203014F824EA9466F064AF2D8A157A7F4CBF, ___target_0)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_0() const { return ___target_0; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t440FEF8A7D3454EC9E176430ADEF6185E58594EF : public RuntimeObject { public: // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t440FEF8A7D3454EC9E176430ADEF6185E58594EF, ___target_0)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_0() const { return ___target_0; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640 : public RuntimeObject { public: // UnityEngine.Transform DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::trans Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___trans_0; // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_1; public: inline static int32_t get_offset_of_trans_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640, ___trans_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_trans_0() const { return ___trans_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_trans_0() { return &___trans_0; } inline void set_trans_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___trans_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trans_0), (void*)value); } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640, ___target_1)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_1() const { return ___target_1; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t865A37B70235C08B0F32F1F40EAB16312D05FD50 : public RuntimeObject { public: // UnityEngine.SpriteRenderer DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::target SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_t865A37B70235C08B0F32F1F40EAB16312D05FD50, ___target_0)); } inline SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * get_target_0() const { return ___target_0; } inline SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t0A5F164BAD8ACAD20D458366B497C9B9C1974AE4 : public RuntimeObject { public: // UnityEngine.SpriteRenderer DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::target SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t0A5F164BAD8ACAD20D458366B497C9B9C1974AE4, ___target_0)); } inline SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * get_target_0() const { return ___target_0; } inline SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t7D1FCC95A881539756647760D7E3BCAD117D9C2F : public RuntimeObject { public: // UnityEngine.CanvasGroup DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::target CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_t7D1FCC95A881539756647760D7E3BCAD117D9C2F, ___target_0)); } inline CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * get_target_0() const { return ___target_0; } inline CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t8BFF1858EDF6EB2283AE20F2D8CC662A1FA5B379 : public RuntimeObject { public: // UnityEngine.UI.Outline DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::target Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t8BFF1858EDF6EB2283AE20F2D8CC662A1FA5B379, ___target_0)); } inline Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * get_target_0() const { return ___target_0; } inline Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t5C701670B3C5449F73D82915BD4DA267A8B8E8F5 : public RuntimeObject { public: // UnityEngine.UI.Outline DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::target Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t5C701670B3C5449F73D82915BD4DA267A8B8E8F5, ___target_0)); } inline Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * get_target_0() const { return ___target_0; } inline Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t9C18A438FEAA8C5C1A925F5F28D6DF30A8D5B269 : public RuntimeObject { public: // UnityEngine.UI.Outline DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::target Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t9C18A438FEAA8C5C1A925F5F28D6DF30A8D5B269, ___target_0)); } inline Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * get_target_0() const { return ___target_0; } inline Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t27965A830C5CE83826CC357F50299FE28BE9CABB : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t27965A830C5CE83826CC357F50299FE28BE9CABB, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t532827BA234D3C2B9DA5E065866B8C8F605250F4 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t532827BA234D3C2B9DA5E065866B8C8F605250F4, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t1E74F8DF7C76B80F85C66967590B72EF52627D1C : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_t1E74F8DF7C76B80F85C66967590B72EF52627D1C, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_t6FE99B74BA758AD9E3C5FA4B81F22E50E2878289 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_t6FE99B74BA758AD9E3C5FA4B81F22E50E2878289, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0 struct U3CU3Ec__DisplayClass17_0_t161B9E0C9F3AF194B3F6E501D4E253148BFDFEB6 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass17_0_t161B9E0C9F3AF194B3F6E501D4E253148BFDFEB6, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t28369CB684CE937EF263102FBF87D2E7FC952FD0 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass18_0_t28369CB684CE937EF263102FBF87D2E7FC952FD0, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0 struct U3CU3Ec__DisplayClass19_0_t7047CE2AF01FC75FD677DF4C1C7E4B32EC2452A5 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass19_0_t7047CE2AF01FC75FD677DF4C1C7E4B32EC2452A5, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t585165D7235045AD6EACEA96E3084E01A742C936 : public RuntimeObject { public: // UnityEngine.UI.Graphic DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::target Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t585165D7235045AD6EACEA96E3084E01A742C936, ___target_0)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_target_0() const { return ___target_0; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_tB3B621D850CE15CA278C20DAAA2C3C0358206A21 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_tB3B621D850CE15CA278C20DAAA2C3C0358206A21, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_t770F928128D9FC7ADA02EA054C711D60F30E16B9 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass21_0_t770F928128D9FC7ADA02EA054C711D60F30E16B9, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t97D2AA4FE9552148F7E37D2DFED676A57DFB1351 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t97D2AA4FE9552148F7E37D2DFED676A57DFB1351, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0 struct U3CU3Ec__DisplayClass23_0_t26F763CBFD1D4D4EDFFE9BD383DB924D3B6033E7 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass23_0_t26F763CBFD1D4D4EDFFE9BD383DB924D3B6033E7, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0 struct U3CU3Ec__DisplayClass24_0_tF09BD80EEE9ECC7296C10982CEDF0DBFD274B895 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_0_tF09BD80EEE9ECC7296C10982CEDF0DBFD274B895, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0 struct U3CU3Ec__DisplayClass25_0_tA347965DD1CA3D351E3B581654CC8128EDFF3061 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass25_0_tA347965DD1CA3D351E3B581654CC8128EDFF3061, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0 struct U3CU3Ec__DisplayClass26_0_t93DB5B4DF0357D11E4A951B037CFD527BF3B56C8 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass26_0_t93DB5B4DF0357D11E4A951B037CFD527BF3B56C8, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0 struct U3CU3Ec__DisplayClass27_0_t4D4A1506D5AC9A010D11414FAD7E48C6A7FBA299 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass27_0_t4D4A1506D5AC9A010D11414FAD7E48C6A7FBA299, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0 struct U3CU3Ec__DisplayClass28_0_tE68276C76E7215C53283D3ADC6A731F1DF29E8C8 : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass28_0_tE68276C76E7215C53283D3ADC6A731F1DF29E8C8, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_tD73E62A2224FE13C8F6B52FCE8BD1C5FD313B99F : public RuntimeObject { public: // UnityEngine.UI.Graphic DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::target Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_tD73E62A2224FE13C8F6B52FCE8BD1C5FD313B99F, ___target_0)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_target_0() const { return ___target_0; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0 struct U3CU3Ec__DisplayClass30_0_t94F73A3FFC30F6C2558392FF5F07AE2E096BF84F : public RuntimeObject { public: // UnityEngine.UI.ScrollRect DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::target ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass30_0_t94F73A3FFC30F6C2558392FF5F07AE2E096BF84F, ___target_0)); } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * get_target_0() const { return ___target_0; } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0 struct U3CU3Ec__DisplayClass31_0_t805529EB975D0626EBC97ACAB3880EFC6AB317A3 : public RuntimeObject { public: // UnityEngine.UI.ScrollRect DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::target ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass31_0_t805529EB975D0626EBC97ACAB3880EFC6AB317A3, ___target_0)); } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * get_target_0() const { return ___target_0; } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0 struct U3CU3Ec__DisplayClass32_0_tA414D6A179D68B4F320ED1DB2C432127B75AB0E9 : public RuntimeObject { public: // UnityEngine.UI.ScrollRect DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::target ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass32_0_tA414D6A179D68B4F320ED1DB2C432127B75AB0E9, ___target_0)); } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * get_target_0() const { return ___target_0; } inline ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0 struct U3CU3Ec__DisplayClass33_0_t5CB8EE7F07D06E29D59588955B144762AF73E4F6 : public RuntimeObject { public: // UnityEngine.UI.Slider DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::target Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass33_0_t5CB8EE7F07D06E29D59588955B144762AF73E4F6, ___target_0)); } inline Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * get_target_0() const { return ___target_0; } inline Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t60E5325D834E607C2110DB690899FC3C7A44D407 : public RuntimeObject { public: // UnityEngine.UI.Text DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::target Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_0_t60E5325D834E607C2110DB690899FC3C7A44D407, ___target_0)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_target_0() const { return ___target_0; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0 struct U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4 : public RuntimeObject { public: // System.Int32 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::v int32_t ___v_0; // UnityEngine.UI.Text DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::target Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___target_1; // System.Boolean DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::addThousandsSeparator bool ___addThousandsSeparator_2; // System.Globalization.CultureInfo DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::cInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___cInfo_3; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4, ___v_0)); } inline int32_t get_v_0() const { return ___v_0; } inline int32_t* get_address_of_v_0() { return &___v_0; } inline void set_v_0(int32_t value) { ___v_0 = value; } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4, ___target_1)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_target_1() const { return ___target_1; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } inline static int32_t get_offset_of_addThousandsSeparator_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4, ___addThousandsSeparator_2)); } inline bool get_addThousandsSeparator_2() const { return ___addThousandsSeparator_2; } inline bool* get_address_of_addThousandsSeparator_2() { return &___addThousandsSeparator_2; } inline void set_addThousandsSeparator_2(bool value) { ___addThousandsSeparator_2 = value; } inline static int32_t get_offset_of_cInfo_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4, ___cInfo_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_cInfo_3() const { return ___cInfo_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_cInfo_3() { return &___cInfo_3; } inline void set_cInfo_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___cInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cInfo_3), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0 struct U3CU3Ec__DisplayClass36_0_tCE8E904A62CBD9F143B3D692CA532EFA7A6F777D : public RuntimeObject { public: // UnityEngine.UI.Text DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::target Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass36_0_tCE8E904A62CBD9F143B3D692CA532EFA7A6F777D, ___target_0)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_target_0() const { return ___target_0; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0 struct U3CU3Ec__DisplayClass37_0_tFAFEF1E41FDD4BAE035F7732E85AA44BBFD9DFD1 : public RuntimeObject { public: // UnityEngine.UI.Text DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::target Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass37_0_tFAFEF1E41FDD4BAE035F7732E85AA44BBFD9DFD1, ___target_0)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_target_0() const { return ___target_0; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t9A0201E5801BCA86E98A5567791D120983EAD387 : public RuntimeObject { public: // UnityEngine.UI.Image DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::target Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t9A0201E5801BCA86E98A5567791D120983EAD387, ___target_0)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_target_0() const { return ___target_0; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t9CD30C09F13A8901FBD37CEEE628023A3AC88587 : public RuntimeObject { public: // UnityEngine.UI.Image DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::target Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t9CD30C09F13A8901FBD37CEEE628023A3AC88587, ___target_0)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_target_0() const { return ___target_0; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tB80886C18986402D46C539623ED89C069D383A01 : public RuntimeObject { public: // UnityEngine.UI.Image DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::target Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tB80886C18986402D46C539623ED89C069D383A01, ___target_0)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_target_0() const { return ___target_0; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t3101E53746ED12113974445EFE5F8ED7275D9845 : public RuntimeObject { public: // UnityEngine.UI.LayoutElement DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::target LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t3101E53746ED12113974445EFE5F8ED7275D9845, ___target_0)); } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * get_target_0() const { return ___target_0; } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_tE55619A7933D4E2E6A3AF6BCBAB6B4C17A865A55 : public RuntimeObject { public: // UnityEngine.UI.LayoutElement DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::target LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_tE55619A7933D4E2E6A3AF6BCBAB6B4C17A865A55, ___target_0)); } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * get_target_0() const { return ___target_0; } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t7A8C490B052492D0F6162243E706C61D6E7EA629 : public RuntimeObject { public: // UnityEngine.UI.LayoutElement DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::target LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * ___target_0; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_t7A8C490B052492D0F6162243E706C61D6E7EA629, ___target_0)); } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * get_target_0() const { return ___target_0; } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/Utils struct Utils_t527C9032C20CC850EB3CA3932CCF65246FD765BA : public RuntimeObject { public: public: }; // DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581 : public RuntimeObject { public: // UnityEngine.Material DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::target Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___target_0; // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::propertyID int32_t ___propertyID_1; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581, ___target_0)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_target_0() const { return ___target_0; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_propertyID_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581, ___propertyID_1)); } inline int32_t get_propertyID_1() const { return ___propertyID_1; } inline int32_t* get_address_of_propertyID_1() { return &___propertyID_1; } inline void set_propertyID_1(int32_t value) { ___propertyID_1 = value; } }; // DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551 : public RuntimeObject { public: // UnityEngine.Material DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::target Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___target_0; // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::propertyID int32_t ___propertyID_1; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551, ___target_0)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_target_0() const { return ___target_0; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_propertyID_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551, ___propertyID_1)); } inline int32_t get_propertyID_1() const { return ___propertyID_1; } inline int32_t* get_address_of_propertyID_1() { return &___propertyID_1; } inline void set_propertyID_1(int32_t value) { ___propertyID_1 = value; } }; // DG.Tweening.DOTweenModuleUtils/Physics struct Physics_t379352FCCF26C01744720033D3784D7F57DE0D8F : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config struct Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config::good_length int32_t ___good_length_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config::max_lazy int32_t ___max_lazy_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config::nice_length int32_t ___nice_length_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config::max_chain int32_t ___max_chain_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config::func int32_t ___func_4; public: inline static int32_t get_offset_of_good_length_0() { return static_cast(offsetof(Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B, ___good_length_0)); } inline int32_t get_good_length_0() const { return ___good_length_0; } inline int32_t* get_address_of_good_length_0() { return &___good_length_0; } inline void set_good_length_0(int32_t value) { ___good_length_0 = value; } inline static int32_t get_offset_of_max_lazy_1() { return static_cast(offsetof(Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B, ___max_lazy_1)); } inline int32_t get_max_lazy_1() const { return ___max_lazy_1; } inline int32_t* get_address_of_max_lazy_1() { return &___max_lazy_1; } inline void set_max_lazy_1(int32_t value) { ___max_lazy_1 = value; } inline static int32_t get_offset_of_nice_length_2() { return static_cast(offsetof(Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B, ___nice_length_2)); } inline int32_t get_nice_length_2() const { return ___nice_length_2; } inline int32_t* get_address_of_nice_length_2() { return &___nice_length_2; } inline void set_nice_length_2(int32_t value) { ___nice_length_2 = value; } inline static int32_t get_offset_of_max_chain_3() { return static_cast(offsetof(Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B, ___max_chain_3)); } inline int32_t get_max_chain_3() const { return ___max_chain_3; } inline int32_t* get_address_of_max_chain_3() { return &___max_chain_3; } inline void set_max_chain_3(int32_t value) { ___max_chain_3 = value; } inline static int32_t get_offset_of_func_4() { return static_cast(offsetof(Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B, ___func_4)); } inline int32_t get_func_4() const { return ___func_4; } inline int32_t* get_address_of_func_4() { return &___func_4; } inline void set_func_4(int32_t value) { ___func_4 = value; } }; // DeviceView/<>c struct U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 : public RuntimeObject { public: public: }; struct U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields { public: // DeviceView/<>c DeviceView/<>c::<>9 U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction DeviceView/<>c::<>9__5_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__5_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_0_1() { return static_cast(offsetof(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields, ___U3CU3E9__5_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__5_0_1() const { return ___U3CU3E9__5_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__5_0_1() { return &___U3CU3E9__5_0_1; } inline void set_U3CU3E9__5_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__5_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_1), (void*)value); } }; // DeviceView/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA : public RuntimeObject { public: // System.Int32 DeviceView/<>c__DisplayClass5_0::optionID int32_t ___optionID_0; // DeviceView DeviceView/<>c__DisplayClass5_0::<>4__this DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_optionID_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA, ___optionID_0)); } inline int32_t get_optionID_0() const { return ___optionID_0; } inline int32_t* get_address_of_optionID_0() { return &___optionID_0; } inline void set_optionID_0(int32_t value) { ___optionID_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA, ___U3CU3E4__this_1)); } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908 : public RuntimeObject { public: // System.Int32 BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0::i int32_t ___i_0; public: inline static int32_t get_offset_of_i_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908, ___i_0)); } inline int32_t get_i_0() const { return ___i_0; } inline int32_t* get_address_of_i_0() { return &___i_0; } inline void set_i_0(int32_t value) { ___i_0 = value; } }; // UnityStandardAssets.Utility.DragRigidbody/d__8 struct U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.DragRigidbody/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.DragRigidbody/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.DragRigidbody UnityStandardAssets.Utility.DragRigidbody/d__8::<>4__this DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.DragRigidbody/d__8::distance float ___distance_3; // System.Single UnityStandardAssets.Utility.DragRigidbody/d__8::5__2 float ___U3ColdDragU3E5__2_4; // System.Single UnityStandardAssets.Utility.DragRigidbody/d__8::5__3 float ___U3ColdAngularDragU3E5__3_5; // UnityEngine.Camera UnityStandardAssets.Utility.DragRigidbody/d__8::5__4 Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___U3CmainCameraU3E5__4_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___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(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___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(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3CU3E4__this_2)); } inline DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_distance_3() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___distance_3)); } inline float get_distance_3() const { return ___distance_3; } inline float* get_address_of_distance_3() { return &___distance_3; } inline void set_distance_3(float value) { ___distance_3 = value; } inline static int32_t get_offset_of_U3ColdDragU3E5__2_4() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3ColdDragU3E5__2_4)); } inline float get_U3ColdDragU3E5__2_4() const { return ___U3ColdDragU3E5__2_4; } inline float* get_address_of_U3ColdDragU3E5__2_4() { return &___U3ColdDragU3E5__2_4; } inline void set_U3ColdDragU3E5__2_4(float value) { ___U3ColdDragU3E5__2_4 = value; } inline static int32_t get_offset_of_U3ColdAngularDragU3E5__3_5() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3ColdAngularDragU3E5__3_5)); } inline float get_U3ColdAngularDragU3E5__3_5() const { return ___U3ColdAngularDragU3E5__3_5; } inline float* get_address_of_U3ColdAngularDragU3E5__3_5() { return &___U3ColdAngularDragU3E5__3_5; } inline void set_U3ColdAngularDragU3E5__3_5(float value) { ___U3ColdAngularDragU3E5__3_5 = value; } inline static int32_t get_offset_of_U3CmainCameraU3E5__4_6() { return static_cast(offsetof(U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514, ___U3CmainCameraU3E5__4_6)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_U3CmainCameraU3E5__4_6() const { return ___U3CmainCameraU3E5__4_6; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_U3CmainCameraU3E5__4_6() { return &___U3CmainCameraU3E5__4_6; } inline void set_U3CmainCameraU3E5__4_6(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___U3CmainCameraU3E5__4_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmainCameraU3E5__4_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState struct ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::client RuntimeObject* ___client_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContextImpl BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::clientContext TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * ___clientContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::tlsSession RuntimeObject* ___tlsSession_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::sessionParameters SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___sessionParameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::sessionParametersBuilder Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * ___sessionParametersBuilder_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::offeredCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___offeredCipherSuites_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::clientExtensions RuntimeObject* ___clientExtensions_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::serverExtensions RuntimeObject* ___serverExtensions_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::selectedSessionID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___selectedSessionID_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::resumedSession bool ___resumedSession_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::secure_renegotiation bool ___secure_renegotiation_10; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::allowCertificateStatus bool ___allowCertificateStatus_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::expectSessionTicket bool ___expectSessionTicket_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::keyExchange RuntimeObject* ___keyExchange_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::authentication RuntimeObject* ___authentication_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::certificateStatus CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * ___certificateStatus_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::certificateRequest CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * ___certificateRequest_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::clientCredentials RuntimeObject* ___clientCredentials_17; public: inline static int32_t get_offset_of_client_0() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___client_0)); } inline RuntimeObject* get_client_0() const { return ___client_0; } inline RuntimeObject** get_address_of_client_0() { return &___client_0; } inline void set_client_0(RuntimeObject* value) { ___client_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_0), (void*)value); } inline static int32_t get_offset_of_clientContext_1() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___clientContext_1)); } inline TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * get_clientContext_1() const { return ___clientContext_1; } inline TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF ** get_address_of_clientContext_1() { return &___clientContext_1; } inline void set_clientContext_1(TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * value) { ___clientContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientContext_1), (void*)value); } inline static int32_t get_offset_of_tlsSession_2() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___tlsSession_2)); } inline RuntimeObject* get_tlsSession_2() const { return ___tlsSession_2; } inline RuntimeObject** get_address_of_tlsSession_2() { return &___tlsSession_2; } inline void set_tlsSession_2(RuntimeObject* value) { ___tlsSession_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSession_2), (void*)value); } inline static int32_t get_offset_of_sessionParameters_3() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___sessionParameters_3)); } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * get_sessionParameters_3() const { return ___sessionParameters_3; } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D ** get_address_of_sessionParameters_3() { return &___sessionParameters_3; } inline void set_sessionParameters_3(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * value) { ___sessionParameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParameters_3), (void*)value); } inline static int32_t get_offset_of_sessionParametersBuilder_4() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___sessionParametersBuilder_4)); } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * get_sessionParametersBuilder_4() const { return ___sessionParametersBuilder_4; } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 ** get_address_of_sessionParametersBuilder_4() { return &___sessionParametersBuilder_4; } inline void set_sessionParametersBuilder_4(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * value) { ___sessionParametersBuilder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParametersBuilder_4), (void*)value); } inline static int32_t get_offset_of_offeredCipherSuites_5() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___offeredCipherSuites_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_offeredCipherSuites_5() const { return ___offeredCipherSuites_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_offeredCipherSuites_5() { return &___offeredCipherSuites_5; } inline void set_offeredCipherSuites_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___offeredCipherSuites_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___offeredCipherSuites_5), (void*)value); } inline static int32_t get_offset_of_clientExtensions_6() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___clientExtensions_6)); } inline RuntimeObject* get_clientExtensions_6() const { return ___clientExtensions_6; } inline RuntimeObject** get_address_of_clientExtensions_6() { return &___clientExtensions_6; } inline void set_clientExtensions_6(RuntimeObject* value) { ___clientExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientExtensions_6), (void*)value); } inline static int32_t get_offset_of_serverExtensions_7() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___serverExtensions_7)); } inline RuntimeObject* get_serverExtensions_7() const { return ___serverExtensions_7; } inline RuntimeObject** get_address_of_serverExtensions_7() { return &___serverExtensions_7; } inline void set_serverExtensions_7(RuntimeObject* value) { ___serverExtensions_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverExtensions_7), (void*)value); } inline static int32_t get_offset_of_selectedSessionID_8() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___selectedSessionID_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_selectedSessionID_8() const { return ___selectedSessionID_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_selectedSessionID_8() { return &___selectedSessionID_8; } inline void set_selectedSessionID_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___selectedSessionID_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedSessionID_8), (void*)value); } inline static int32_t get_offset_of_resumedSession_9() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___resumedSession_9)); } inline bool get_resumedSession_9() const { return ___resumedSession_9; } inline bool* get_address_of_resumedSession_9() { return &___resumedSession_9; } inline void set_resumedSession_9(bool value) { ___resumedSession_9 = value; } inline static int32_t get_offset_of_secure_renegotiation_10() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___secure_renegotiation_10)); } inline bool get_secure_renegotiation_10() const { return ___secure_renegotiation_10; } inline bool* get_address_of_secure_renegotiation_10() { return &___secure_renegotiation_10; } inline void set_secure_renegotiation_10(bool value) { ___secure_renegotiation_10 = value; } inline static int32_t get_offset_of_allowCertificateStatus_11() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___allowCertificateStatus_11)); } inline bool get_allowCertificateStatus_11() const { return ___allowCertificateStatus_11; } inline bool* get_address_of_allowCertificateStatus_11() { return &___allowCertificateStatus_11; } inline void set_allowCertificateStatus_11(bool value) { ___allowCertificateStatus_11 = value; } inline static int32_t get_offset_of_expectSessionTicket_12() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___expectSessionTicket_12)); } inline bool get_expectSessionTicket_12() const { return ___expectSessionTicket_12; } inline bool* get_address_of_expectSessionTicket_12() { return &___expectSessionTicket_12; } inline void set_expectSessionTicket_12(bool value) { ___expectSessionTicket_12 = value; } inline static int32_t get_offset_of_keyExchange_13() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___keyExchange_13)); } inline RuntimeObject* get_keyExchange_13() const { return ___keyExchange_13; } inline RuntimeObject** get_address_of_keyExchange_13() { return &___keyExchange_13; } inline void set_keyExchange_13(RuntimeObject* value) { ___keyExchange_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyExchange_13), (void*)value); } inline static int32_t get_offset_of_authentication_14() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___authentication_14)); } inline RuntimeObject* get_authentication_14() const { return ___authentication_14; } inline RuntimeObject** get_address_of_authentication_14() { return &___authentication_14; } inline void set_authentication_14(RuntimeObject* value) { ___authentication_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___authentication_14), (void*)value); } inline static int32_t get_offset_of_certificateStatus_15() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___certificateStatus_15)); } inline CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * get_certificateStatus_15() const { return ___certificateStatus_15; } inline CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 ** get_address_of_certificateStatus_15() { return &___certificateStatus_15; } inline void set_certificateStatus_15(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * value) { ___certificateStatus_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateStatus_15), (void*)value); } inline static int32_t get_offset_of_certificateRequest_16() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___certificateRequest_16)); } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * get_certificateRequest_16() const { return ___certificateRequest_16; } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 ** get_address_of_certificateRequest_16() { return &___certificateRequest_16; } inline void set_certificateRequest_16(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * value) { ___certificateRequest_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateRequest_16), (void*)value); } inline static int32_t get_offset_of_clientCredentials_17() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___clientCredentials_17)); } inline RuntimeObject* get_clientCredentials_17() const { return ___clientCredentials_17; } inline RuntimeObject** get_address_of_clientCredentials_17() { return &___clientCredentials_17; } inline void set_clientCredentials_17(RuntimeObject* value) { ___clientCredentials_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCredentials_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range struct Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::mStart int32_t ___mStart_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::mEnd int32_t ___mEnd_1; public: inline static int32_t get_offset_of_mStart_0() { return static_cast(offsetof(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD, ___mStart_0)); } inline int32_t get_mStart_0() const { return ___mStart_0; } inline int32_t* get_address_of_mStart_0() { return &___mStart_0; } inline void set_mStart_0(int32_t value) { ___mStart_0 = value; } inline static int32_t get_offset_of_mEnd_1() { return static_cast(offsetof(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD, ___mEnd_1)); } inline int32_t get_mEnd_1() const { return ___mEnd_1; } inline int32_t* get_address_of_mEnd_1() { return &___mEnd_1; } inline void set_mEnd_1(int32_t value) { ___mEnd_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message struct Message_tFFB406E9A157FE0A2B1B765A034986714037E788 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::mMessageSeq int32_t ___mMessageSeq_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::mMsgType uint8_t ___mMsgType_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::mBody ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mBody_2; public: inline static int32_t get_offset_of_mMessageSeq_0() { return static_cast(offsetof(Message_tFFB406E9A157FE0A2B1B765A034986714037E788, ___mMessageSeq_0)); } inline int32_t get_mMessageSeq_0() const { return ___mMessageSeq_0; } inline int32_t* get_address_of_mMessageSeq_0() { return &___mMessageSeq_0; } inline void set_mMessageSeq_0(int32_t value) { ___mMessageSeq_0 = value; } inline static int32_t get_offset_of_mMsgType_1() { return static_cast(offsetof(Message_tFFB406E9A157FE0A2B1B765A034986714037E788, ___mMsgType_1)); } inline uint8_t get_mMsgType_1() const { return ___mMsgType_1; } inline uint8_t* get_address_of_mMsgType_1() { return &___mMsgType_1; } inline void set_mMsgType_1(uint8_t value) { ___mMsgType_1 = value; } inline static int32_t get_offset_of_mBody_2() { return static_cast(offsetof(Message_tFFB406E9A157FE0A2B1B765A034986714037E788, ___mBody_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mBody_2() const { return ___mBody_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mBody_2() { return &___mBody_2; } inline void set_mBody_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mBody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBody_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit struct Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit::mOuter DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * ___mOuter_0; public: inline static int32_t get_offset_of_mOuter_0() { return static_cast(offsetof(Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C, ___mOuter_0)); } inline DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * get_mOuter_0() const { return ___mOuter_0; } inline DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 ** get_address_of_mOuter_0() { return &___mOuter_0; } inline void set_mOuter_0(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * value) { ___mOuter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOuter_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState struct ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::server RuntimeObject* ___server_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContextImpl BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::serverContext TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * ___serverContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::tlsSession RuntimeObject* ___tlsSession_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::sessionParameters SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___sessionParameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::sessionParametersBuilder Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * ___sessionParametersBuilder_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::offeredCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___offeredCipherSuites_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::offeredCompressionMethods ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___offeredCompressionMethods_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::clientExtensions RuntimeObject* ___clientExtensions_7; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::serverExtensions RuntimeObject* ___serverExtensions_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::resumedSession bool ___resumedSession_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::secure_renegotiation bool ___secure_renegotiation_10; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::allowCertificateStatus bool ___allowCertificateStatus_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::expectSessionTicket bool ___expectSessionTicket_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::keyExchange RuntimeObject* ___keyExchange_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::serverCredentials RuntimeObject* ___serverCredentials_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::certificateRequest CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * ___certificateRequest_15; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::clientCertificateType int16_t ___clientCertificateType_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::clientCertificate Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___clientCertificate_17; public: inline static int32_t get_offset_of_server_0() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___server_0)); } inline RuntimeObject* get_server_0() const { return ___server_0; } inline RuntimeObject** get_address_of_server_0() { return &___server_0; } inline void set_server_0(RuntimeObject* value) { ___server_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_0), (void*)value); } inline static int32_t get_offset_of_serverContext_1() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___serverContext_1)); } inline TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * get_serverContext_1() const { return ___serverContext_1; } inline TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 ** get_address_of_serverContext_1() { return &___serverContext_1; } inline void set_serverContext_1(TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * value) { ___serverContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverContext_1), (void*)value); } inline static int32_t get_offset_of_tlsSession_2() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___tlsSession_2)); } inline RuntimeObject* get_tlsSession_2() const { return ___tlsSession_2; } inline RuntimeObject** get_address_of_tlsSession_2() { return &___tlsSession_2; } inline void set_tlsSession_2(RuntimeObject* value) { ___tlsSession_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSession_2), (void*)value); } inline static int32_t get_offset_of_sessionParameters_3() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___sessionParameters_3)); } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * get_sessionParameters_3() const { return ___sessionParameters_3; } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D ** get_address_of_sessionParameters_3() { return &___sessionParameters_3; } inline void set_sessionParameters_3(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * value) { ___sessionParameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParameters_3), (void*)value); } inline static int32_t get_offset_of_sessionParametersBuilder_4() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___sessionParametersBuilder_4)); } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * get_sessionParametersBuilder_4() const { return ___sessionParametersBuilder_4; } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 ** get_address_of_sessionParametersBuilder_4() { return &___sessionParametersBuilder_4; } inline void set_sessionParametersBuilder_4(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * value) { ___sessionParametersBuilder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParametersBuilder_4), (void*)value); } inline static int32_t get_offset_of_offeredCipherSuites_5() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___offeredCipherSuites_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_offeredCipherSuites_5() const { return ___offeredCipherSuites_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_offeredCipherSuites_5() { return &___offeredCipherSuites_5; } inline void set_offeredCipherSuites_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___offeredCipherSuites_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___offeredCipherSuites_5), (void*)value); } inline static int32_t get_offset_of_offeredCompressionMethods_6() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___offeredCompressionMethods_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_offeredCompressionMethods_6() const { return ___offeredCompressionMethods_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_offeredCompressionMethods_6() { return &___offeredCompressionMethods_6; } inline void set_offeredCompressionMethods_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___offeredCompressionMethods_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___offeredCompressionMethods_6), (void*)value); } inline static int32_t get_offset_of_clientExtensions_7() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___clientExtensions_7)); } inline RuntimeObject* get_clientExtensions_7() const { return ___clientExtensions_7; } inline RuntimeObject** get_address_of_clientExtensions_7() { return &___clientExtensions_7; } inline void set_clientExtensions_7(RuntimeObject* value) { ___clientExtensions_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientExtensions_7), (void*)value); } inline static int32_t get_offset_of_serverExtensions_8() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___serverExtensions_8)); } inline RuntimeObject* get_serverExtensions_8() const { return ___serverExtensions_8; } inline RuntimeObject** get_address_of_serverExtensions_8() { return &___serverExtensions_8; } inline void set_serverExtensions_8(RuntimeObject* value) { ___serverExtensions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverExtensions_8), (void*)value); } inline static int32_t get_offset_of_resumedSession_9() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___resumedSession_9)); } inline bool get_resumedSession_9() const { return ___resumedSession_9; } inline bool* get_address_of_resumedSession_9() { return &___resumedSession_9; } inline void set_resumedSession_9(bool value) { ___resumedSession_9 = value; } inline static int32_t get_offset_of_secure_renegotiation_10() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___secure_renegotiation_10)); } inline bool get_secure_renegotiation_10() const { return ___secure_renegotiation_10; } inline bool* get_address_of_secure_renegotiation_10() { return &___secure_renegotiation_10; } inline void set_secure_renegotiation_10(bool value) { ___secure_renegotiation_10 = value; } inline static int32_t get_offset_of_allowCertificateStatus_11() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___allowCertificateStatus_11)); } inline bool get_allowCertificateStatus_11() const { return ___allowCertificateStatus_11; } inline bool* get_address_of_allowCertificateStatus_11() { return &___allowCertificateStatus_11; } inline void set_allowCertificateStatus_11(bool value) { ___allowCertificateStatus_11 = value; } inline static int32_t get_offset_of_expectSessionTicket_12() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___expectSessionTicket_12)); } inline bool get_expectSessionTicket_12() const { return ___expectSessionTicket_12; } inline bool* get_address_of_expectSessionTicket_12() { return &___expectSessionTicket_12; } inline void set_expectSessionTicket_12(bool value) { ___expectSessionTicket_12 = value; } inline static int32_t get_offset_of_keyExchange_13() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___keyExchange_13)); } inline RuntimeObject* get_keyExchange_13() const { return ___keyExchange_13; } inline RuntimeObject** get_address_of_keyExchange_13() { return &___keyExchange_13; } inline void set_keyExchange_13(RuntimeObject* value) { ___keyExchange_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyExchange_13), (void*)value); } inline static int32_t get_offset_of_serverCredentials_14() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___serverCredentials_14)); } inline RuntimeObject* get_serverCredentials_14() const { return ___serverCredentials_14; } inline RuntimeObject** get_address_of_serverCredentials_14() { return &___serverCredentials_14; } inline void set_serverCredentials_14(RuntimeObject* value) { ___serverCredentials_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCredentials_14), (void*)value); } inline static int32_t get_offset_of_certificateRequest_15() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___certificateRequest_15)); } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * get_certificateRequest_15() const { return ___certificateRequest_15; } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 ** get_address_of_certificateRequest_15() { return &___certificateRequest_15; } inline void set_certificateRequest_15(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * value) { ___certificateRequest_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateRequest_15), (void*)value); } inline static int32_t get_offset_of_clientCertificateType_16() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___clientCertificateType_16)); } inline int16_t get_clientCertificateType_16() const { return ___clientCertificateType_16; } inline int16_t* get_address_of_clientCertificateType_16() { return &___clientCertificateType_16; } inline void set_clientCertificateType_16(int16_t value) { ___clientCertificateType_16 = value; } inline static int32_t get_offset_of_clientCertificate_17() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___clientCertificate_17)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_clientCertificate_17() const { return ___clientCertificate_17; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_clientCertificate_17() { return &___clientCertificate_17; } inline void set_clientCertificate_17(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___clientCertificate_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificate_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config struct Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::outer ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___outer_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::coord int32_t ___coord_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::endomorphism RuntimeObject* ___endomorphism_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::multiplier RuntimeObject* ___multiplier_3; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___outer_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_outer_0() const { return ___outer_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of_coord_1() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___coord_1)); } inline int32_t get_coord_1() const { return ___coord_1; } inline int32_t* get_address_of_coord_1() { return &___coord_1; } inline void set_coord_1(int32_t value) { ___coord_1 = value; } inline static int32_t get_offset_of_endomorphism_2() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___endomorphism_2)); } inline RuntimeObject* get_endomorphism_2() const { return ___endomorphism_2; } inline RuntimeObject** get_address_of_endomorphism_2() { return &___endomorphism_2; } inline void set_endomorphism_2(RuntimeObject* value) { ___endomorphism_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___endomorphism_2), (void*)value); } inline static int32_t get_offset_of_multiplier_3() { return static_cast(offsetof(Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E, ___multiplier_3)); } inline RuntimeObject* get_multiplier_3() const { return ___multiplier_3; } inline RuntimeObject** get_address_of_multiplier_3() { return &___multiplier_3; } inline void set_multiplier_3(RuntimeObject* value) { ___multiplier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___multiplier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable struct DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::m_outer ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_outer_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::m_table ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D, ___m_outer_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_outer_0() const { return ___m_outer_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D, ___m_table_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_table_1() const { return ___m_table_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback struct ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::m_outer ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_outer_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::m_decompressed bool ___m_decompressed_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::m_checkOrder bool ___m_checkOrder_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D, ___m_outer_0)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_outer_0() const { return ___m_outer_0; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_decompressed_1() { return static_cast(offsetof(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D, ___m_decompressed_1)); } inline bool get_m_decompressed_1() const { return ___m_decompressed_1; } inline bool* get_address_of_m_decompressed_1() { return &___m_decompressed_1; } inline void set_m_decompressed_1(bool value) { ___m_decompressed_1 = value; } inline static int32_t get_offset_of_m_checkOrder_2() { return static_cast(offsetof(ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D, ___m_checkOrder_2)); } inline bool get_m_checkOrder_2() const { return ___m_checkOrder_2; } inline bool* get_address_of_m_checkOrder_2() { return &___m_checkOrder_2; } inline void set_m_checkOrder_2(bool value) { ___m_checkOrder_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum struct PointAccum_t4065C75ECAB36598757B516CD38694929E598555 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::x Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::y Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::z Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::u Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___u_3; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::v Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___v_4; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___x_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_x_0() const { return ___x_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_x_0() { return &___x_0; } inline void set_x_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___y_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_y_1() const { return ___y_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_y_1() { return &___y_1; } inline void set_y_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___z_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_z_2() const { return ___z_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_z_2() { return &___z_2; } inline void set_z_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } inline static int32_t get_offset_of_u_3() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___u_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_u_3() const { return ___u_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_u_3() { return &___u_3; } inline void set_u_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___u_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___u_3), (void*)value); } inline static int32_t get_offset_of_v_4() { return static_cast(offsetof(PointAccum_t4065C75ECAB36598757B516CD38694929E598555, ___v_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_v_4() const { return ___v_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_v_4() { return &___v_4; } inline void set_v_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___v_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt struct PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::x Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___x_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::y Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___y_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::z Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___z_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::t Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___t_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___x_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_x_0() const { return ___x_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_x_0() { return &___x_0; } inline void set_x_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___y_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_y_1() const { return ___y_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_y_1() { return &___y_1; } inline void set_y_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___z_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_z_2() const { return ___z_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_z_2() { return &___z_2; } inline void set_z_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } inline static int32_t get_offset_of_t_3() { return static_cast(offsetof(PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620, ___t_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_t_3() const { return ___t_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_t_3() { return &___t_3; } inline void set_t_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___t_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp struct PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::ypx_h Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ypx_h_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::ymx_h Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ymx_h_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::xyd Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___xyd_2; public: inline static int32_t get_offset_of_ypx_h_0() { return static_cast(offsetof(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940, ___ypx_h_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ypx_h_0() const { return ___ypx_h_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ypx_h_0() { return &___ypx_h_0; } inline void set_ypx_h_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ypx_h_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ypx_h_0), (void*)value); } inline static int32_t get_offset_of_ymx_h_1() { return static_cast(offsetof(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940, ___ymx_h_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ymx_h_1() const { return ___ymx_h_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ymx_h_1() { return &___ymx_h_1; } inline void set_ymx_h_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ymx_h_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ymx_h_1), (void*)value); } inline static int32_t get_offset_of_xyd_2() { return static_cast(offsetof(PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940, ___xyd_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_xyd_2() const { return ___xyd_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_xyd_2() { return &___xyd_2; } inline void set_xyd_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___xyd_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xyd_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt struct PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::y UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::z UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6, ___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); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6, ___y_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_y_1() const { return ___y_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_y_1() { return &___y_1; } inline void set_y_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6, ___z_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_z_2() const { return ___z_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_z_2() { return &___z_2; } inline void set_z_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp struct PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 : public RuntimeObject { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp::y UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005, ___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); } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005, ___y_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_y_1() const { return ___y_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_y_1() { return &___y_1; } inline void set_y_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___y_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_1), (void*)value); } }; // EmailValidateController/d__0 struct U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 : public RuntimeObject { public: // System.Int32 EmailValidateController/d__0::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EmailValidateController/d__0::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String EmailValidateController/d__0::email String_t* ___email_2; // System.Action`1 EmailValidateController/d__0::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_3; // UnityEngine.Networking.UnityWebRequest EmailValidateController/d__0::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___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(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___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_email_2() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___email_2)); } inline String_t* get_email_2() const { return ___email_2; } inline String_t** get_address_of_email_2() { return &___email_2; } inline void set_email_2(String_t* value) { ___email_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_2), (void*)value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___callback_3)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_3() const { return ___callback_3; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_4() { return static_cast(offsetof(U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7, ___U3CrequestU3E5__2_4)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_4() const { return ___U3CrequestU3E5__2_4; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_4() { return &___U3CrequestU3E5__2_4; } inline void set_U3CrequestU3E5__2_4(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_4), (void*)value); } }; // EmailValidateController/d__1 struct U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC : public RuntimeObject { public: // System.Int32 EmailValidateController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EmailValidateController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String EmailValidateController/d__1::email String_t* ___email_2; // System.String EmailValidateController/d__1::code String_t* ___code_3; // System.Action`1 EmailValidateController/d__1::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_4; // UnityEngine.Networking.UnityWebRequest EmailValidateController/d__1::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___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(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___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_email_2() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___email_2)); } inline String_t* get_email_2() const { return ___email_2; } inline String_t** get_address_of_email_2() { return &___email_2; } inline void set_email_2(String_t* value) { ___email_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_2), (void*)value); } inline static int32_t get_offset_of_code_3() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___code_3)); } inline String_t* get_code_3() const { return ___code_3; } inline String_t** get_address_of_code_3() { return &___code_3; } inline void set_code_3(String_t* value) { ___code_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_3), (void*)value); } inline static int32_t get_offset_of_callback_4() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___callback_4)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_4() const { return ___callback_4; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_4() { return &___callback_4; } inline void set_callback_4(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_5() { return static_cast(offsetof(U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC, ___U3CrequestU3E5__2_5)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_5() const { return ___U3CrequestU3E5__2_5; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_5() { return &___U3CrequestU3E5__2_5; } inline void set_U3CrequestU3E5__2_5(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_5), (void*)value); } }; // Entry/<>c struct U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB : public RuntimeObject { public: public: }; struct U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields { public: // Entry/<>c Entry/<>c::<>9 U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * ___U3CU3E9_0; // UnityEngine.Events.UnityAction`1 Entry/<>c::<>9__1_0 UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields, ___U3CU3E9__1_0_1)); } inline UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(UnityAction_1_t98C9D5462DAC5B38057FFF4D18D84AAE4783CBE2 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // Entry/d__6 struct U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C : public RuntimeObject { public: // System.Int32 Entry/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Entry/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Entry Entry/d__6::<>4__this Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * ___U3CU3E4__this_2; // UnityEngine.AsyncOperation Entry/d__6::5__2 AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * ___U3CasyncU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___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(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___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(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___U3CU3E4__this_2)); } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CasyncU3E5__2_3() { return static_cast(offsetof(U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C, ___U3CasyncU3E5__2_3)); } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * get_U3CasyncU3E5__2_3() const { return ___U3CasyncU3E5__2_3; } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 ** get_address_of_U3CasyncU3E5__2_3() { return &___U3CasyncU3E5__2_3; } inline void set_U3CasyncU3E5__2_3(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * value) { ___U3CasyncU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CasyncU3E5__2_3), (void*)value); } }; // Entry/d__4 struct U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 : public RuntimeObject { public: // System.Int32 Entry/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Entry/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Entry Entry/d__4::<>4__this Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0, ___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(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0, ___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(U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0, ___U3CU3E4__this_2)); } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 : public RuntimeObject { public: // System.Boolean BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::onlyOnce bool ___onlyOnce_0; // System.Boolean BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::autoDecodePayload bool ___autoDecodePayload_1; public: inline static int32_t get_offset_of_onlyOnce_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9, ___onlyOnce_0)); } inline bool get_onlyOnce_0() const { return ___onlyOnce_0; } inline bool* get_address_of_onlyOnce_0() { return &___onlyOnce_0; } inline void set_onlyOnce_0(bool value) { ___onlyOnce_0 = value; } inline static int32_t get_offset_of_autoDecodePayload_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9, ___autoDecodePayload_1)); } inline bool get_autoDecodePayload_1() const { return ___autoDecodePayload_1; } inline bool* get_address_of_autoDecodePayload_1() { return &___autoDecodePayload_1; } inline void set_autoDecodePayload_1(bool value) { ___autoDecodePayload_1 = value; } }; // UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4 struct U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Effects.ExplosionFireAndDebris UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::<>4__this ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::5__2 float ___U3CmultiplierU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___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(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___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(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___U3CU3E4__this_2)); } inline ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CmultiplierU3E5__2_3() { return static_cast(offsetof(U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C, ___U3CmultiplierU3E5__2_3)); } inline float get_U3CmultiplierU3E5__2_3() const { return ___U3CmultiplierU3E5__2_3; } inline float* get_address_of_U3CmultiplierU3E5__2_3() { return &___U3CmultiplierU3E5__2_3; } inline void set_U3CmultiplierU3E5__2_3(float value) { ___U3CmultiplierU3E5__2_3 = value; } }; // UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1 struct U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Effects.ExplosionPhysicsForce UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::<>4__this ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41, ___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(U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41, ___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(U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41, ___U3CU3E4__this_2)); } inline ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UnityStandardAssets.Effects.Explosive/d__8 struct U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Effects.Explosive/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Effects.Explosive/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Effects.Explosive UnityStandardAssets.Effects.Explosive/d__8::<>4__this Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * ___U3CU3E4__this_2; // UnityEngine.Collision UnityStandardAssets.Effects.Explosive/d__8::col Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * ___col_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___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(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___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(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___U3CU3E4__this_2)); } inline Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_col_3() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF, ___col_3)); } inline Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * get_col_3() const { return ___col_3; } inline Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 ** get_address_of_col_3() { return &___col_3; } inline void set_col_3(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * value) { ___col_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___col_3), (void*)value); } }; // BestHTTP.Extensions.Extensions/<>c struct U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 : public RuntimeObject { public: public: }; struct U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields { public: // BestHTTP.Extensions.Extensions/<>c BestHTTP.Extensions.Extensions/<>c::<>9 U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.Extensions/<>c::<>9__21_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__21_0_1; // System.Func`2 BestHTTP.Extensions.Extensions/<>c::<>9__25_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__25_0_2; // System.Func`2 BestHTTP.Extensions.Extensions/<>c::<>9__26_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__26_0_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__21_0_1() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9__21_0_1)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__21_0_1() const { return ___U3CU3E9__21_0_1; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__21_0_1() { return &___U3CU3E9__21_0_1; } inline void set_U3CU3E9__21_0_1(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__21_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__21_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__25_0_2() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9__25_0_2)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__25_0_2() const { return ___U3CU3E9__25_0_2; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__25_0_2() { return &___U3CU3E9__25_0_2; } inline void set_U3CU3E9__25_0_2(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__25_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__25_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_0_3() { return static_cast(offsetof(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields, ___U3CU3E9__26_0_3)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__26_0_3() const { return ___U3CU3E9__26_0_3; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__26_0_3() { return &___U3CU3E9__26_0_3; } inline void set_U3CU3E9__26_0_3(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__26_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_0_3), (void*)value); } }; // BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0 struct U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 : public RuntimeObject { public: // System.Char BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0::block Il2CppChar ___block_0; public: inline static int32_t get_offset_of_block_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1, ___block_0)); } inline Il2CppChar get_block_0() const { return ___block_0; } inline Il2CppChar* get_address_of_block_0() { return &___block_0; } inline void set_block_0(Il2CppChar value) { ___block_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable struct DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::m_outer F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * ___m_outer_0; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::m_table Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C, ___m_outer_0)); } inline F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * get_m_outer_0() const { return ___m_outer_0; } inline F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C, ___m_table_1)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_table_1() const { return ___m_table_1; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // UnityStandardAssets.Utility.FOVKick/d__10 struct U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.FOVKick/d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.FOVKick/d__10::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.FOVKick UnityStandardAssets.Utility.FOVKick/d__10::<>4__this FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.FOVKick/d__10::5__2 float ___U3CtU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___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(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___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(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___U3CU3E4__this_2)); } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtU3E5__2_3() { return static_cast(offsetof(U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935, ___U3CtU3E5__2_3)); } inline float get_U3CtU3E5__2_3() const { return ___U3CtU3E5__2_3; } inline float* get_address_of_U3CtU3E5__2_3() { return &___U3CtU3E5__2_3; } inline void set_U3CtU3E5__2_3(float value) { ___U3CtU3E5__2_3 = value; } }; // UnityStandardAssets.Utility.FOVKick/d__9 struct U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.FOVKick/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.FOVKick/d__9::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.FOVKick UnityStandardAssets.Utility.FOVKick/d__9::<>4__this FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.FOVKick/d__9::5__2 float ___U3CtU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___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(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___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(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___U3CU3E4__this_2)); } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtU3E5__2_3() { return static_cast(offsetof(U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC, ___U3CtU3E5__2_3)); } inline float get_U3CtU3E5__2_3() const { return ___U3CtU3E5__2_3; } inline float* get_address_of_U3CtU3E5__2_3() { return &___U3CtU3E5__2_3; } inline void set_U3CtU3E5__2_3(float value) { ___U3CtU3E5__2_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback struct FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::m_p ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___m_p_0; public: inline static int32_t get_offset_of_m_p_0() { return static_cast(offsetof(FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C, ___m_p_0)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_m_p_0() const { return ___m_p_0; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_m_p_0() { return &___m_p_0; } inline void set_m_p_0(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___m_p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_p_0), (void*)value); } }; // FriendView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D : public RuntimeObject { public: // UnityEngine.GameObject FriendView/<>c__DisplayClass12_0::o GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___o_0; // System.Int32 FriendView/<>c__DisplayClass12_0::friendID int32_t ___friendID_1; public: inline static int32_t get_offset_of_o_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D, ___o_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_o_0() const { return ___o_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_o_0() { return &___o_0; } inline void set_o_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___o_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_0), (void*)value); } inline static int32_t get_offset_of_friendID_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D, ___friendID_1)); } inline int32_t get_friendID_1() const { return ___friendID_1; } inline int32_t* get_address_of_friendID_1() { return &___friendID_1; } inline void set_friendID_1(int32_t value) { ___friendID_1 = value; } }; // FriendView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F : public RuntimeObject { public: // System.Int32 FriendView/<>c__DisplayClass16_0::otherID int32_t ___otherID_0; // UnityEngine.GameObject FriendView/<>c__DisplayClass16_0::o GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___o_1; // FriendView FriendView/<>c__DisplayClass16_0::<>4__this FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_otherID_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F, ___otherID_0)); } inline int32_t get_otherID_0() const { return ___otherID_0; } inline int32_t* get_address_of_otherID_0() { return &___otherID_0; } inline void set_otherID_0(int32_t value) { ___otherID_0 = value; } inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F, ___o_1)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_o_1() const { return ___o_1; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F, ___U3CU3E4__this_2)); } inline FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // FriendView/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_t1B01058E2AF49746DED3976FDE2E7BCCD2A2EB83 : public RuntimeObject { public: // System.Int32 FriendView/<>c__DisplayClass20_0::userID int32_t ___userID_0; // UnityEngine.UI.Button FriendView/<>c__DisplayClass20_0::btnYes Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnYes_1; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_t1B01058E2AF49746DED3976FDE2E7BCCD2A2EB83, ___userID_0)); } inline int32_t get_userID_0() const { return ___userID_0; } inline int32_t* get_address_of_userID_0() { return &___userID_0; } inline void set_userID_0(int32_t value) { ___userID_0 = value; } inline static int32_t get_offset_of_btnYes_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_t1B01058E2AF49746DED3976FDE2E7BCCD2A2EB83, ___btnYes_1)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnYes_1() const { return ___btnYes_1; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnYes_1() { return &___btnYes_1; } inline void set_btnYes_1(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnYes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnYes_1), (void*)value); } }; // FriendView/<>c__DisplayClass27_0 struct U3CU3Ec__DisplayClass27_0_t9F014CCCAC1C155242176ED1AC1337F00E248CC1 : public RuntimeObject { public: // System.Int32 FriendView/<>c__DisplayClass27_0::userID int32_t ___userID_0; // UnityEngine.UI.Button FriendView/<>c__DisplayClass27_0::btnYes Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnYes_1; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass27_0_t9F014CCCAC1C155242176ED1AC1337F00E248CC1, ___userID_0)); } inline int32_t get_userID_0() const { return ___userID_0; } inline int32_t* get_address_of_userID_0() { return &___userID_0; } inline void set_userID_0(int32_t value) { ___userID_0 = value; } inline static int32_t get_offset_of_btnYes_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass27_0_t9F014CCCAC1C155242176ED1AC1337F00E248CC1, ___btnYes_1)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnYes_1() const { return ___btnYes_1; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnYes_1() { return &___btnYes_1; } inline void set_btnYes_1(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnYes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnYes_1), (void*)value); } }; // FriendView/<>c__DisplayClass32_0 struct U3CU3Ec__DisplayClass32_0_t2E43DBFDB641B5A2A284B79C38DEE5CB0F2DA7F8 : public RuntimeObject { public: // UnityEngine.UI.Button FriendView/<>c__DisplayClass32_0::btnTab Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTab_0; // FriendView FriendView/<>c__DisplayClass32_0::<>4__this FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_btnTab_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass32_0_t2E43DBFDB641B5A2A284B79C38DEE5CB0F2DA7F8, ___btnTab_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTab_0() const { return ___btnTab_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTab_0() { return &___btnTab_0; } inline void set_btnTab_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTab_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTab_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass32_0_t2E43DBFDB641B5A2A284B79C38DEE5CB0F2DA7F8, ___U3CU3E4__this_1)); } inline FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // GameAssistUI/<>c struct U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 : public RuntimeObject { public: public: }; struct U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_StaticFields { public: // GameAssistUI/<>c GameAssistUI/<>c::<>9 U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction GameAssistUI/<>c::<>9__9_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__9_0_1; // System.Action GameAssistUI/<>c::<>9__9_5 Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___U3CU3E9__9_5_2; // UnityEngine.Events.UnityAction GameAssistUI/<>c::<>9__9_4 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__9_4_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__9_0_1() { return static_cast(offsetof(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_StaticFields, ___U3CU3E9__9_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__9_0_1() const { return ___U3CU3E9__9_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__9_0_1() { return &___U3CU3E9__9_0_1; } inline void set_U3CU3E9__9_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__9_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__9_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__9_5_2() { return static_cast(offsetof(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_StaticFields, ___U3CU3E9__9_5_2)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_U3CU3E9__9_5_2() const { return ___U3CU3E9__9_5_2; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_U3CU3E9__9_5_2() { return &___U3CU3E9__9_5_2; } inline void set_U3CU3E9__9_5_2(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___U3CU3E9__9_5_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__9_5_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__9_4_3() { return static_cast(offsetof(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_StaticFields, ___U3CU3E9__9_4_3)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__9_4_3() const { return ___U3CU3E9__9_4_3; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__9_4_3() { return &___U3CU3E9__9_4_3; } inline void set_U3CU3E9__9_4_3(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__9_4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__9_4_3), (void*)value); } }; // GameAssistUI/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C : public RuntimeObject { public: // GameAssistUI GameAssistUI/<>c__DisplayClass9_0::<>4__this GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * ___U3CU3E4__this_0; // UnityEngine.UI.Button GameAssistUI/<>c__DisplayClass9_0::btnIdentity Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnIdentity_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C, ___U3CU3E4__this_0)); } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_btnIdentity_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C, ___btnIdentity_1)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnIdentity_1() const { return ___btnIdentity_1; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnIdentity_1() { return &___btnIdentity_1; } inline void set_btnIdentity_1(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnIdentity_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnIdentity_1), (void*)value); } }; // HRB_Bluetooth/<>c__DisplayClass25_0 struct U3CU3Ec__DisplayClass25_0_t64D8C395B552D60CA41D39FD659B3676B96697B7 : public RuntimeObject { public: // System.Int32 HRB_Bluetooth/<>c__DisplayClass25_0::scanCount int32_t ___scanCount_0; // HRB_Bluetooth HRB_Bluetooth/<>c__DisplayClass25_0::<>4__this HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_scanCount_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass25_0_t64D8C395B552D60CA41D39FD659B3676B96697B7, ___scanCount_0)); } inline int32_t get_scanCount_0() const { return ___scanCount_0; } inline int32_t* get_address_of_scanCount_0() { return &___scanCount_0; } inline void set_scanCount_0(int32_t value) { ___scanCount_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass25_0_t64D8C395B552D60CA41D39FD659B3676B96697B7, ___U3CU3E4__this_1)); } inline HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HRB_Controller/d__0 struct U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD : public RuntimeObject { public: // System.Int32 HRB_Controller/d__0::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HRB_Controller/d__0::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Action`1 HRB_Controller/d__0::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_2; // UnityEngine.Networking.UnityWebRequest HRB_Controller/d__0::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD, ___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(U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD, ___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_callback_2() { return static_cast(offsetof(U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD, ___callback_2)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_2() const { return ___callback_2; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_3() { return static_cast(offsetof(U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD, ___U3CrequestU3E5__2_3)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_3() const { return ___U3CrequestU3E5__2_3; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_3() { return &___U3CrequestU3E5__2_3; } inline void set_U3CrequestU3E5__2_3(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_3), (void*)value); } }; // HRB_Controller/d__1 struct U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 : public RuntimeObject { public: // System.Int32 HRB_Controller/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HRB_Controller/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HRB_UserInfo HRB_Controller/d__1::userInfo HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * ___userInfo_2; // System.Action`1 HRB_Controller/d__1::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_3; // UnityEngine.Networking.UnityWebRequest HRB_Controller/d__1::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7, ___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(U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7, ___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_userInfo_2() { return static_cast(offsetof(U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7, ___userInfo_2)); } inline HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * get_userInfo_2() const { return ___userInfo_2; } inline HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 ** get_address_of_userInfo_2() { return &___userInfo_2; } inline void set_userInfo_2(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * value) { ___userInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___userInfo_2), (void*)value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7, ___callback_3)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_3() const { return ___callback_3; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_4() { return static_cast(offsetof(U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7, ___U3CrequestU3E5__2_4)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_4() const { return ___U3CrequestU3E5__2_4; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_4() { return &___U3CrequestU3E5__2_4; } inline void set_U3CrequestU3E5__2_4(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_4), (void*)value); } }; // HRB_DegreaseView/<>c struct U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 : public RuntimeObject { public: public: }; struct U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_StaticFields { public: // HRB_DegreaseView/<>c HRB_DegreaseView/<>c::<>9 U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * ___U3CU3E9_0; // System.Func`2 HRB_DegreaseView/<>c::<>9__4_0 Func_2_t50F598941CFDF02619DC5D52FFDBC329473C5F7B * ___U3CU3E9__4_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_0_1() { return static_cast(offsetof(U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_StaticFields, ___U3CU3E9__4_0_1)); } inline Func_2_t50F598941CFDF02619DC5D52FFDBC329473C5F7B * get_U3CU3E9__4_0_1() const { return ___U3CU3E9__4_0_1; } inline Func_2_t50F598941CFDF02619DC5D52FFDBC329473C5F7B ** get_address_of_U3CU3E9__4_0_1() { return &___U3CU3E9__4_0_1; } inline void set_U3CU3E9__4_0_1(Func_2_t50F598941CFDF02619DC5D52FFDBC329473C5F7B * value) { ___U3CU3E9__4_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_0_1), (void*)value); } }; // HRB_HomeView/<>c struct U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 : public RuntimeObject { public: public: }; struct U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields { public: // HRB_HomeView/<>c HRB_HomeView/<>c::<>9 U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction HRB_HomeView/<>c::<>9__2_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__2_0_1; // UnityEngine.Events.UnityAction HRB_HomeView/<>c::<>9__2_1 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__2_1_2; // UnityEngine.Events.UnityAction HRB_HomeView/<>c::<>9__2_2 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__2_2_3; // DG.Tweening.TweenCallback HRB_HomeView/<>c::<>9__2_5 TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___U3CU3E9__2_5_4; // System.Action HRB_HomeView/<>c::<>9__2_4 Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___U3CU3E9__2_4_5; // System.Action`1 HRB_HomeView/<>c::<>9__4_2 Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * ___U3CU3E9__4_2_6; // System.Action HRB_HomeView/<>c::<>9__4_1 Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___U3CU3E9__4_1_7; // DG.Tweening.TweenCallback HRB_HomeView/<>c::<>9__5_0 TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___U3CU3E9__5_0_8; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__2_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_2() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__2_1_2)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__2_1_2() const { return ___U3CU3E9__2_1_2; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__2_1_2() { return &___U3CU3E9__2_1_2; } inline void set_U3CU3E9__2_1_2(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__2_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_2_3() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__2_2_3)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__2_2_3() const { return ___U3CU3E9__2_2_3; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__2_2_3() { return &___U3CU3E9__2_2_3; } inline void set_U3CU3E9__2_2_3(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__2_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_5_4() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__2_5_4)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_U3CU3E9__2_5_4() const { return ___U3CU3E9__2_5_4; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_U3CU3E9__2_5_4() { return &___U3CU3E9__2_5_4; } inline void set_U3CU3E9__2_5_4(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___U3CU3E9__2_5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_5_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_4_5() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__2_4_5)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_U3CU3E9__2_4_5() const { return ___U3CU3E9__2_4_5; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_U3CU3E9__2_4_5() { return &___U3CU3E9__2_4_5; } inline void set_U3CU3E9__2_4_5(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___U3CU3E9__2_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_2_6() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__4_2_6)); } inline Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * get_U3CU3E9__4_2_6() const { return ___U3CU3E9__4_2_6; } inline Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 ** get_address_of_U3CU3E9__4_2_6() { return &___U3CU3E9__4_2_6; } inline void set_U3CU3E9__4_2_6(Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * value) { ___U3CU3E9__4_2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_2_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__4_1_7() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__4_1_7)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_U3CU3E9__4_1_7() const { return ___U3CU3E9__4_1_7; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_U3CU3E9__4_1_7() { return &___U3CU3E9__4_1_7; } inline void set_U3CU3E9__4_1_7(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___U3CU3E9__4_1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__4_1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_0_8() { return static_cast(offsetof(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields, ___U3CU3E9__5_0_8)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_U3CU3E9__5_0_8() const { return ___U3CU3E9__5_0_8; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_U3CU3E9__5_0_8() { return &___U3CU3E9__5_0_8; } inline void set_U3CU3E9__5_0_8(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___U3CU3E9__5_0_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_8), (void*)value); } }; // HRB_HomeView/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_tCA0E8647AB76DCC40237EF0A7E428BBB40B30192 : public RuntimeObject { public: // UnityEngine.UI.Button HRB_HomeView/<>c__DisplayClass11_0::item Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___item_0; // HRB_HomeView HRB_HomeView/<>c__DisplayClass11_0::<>4__this HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_tCA0E8647AB76DCC40237EF0A7E428BBB40B30192, ___item_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_item_0() const { return ___item_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_tCA0E8647AB76DCC40237EF0A7E428BBB40B30192, ___U3CU3E4__this_1)); } inline HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HRB_LoginView/<>c struct U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C : public RuntimeObject { public: public: }; struct U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_StaticFields { public: // HRB_LoginView/<>c HRB_LoginView/<>c::<>9 U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * ___U3CU3E9_0; // System.Action`1 HRB_LoginView/<>c::<>9__13_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__13_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__13_0_1() { return static_cast(offsetof(U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_StaticFields, ___U3CU3E9__13_0_1)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__13_0_1() const { return ___U3CU3E9__13_0_1; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__13_0_1() { return &___U3CU3E9__13_0_1; } inline void set_U3CU3E9__13_0_1(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__13_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__13_0_1), (void*)value); } }; // HRB_LoginView/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t47B31812D03B51989C4B01F90B8B9946E74041BB : public RuntimeObject { public: // UnityEngine.UI.InputField HRB_LoginView/<>c__DisplayClass9_0::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_0; public: inline static int32_t get_offset_of_inputField_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_t47B31812D03B51989C4B01F90B8B9946E74041BB, ___inputField_0)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_0() const { return ___inputField_0; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_0() { return &___inputField_0; } inline void set_inputField_0(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_0), (void*)value); } }; // HRB_MeView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tD686DEAD8544F1FF6ED0EC5C8AFE469538015B2F : public RuntimeObject { public: // HRB_MeView HRB_MeView/<>c__DisplayClass12_0::<>4__this HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * ___U3CU3E4__this_0; // System.Boolean HRB_MeView/<>c__DisplayClass12_0::useThrottler bool ___useThrottler_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tD686DEAD8544F1FF6ED0EC5C8AFE469538015B2F, ___U3CU3E4__this_0)); } inline HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_useThrottler_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tD686DEAD8544F1FF6ED0EC5C8AFE469538015B2F, ___useThrottler_1)); } inline bool get_useThrottler_1() const { return ___useThrottler_1; } inline bool* get_address_of_useThrottler_1() { return &___useThrottler_1; } inline void set_useThrottler_1(bool value) { ___useThrottler_1 = value; } }; // HRB_MeView/<>c__DisplayClass24_0 struct U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B : public RuntimeObject { public: // HRB_MeView HRB_MeView/<>c__DisplayClass24_0::<>4__this HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * ___U3CU3E4__this_0; // UnityEngine.UI.GridLayoutGroup HRB_MeView/<>c__DisplayClass24_0::gridLayoutGroup GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * ___gridLayoutGroup_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B, ___U3CU3E4__this_0)); } inline HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_gridLayoutGroup_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B, ___gridLayoutGroup_1)); } inline GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * get_gridLayoutGroup_1() const { return ___gridLayoutGroup_1; } inline GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 ** get_address_of_gridLayoutGroup_1() { return &___gridLayoutGroup_1; } inline void set_gridLayoutGroup_1(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * value) { ___gridLayoutGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___gridLayoutGroup_1), (void*)value); } }; // HRB_MeView/<>c__DisplayClass24_1 struct U3CU3Ec__DisplayClass24_1_t767CEE21DB2453E00C5135DDD61D958CCD4DA0AC : public RuntimeObject { public: // System.Int32 HRB_MeView/<>c__DisplayClass24_1::aid int32_t ___aid_0; // HRB_MeView/<>c__DisplayClass24_0 HRB_MeView/<>c__DisplayClass24_1::CS$<>8__locals1 U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_aid_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_1_t767CEE21DB2453E00C5135DDD61D958CCD4DA0AC, ___aid_0)); } inline int32_t get_aid_0() const { return ___aid_0; } inline int32_t* get_address_of_aid_0() { return &___aid_0; } inline void set_aid_0(int32_t value) { ___aid_0 = value; } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_1_t767CEE21DB2453E00C5135DDD61D958CCD4DA0AC, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // HRB_MeView/MeUserInfo struct MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E : public RuntimeObject { public: // HRB_MeView HRB_MeView/MeUserInfo::m_context HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * ___m_context_0; // System.String HRB_MeView/MeUserInfo::nickname String_t* ___nickname_1; // System.Int32 HRB_MeView/MeUserInfo::gender int32_t ___gender_2; // System.String HRB_MeView/MeUserInfo::birthday String_t* ___birthday_3; // System.String HRB_MeView/MeUserInfo::country String_t* ___country_4; // System.String HRB_MeView/MeUserInfo::state String_t* ___state_5; // System.String HRB_MeView/MeUserInfo::city String_t* ___city_6; // ModalView HRB_MeView/MeUserInfo::modalViewForSave ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * ___modalViewForSave_7; public: inline static int32_t get_offset_of_m_context_0() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___m_context_0)); } inline HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * get_m_context_0() const { return ___m_context_0; } inline HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 ** get_address_of_m_context_0() { return &___m_context_0; } inline void set_m_context_0(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * value) { ___m_context_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_context_0), (void*)value); } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_1), (void*)value); } inline static int32_t get_offset_of_gender_2() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___gender_2)); } inline int32_t get_gender_2() const { return ___gender_2; } inline int32_t* get_address_of_gender_2() { return &___gender_2; } inline void set_gender_2(int32_t value) { ___gender_2 = value; } inline static int32_t get_offset_of_birthday_3() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___birthday_3)); } inline String_t* get_birthday_3() const { return ___birthday_3; } inline String_t** get_address_of_birthday_3() { return &___birthday_3; } inline void set_birthday_3(String_t* value) { ___birthday_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_3), (void*)value); } inline static int32_t get_offset_of_country_4() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___country_4)); } inline String_t* get_country_4() const { return ___country_4; } inline String_t** get_address_of_country_4() { return &___country_4; } inline void set_country_4(String_t* value) { ___country_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_4), (void*)value); } inline static int32_t get_offset_of_state_5() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___state_5)); } inline String_t* get_state_5() const { return ___state_5; } inline String_t** get_address_of_state_5() { return &___state_5; } inline void set_state_5(String_t* value) { ___state_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_5), (void*)value); } inline static int32_t get_offset_of_city_6() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___city_6)); } inline String_t* get_city_6() const { return ___city_6; } inline String_t** get_address_of_city_6() { return &___city_6; } inline void set_city_6(String_t* value) { ___city_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_6), (void*)value); } inline static int32_t get_offset_of_modalViewForSave_7() { return static_cast(offsetof(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E, ___modalViewForSave_7)); } inline ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * get_modalViewForSave_7() const { return ___modalViewForSave_7; } inline ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA ** get_address_of_modalViewForSave_7() { return &___modalViewForSave_7; } inline void set_modalViewForSave_7(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * value) { ___modalViewForSave_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___modalViewForSave_7), (void*)value); } }; // HRB_PlanView/<>c struct U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B : public RuntimeObject { public: public: }; struct U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_StaticFields { public: // HRB_PlanView/<>c HRB_PlanView/<>c::<>9 U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * ___U3CU3E9_0; // UnityEngine.Events.UnityAction HRB_PlanView/<>c::<>9__2_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_StaticFields, ___U3CU3E9__2_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // HRB_PlanView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t09BB7C4820DB6D3313FE63075C68D3DA6C7DB0CC : public RuntimeObject { public: // System.Int32 HRB_PlanView/<>c__DisplayClass14_0::type int32_t ___type_0; // HRB_PlanView HRB_PlanView/<>c__DisplayClass14_0::<>4__this HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t09BB7C4820DB6D3313FE63075C68D3DA6C7DB0CC, ___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_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t09BB7C4820DB6D3313FE63075C68D3DA6C7DB0CC, ___U3CU3E4__this_1)); } inline HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HRB_RegisterView/<>c struct U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 : public RuntimeObject { public: public: }; struct U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_StaticFields { public: // HRB_RegisterView/<>c HRB_RegisterView/<>c::<>9 U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction HRB_RegisterView/<>c::<>9__13_0 UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___U3CU3E9__13_0_1; // System.Action`1 HRB_RegisterView/<>c::<>9__23_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__23_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__13_0_1() { return static_cast(offsetof(U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_StaticFields, ___U3CU3E9__13_0_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_U3CU3E9__13_0_1() const { return ___U3CU3E9__13_0_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_U3CU3E9__13_0_1() { return &___U3CU3E9__13_0_1; } inline void set_U3CU3E9__13_0_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___U3CU3E9__13_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__13_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__23_0_2() { return static_cast(offsetof(U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_StaticFields, ___U3CU3E9__23_0_2)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__23_0_2() const { return ___U3CU3E9__23_0_2; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__23_0_2() { return &___U3CU3E9__23_0_2; } inline void set_U3CU3E9__23_0_2(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__23_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__23_0_2), (void*)value); } }; // HRB_RegisterView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t4C6405DB73B24A09203B2F40BA909F3226A3A110 : public RuntimeObject { public: // AgreementPopup HRB_RegisterView/<>c__DisplayClass12_0::agreementPopup AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * ___agreementPopup_0; public: inline static int32_t get_offset_of_agreementPopup_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t4C6405DB73B24A09203B2F40BA909F3226A3A110, ___agreementPopup_0)); } inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * get_agreementPopup_0() const { return ___agreementPopup_0; } inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 ** get_address_of_agreementPopup_0() { return &___agreementPopup_0; } inline void set_agreementPopup_0(AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * value) { ___agreementPopup_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___agreementPopup_0), (void*)value); } }; // HRB_RegisterView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t43C7855FC73760DB1B2FC4A67D1168EC2E935372 : public RuntimeObject { public: // UnityEngine.UI.InputField HRB_RegisterView/<>c__DisplayClass14_0::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_0; public: inline static int32_t get_offset_of_inputField_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t43C7855FC73760DB1B2FC4A67D1168EC2E935372, ___inputField_0)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_0() const { return ___inputField_0; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_0() { return &___inputField_0; } inline void set_inputField_0(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_0), (void*)value); } }; // HRB_UserInfo/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_tAD8B65444910AC8D8907AF555A90618FF1A2FDBA : public RuntimeObject { public: // HRB_UserInfo HRB_UserInfo/<>c__DisplayClass21_0::<>4__this HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * ___U3CU3E4__this_0; // System.Boolean HRB_UserInfo/<>c__DisplayClass21_0::showTip bool ___showTip_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass21_0_tAD8B65444910AC8D8907AF555A90618FF1A2FDBA, ___U3CU3E4__this_0)); } inline HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_showTip_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass21_0_tAD8B65444910AC8D8907AF555A90618FF1A2FDBA, ___showTip_1)); } inline bool get_showTip_1() const { return ___showTip_1; } inline bool* get_address_of_showTip_1() { return &___showTip_1; } inline void set_showTip_1(bool value) { ___showTip_1 = value; } }; // BestHTTP.Caching.HTTPCacheService/<>c struct U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD : public RuntimeObject { public: public: }; struct U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_StaticFields { public: // BestHTTP.Caching.HTTPCacheService/<>c BestHTTP.Caching.HTTPCacheService/<>c::<>9 U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * ___U3CU3E9_0; // System.Predicate`1 BestHTTP.Caching.HTTPCacheService/<>c::<>9__30_0 Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * ___U3CU3E9__30_0_1; // System.Predicate`1 BestHTTP.Caching.HTTPCacheService/<>c::<>9__30_1 Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * ___U3CU3E9__30_1_2; // System.Threading.WaitCallback BestHTTP.Caching.HTTPCacheService/<>c::<>9__33_0 WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___U3CU3E9__33_0_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__30_0_1() { return static_cast(offsetof(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_StaticFields, ___U3CU3E9__30_0_1)); } inline Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * get_U3CU3E9__30_0_1() const { return ___U3CU3E9__30_0_1; } inline Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 ** get_address_of_U3CU3E9__30_0_1() { return &___U3CU3E9__30_0_1; } inline void set_U3CU3E9__30_0_1(Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * value) { ___U3CU3E9__30_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__30_1_2() { return static_cast(offsetof(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_StaticFields, ___U3CU3E9__30_1_2)); } inline Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * get_U3CU3E9__30_1_2() const { return ___U3CU3E9__30_1_2; } inline Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 ** get_address_of_U3CU3E9__30_1_2() { return &___U3CU3E9__30_1_2; } inline void set_U3CU3E9__30_1_2(Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * value) { ___U3CU3E9__30_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__33_0_3() { return static_cast(offsetof(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_StaticFields, ___U3CU3E9__33_0_3)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_U3CU3E9__33_0_3() const { return ___U3CU3E9__33_0_3; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_U3CU3E9__33_0_3() { return &___U3CU3E9__33_0_3; } inline void set_U3CU3E9__33_0_3(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___U3CU3E9__33_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_0_3), (void*)value); } }; // BestHTTP.Caching.HTTPCacheService/<>c__DisplayClass35_0 struct U3CU3Ec__DisplayClass35_0_tE3A988AF6E5AF47AD8FE5A1AB5407A8B1CFFFC51 : public RuntimeObject { public: // BestHTTP.Caching.HTTPCacheMaintananceParams BestHTTP.Caching.HTTPCacheService/<>c__DisplayClass35_0::maintananceParam HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * ___maintananceParam_0; public: inline static int32_t get_offset_of_maintananceParam_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass35_0_tE3A988AF6E5AF47AD8FE5A1AB5407A8B1CFFFC51, ___maintananceParam_0)); } inline HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * get_maintananceParam_0() const { return ___maintananceParam_0; } inline HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 ** get_address_of_maintananceParam_0() { return &___maintananceParam_0; } inline void set_maintananceParam_0(HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * value) { ___maintananceParam_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___maintananceParam_0), (void*)value); } }; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A : public RuntimeObject { public: // System.Action UserPlayer/TempData::onUpdate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onUpdate_0; // System.Boolean UserPlayer/TempData::_hasFriendRequest bool ____hasFriendRequest_1; public: inline static int32_t get_offset_of_onUpdate_0() { return static_cast(offsetof(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A, ___onUpdate_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onUpdate_0() const { return ___onUpdate_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onUpdate_0() { return &___onUpdate_0; } inline void set_onUpdate_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onUpdate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_0), (void*)value); } inline static int32_t get_offset_of__hasFriendRequest_1() { return static_cast(offsetof(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A, ____hasFriendRequest_1)); } inline bool get__hasFriendRequest_1() const { return ____hasFriendRequest_1; } inline bool* get_address_of__hasFriendRequest_1() { return &____hasFriendRequest_1; } inline void set__hasFriendRequest_1(bool value) { ____hasFriendRequest_1 = 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_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_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * ___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 Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A, ___list_0)); } inline List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * get_list_0() const { return ___list_0; } inline List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A, ___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_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A, ___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_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A, ___current_3)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_current_3() const { return ___current_3; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_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_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634, ___key_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_key_0() const { return ___key_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * 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_tA61128FB2E93C19D2A93737C07B7B96AE2F20634, ___value_1)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_value_1() const { return ___value_1; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___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; } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::si BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___si_16; public: inline static int32_t get_offset_of_si_16() { return static_cast(offsetof(AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE, ___si_16)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_si_16() const { return ___si_16; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_si_16() { return &___si_16; } inline void set_si_16(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___si_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___si_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute struct Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute::attrType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute::attrValues Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues_3; public: inline static int32_t get_offset_of_attrType_2() { return static_cast(offsetof(Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D, ___attrType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_attrType_2() const { return ___attrType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_attrType_2() { return &___attrType_2; } inline void set_attrType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___attrType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrType_2), (void*)value); } inline static int32_t get_offset_of_attrValues_3() { return static_cast(offsetof(Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D, ___attrValues_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attrValues_3() const { return ___attrValues_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attrValues_3() { return &___attrValues_3; } inline void set_attrValues_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attrValues_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_3), (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; } }; // 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; } }; // CaptchaController struct CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 : public Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 { public: // System.Int32[] CaptchaController::builtInCaptchaList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___builtInCaptchaList_1; public: inline static int32_t get_offset_of_builtInCaptchaList_1() { return static_cast(offsetof(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437, ___builtInCaptchaList_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_builtInCaptchaList_1() const { return ___builtInCaptchaList_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_builtInCaptchaList_1() { return &___builtInCaptchaList_1; } inline void set_builtInCaptchaList_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___builtInCaptchaList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtInCaptchaList_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerNameHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerNameHash_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerKeyHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerKeyHash_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_issuerNameHash_3() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerNameHash_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerNameHash_3() const { return ___issuerNameHash_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerNameHash_3() { return &___issuerNameHash_3; } inline void set_issuerNameHash_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerNameHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerNameHash_3), (void*)value); } inline static int32_t get_offset_of_issuerKeyHash_4() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerKeyHash_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerKeyHash_4() const { return ___issuerKeyHash_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerKeyHash_4() { return &___issuerKeyHash_4; } inline void set_issuerKeyHash_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerKeyHash_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerKeyHash_4), (void*)value); } inline static int32_t get_offset_of_serialNumber_5() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___serialNumber_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_5() const { return ___serialNumber_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_5() { return &___serialNumber_5; } inline void set_serialNumber_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::tagNo int32_t ___tagNo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::value Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value_3; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9, ___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_value_3() { return static_cast(offsetof(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9, ___value_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_value_3() const { return ___value_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)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.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator struct CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 : public CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::signerInfs RuntimeObject* ___signerInfs_25; public: inline static int32_t get_offset_of_signerInfs_25() { return static_cast(offsetof(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0, ___signerInfs_25)); } inline RuntimeObject* get_signerInfs_25() const { return ___signerInfs_25; } inline RuntimeObject** get_address_of_signerInfs_25() { return &___signerInfs_25; } inline void set_signerInfs_25(RuntimeObject* value) { ___signerInfs_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfs_25), (void*)value); } }; struct CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_24; public: inline static int32_t get_offset_of_Helper_24() { return static_cast(offsetof(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields, ___Helper_24)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_24() const { return ___Helper_24; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_24() { return &___Helper_24; } inline void set_Helper_24(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_24), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator struct CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B : public CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_signerInfs RuntimeObject* ____signerInfs_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageDigestOids RuntimeObject* ____messageDigestOids_26; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageDigests RuntimeObject* ____messageDigests_27; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageHashes RuntimeObject* ____messageHashes_28; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageDigestsLocked bool ____messageDigestsLocked_29; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_bufferSize int32_t ____bufferSize_30; public: inline static int32_t get_offset_of__signerInfs_25() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____signerInfs_25)); } inline RuntimeObject* get__signerInfs_25() const { return ____signerInfs_25; } inline RuntimeObject** get_address_of__signerInfs_25() { return &____signerInfs_25; } inline void set__signerInfs_25(RuntimeObject* value) { ____signerInfs_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____signerInfs_25), (void*)value); } inline static int32_t get_offset_of__messageDigestOids_26() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageDigestOids_26)); } inline RuntimeObject* get__messageDigestOids_26() const { return ____messageDigestOids_26; } inline RuntimeObject** get_address_of__messageDigestOids_26() { return &____messageDigestOids_26; } inline void set__messageDigestOids_26(RuntimeObject* value) { ____messageDigestOids_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____messageDigestOids_26), (void*)value); } inline static int32_t get_offset_of__messageDigests_27() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageDigests_27)); } inline RuntimeObject* get__messageDigests_27() const { return ____messageDigests_27; } inline RuntimeObject** get_address_of__messageDigests_27() { return &____messageDigests_27; } inline void set__messageDigests_27(RuntimeObject* value) { ____messageDigests_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____messageDigests_27), (void*)value); } inline static int32_t get_offset_of__messageHashes_28() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageHashes_28)); } inline RuntimeObject* get__messageHashes_28() const { return ____messageHashes_28; } inline RuntimeObject** get_address_of__messageHashes_28() { return &____messageHashes_28; } inline void set__messageHashes_28(RuntimeObject* value) { ____messageHashes_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____messageHashes_28), (void*)value); } inline static int32_t get_offset_of__messageDigestsLocked_29() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageDigestsLocked_29)); } inline bool get__messageDigestsLocked_29() const { return ____messageDigestsLocked_29; } inline bool* get_address_of__messageDigestsLocked_29() { return &____messageDigestsLocked_29; } inline void set__messageDigestsLocked_29(bool value) { ____messageDigestsLocked_29 = value; } inline static int32_t get_offset_of__bufferSize_30() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____bufferSize_30)); } inline int32_t get__bufferSize_30() const { return ____bufferSize_30; } inline int32_t* get_address_of__bufferSize_30() { return &____bufferSize_30; } inline void set__bufferSize_30(int32_t value) { ____bufferSize_30 = value; } }; struct CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_24; public: inline static int32_t get_offset_of_Helper_24() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields, ___Helper_24)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_24() const { return ___Helper_24; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_24() { return &___Helper_24; } inline void set_Helper_24(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_24), (void*)value); } }; // 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; } }; // 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.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____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(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____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); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo struct DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_3; public: inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE, ___digest_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_2() const { return ___digest_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } inline static int32_t get_offset_of_algID_3() { return static_cast(offsetof(DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE, ___algID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_3() const { return ___algID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_3() { return &___algID_3; } inline void set_algID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_3), (void*)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; } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 { public: union { struct { }; uint8_t DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_3; public: inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5, ___data_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_3() const { return ___data_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_3() { return &___data_3; } inline void set_data_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::KeySize int32_t ___KeySize_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::SignatureSize int32_t ___SignatureSize_2; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } inline static int32_t get_offset_of_SignatureSize_2() { return static_cast(offsetof(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields, ___SignatureSize_2)); } inline int32_t get_SignatureSize_2() const { return ___SignatureSize_2; } inline int32_t* get_address_of_SignatureSize_2() { return &___SignatureSize_2; } inline void set_SignatureSize_2(int32_t value) { ___SignatureSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters struct Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_3; public: inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45, ___data_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_3() const { return ___data_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_3() { return &___data_3; } inline void set_data_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; struct Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::KeySize int32_t ___KeySize_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::SignatureSize int32_t ___SignatureSize_2; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } inline static int32_t get_offset_of_SignatureSize_2() { return static_cast(offsetof(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields, ___SignatureSize_2)); } inline int32_t get_SignatureSize_2() const { return ___SignatureSize_2; } inline int32_t* get_address_of_SignatureSize_2() { return &___SignatureSize_2; } inline void set_SignatureSize_2(int32_t value) { ___SignatureSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // 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 { }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = 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; } }; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13; // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_15; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_16; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value); } inline static int32_t get_offset_of__addingNew_14() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; } inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value) { ____addingNew_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value); } inline static int32_t get_offset_of__syncRoot_15() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); } inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; } inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; } inline void set__syncRoot_15(RuntimeObject * value) { ____syncRoot_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value); } inline static int32_t get_offset_of__busy_16() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); } inline bool get__busy_16() const { return ____busy_16; } inline bool* get_address_of__busy_16() { return &____busy_16; } inline void set__busy_16(bool value) { ____busy_16 = value; } }; // MagJsonConverter struct MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // 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; } }; // 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.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationReason CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason_3; public: inline static int32_t get_offset_of_revocationTime_2() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationTime_2)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_revocationTime_2() const { return ___revocationTime_2; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_revocationTime_2() { return &___revocationTime_2; } inline void set_revocationTime_2(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___revocationTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationTime_2), (void*)value); } inline static int32_t get_offset_of_revocationReason_3() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationReason_3)); } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * get_revocationReason_3() const { return ___revocationReason_3; } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 ** get_address_of_revocationReason_3() { return &___revocationReason_3; } inline void set_revocationReason_3(CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * value) { ___revocationReason_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationReason_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus struct RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 : public CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::info RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info_1; public: inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121, ___info_1)); } inline RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * get_info_1() const { return ___info_1; } inline RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 ** get_address_of_info_1() { return &___info_1; } inline void set_info_1(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (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.Asn1.Cms.SignerIdentifier struct SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::id Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___id_2; public: inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B, ___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.Cms.SignerInfo struct SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::sid SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::digAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::authenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authenticatedAttributes_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::digEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digEncryptionAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::encryptedDigest Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedDigest_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::unauthenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthenticatedAttributes_8; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_sid_3() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___sid_3)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_sid_3() const { return ___sid_3; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_sid_3() { return &___sid_3; } inline void set_sid_3(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___sid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sid_3), (void*)value); } inline static int32_t get_offset_of_digAlgorithm_4() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___digAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digAlgorithm_4() const { return ___digAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digAlgorithm_4() { return &___digAlgorithm_4; } inline void set_digAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_authenticatedAttributes_5() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___authenticatedAttributes_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authenticatedAttributes_5() const { return ___authenticatedAttributes_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authenticatedAttributes_5() { return &___authenticatedAttributes_5; } inline void set_authenticatedAttributes_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authenticatedAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___authenticatedAttributes_5), (void*)value); } inline static int32_t get_offset_of_digEncryptionAlgorithm_6() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___digEncryptionAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digEncryptionAlgorithm_6() const { return ___digEncryptionAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digEncryptionAlgorithm_6() { return &___digEncryptionAlgorithm_6; } inline void set_digEncryptionAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digEncryptionAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___digEncryptionAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_encryptedDigest_7() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___encryptedDigest_7)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedDigest_7() const { return ___encryptedDigest_7; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedDigest_7() { return &___encryptedDigest_7; } inline void set_encryptedDigest_7(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedDigest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedDigest_7), (void*)value); } inline static int32_t get_offset_of_unauthenticatedAttributes_8() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___unauthenticatedAttributes_8)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthenticatedAttributes_8() const { return ___unauthenticatedAttributes_8; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthenticatedAttributes_8() { return &___unauthenticatedAttributes_8; } inline void set_unauthenticatedAttributes_8(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthenticatedAttributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthenticatedAttributes_8), (void*)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.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); } }; // 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); } }; // 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; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.UnknownStatus struct UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E : public CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 { public: public: }; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: // System.Boolean UserPlayer::canReconnnect bool ___canReconnnect_6; // UserPlayer/TempData UserPlayer::tempData TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * ___tempData_8; public: inline static int32_t get_offset_of_canReconnnect_6() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___canReconnnect_6)); } inline bool get_canReconnnect_6() const { return ___canReconnnect_6; } inline bool* get_address_of_canReconnnect_6() { return &___canReconnnect_6; } inline void set_canReconnnect_6(bool value) { ___canReconnnect_6 = value; } inline static int32_t get_offset_of_tempData_8() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___tempData_8)); } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * get_tempData_8() const { return ___tempData_8; } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A ** get_address_of_tempData_8() { return &___tempData_8; } inline void set_tempData_8(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * value) { ___tempData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_8), (void*)value); } }; struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields { public: // UserPlayer UserPlayer::ins UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___ins_5; // System.Boolean UserPlayer::s_LogReporterInited bool ___s_LogReporterInited_7; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___ins_5)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_ins_5() const { return ___ins_5; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } inline static int32_t get_offset_of_s_LogReporterInited_7() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___s_LogReporterInited_7)); } inline bool get_s_LogReporterInited_7() const { return ___s_LogReporterInited_7; } inline bool* get_address_of_s_LogReporterInited_7() { return &___s_LogReporterInited_7; } inline void set_s_LogReporterInited_7(bool value) { ___s_LogReporterInited_7 = 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: }; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: public: }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { float ___m_Seconds_0; }; // 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.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::fieldID X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * ___fieldID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::g X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_7; public: inline static int32_t get_offset_of_fieldID_2() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___fieldID_2)); } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * get_fieldID_2() const { return ___fieldID_2; } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 ** get_address_of_fieldID_2() { return &___fieldID_2; } inline void set_fieldID_2(X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * value) { ___fieldID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldID_2), (void*)value); } inline static int32_t get_offset_of_curve_3() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___curve_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_3() const { return ___curve_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_3() { return &___curve_3; } inline void set_curve_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___g_4)); } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * get_g_4() const { return ___g_4; } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } inline static int32_t get_offset_of_n_5() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___n_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_5() const { return ___n_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_5() { return &___n_5; } inline void set_n_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_5), (void*)value); } inline static int32_t get_offset_of_h_6() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___h_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_6() const { return ___h_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_6() { return &___h_6; } inline void set_h_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_6), (void*)value); } inline static int32_t get_offset_of_seed_7() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___seed_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_7() const { return ___seed_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_7() { return &___seed_7; } inline void set_seed_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::encoding Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encoding_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::c ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::p ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p_4; public: inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___encoding_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encoding_2() const { return ___encoding_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_c_3() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___c_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_c_3() const { return ___c_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_c_3() { return &___c_3; } inline void set_c_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___c_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_3), (void*)value); } inline static int32_t get_offset_of_p_4() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___p_4)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_p_4() const { return ___p_4; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_p_4() { return &___p_4; } inline void set_p_4(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___p_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value); } }; // System.Runtime.CompilerServices.YieldAwaitable struct YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA { public: union { struct { }; uint8_t YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder struct Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder struct SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder struct SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder struct SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder struct SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder struct SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder struct SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder struct SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder struct SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder struct SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder struct SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder struct SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder struct SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder struct SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder struct SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder struct SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder struct SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder struct SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder struct SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder struct SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder struct SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder struct SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder struct SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder struct SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder struct SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder struct SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder struct SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder struct SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder struct SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder struct SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder struct SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder struct SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // DG.Tweening.DOTweenCYInstruction/WaitForCompletion struct WaitForCompletion_t9F365BC31EF3315DA3B809E3CB617F803283D67F : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // DG.Tweening.Tween DG.Tweening.DOTweenCYInstruction/WaitForCompletion::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_0; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(WaitForCompletion_t9F365BC31EF3315DA3B809E3CB617F803283D67F, ___t_0)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_0() const { return ___t_0; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } }; // DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops struct WaitForElapsedLoops_t59B0D77B88598E4CD91A4C3A1508F2FB810470A4 : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // DG.Tweening.Tween DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_0; // System.Int32 DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops::elapsedLoops int32_t ___elapsedLoops_1; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(WaitForElapsedLoops_t59B0D77B88598E4CD91A4C3A1508F2FB810470A4, ___t_0)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_0() const { return ___t_0; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } inline static int32_t get_offset_of_elapsedLoops_1() { return static_cast(offsetof(WaitForElapsedLoops_t59B0D77B88598E4CD91A4C3A1508F2FB810470A4, ___elapsedLoops_1)); } inline int32_t get_elapsedLoops_1() const { return ___elapsedLoops_1; } inline int32_t* get_address_of_elapsedLoops_1() { return &___elapsedLoops_1; } inline void set_elapsedLoops_1(int32_t value) { ___elapsedLoops_1 = value; } }; // DG.Tweening.DOTweenCYInstruction/WaitForKill struct WaitForKill_t1C0002DDEF1C49DDE1DB6D93C0C16BBF662A2B6D : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // DG.Tweening.Tween DG.Tweening.DOTweenCYInstruction/WaitForKill::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_0; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(WaitForKill_t1C0002DDEF1C49DDE1DB6D93C0C16BBF662A2B6D, ___t_0)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_0() const { return ___t_0; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } }; // DG.Tweening.DOTweenCYInstruction/WaitForPosition struct WaitForPosition_tF45B25B48601A808ACA7A19EEAA6DABAFE64D3CB : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // DG.Tweening.Tween DG.Tweening.DOTweenCYInstruction/WaitForPosition::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_0; // System.Single DG.Tweening.DOTweenCYInstruction/WaitForPosition::position float ___position_1; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(WaitForPosition_tF45B25B48601A808ACA7A19EEAA6DABAFE64D3CB, ___t_0)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_0() const { return ___t_0; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } inline static int32_t get_offset_of_position_1() { return static_cast(offsetof(WaitForPosition_tF45B25B48601A808ACA7A19EEAA6DABAFE64D3CB, ___position_1)); } inline float get_position_1() const { return ___position_1; } inline float* get_address_of_position_1() { return &___position_1; } inline void set_position_1(float value) { ___position_1 = value; } }; // DG.Tweening.DOTweenCYInstruction/WaitForRewind struct WaitForRewind_t63F6F6401744395FF42FD23059C8F13A08B6EF0E : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // DG.Tweening.Tween DG.Tweening.DOTweenCYInstruction/WaitForRewind::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_0; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(WaitForRewind_t63F6F6401744395FF42FD23059C8F13A08B6EF0E, ___t_0)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_0() const { return ___t_0; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } }; // DG.Tweening.DOTweenCYInstruction/WaitForStart struct WaitForStart_tAF9DF336B5F10E0C153522BD49426FC7EF68540C : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // DG.Tweening.Tween DG.Tweening.DOTweenCYInstruction/WaitForStart::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_0; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(WaitForStart_tAF9DF336B5F10E0C153522BD49426FC7EF68540C, ___t_0)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_0() const { return ___t_0; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder struct SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder struct WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter struct YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE { public: union { struct { }; uint8_t YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE__padding[1]; }; public: }; struct YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_StaticFields { public: // System.Threading.WaitCallback System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter::s_waitCallbackRunAction WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___s_waitCallbackRunAction_0; // System.Threading.SendOrPostCallback System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter::s_sendOrPostCallbackRunAction SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___s_sendOrPostCallbackRunAction_1; public: inline static int32_t get_offset_of_s_waitCallbackRunAction_0() { return static_cast(offsetof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_StaticFields, ___s_waitCallbackRunAction_0)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_s_waitCallbackRunAction_0() const { return ___s_waitCallbackRunAction_0; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_s_waitCallbackRunAction_0() { return &___s_waitCallbackRunAction_0; } inline void set_s_waitCallbackRunAction_0(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___s_waitCallbackRunAction_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_waitCallbackRunAction_0), (void*)value); } inline static int32_t get_offset_of_s_sendOrPostCallbackRunAction_1() { return static_cast(offsetof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_StaticFields, ___s_sendOrPostCallbackRunAction_1)); } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * get_s_sendOrPostCallbackRunAction_1() const { return ___s_sendOrPostCallbackRunAction_1; } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C ** get_address_of_s_sendOrPostCallbackRunAction_1() { return &___s_sendOrPostCallbackRunAction_1; } inline void set_s_sendOrPostCallbackRunAction_1(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * value) { ___s_sendOrPostCallbackRunAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_sendOrPostCallbackRunAction_1), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // 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_t38BE2B834827855AC34872152506CFEEF8E92C28 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * ___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_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 ___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_t38BE2B834827855AC34872152506CFEEF8E92C28, ___dictionary_0)); } inline Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28, ___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_t38BE2B834827855AC34872152506CFEEF8E92C28, ___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_t38BE2B834827855AC34872152506CFEEF8E92C28, ___current_3)); } inline KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 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_t38BE2B834827855AC34872152506CFEEF8E92C28, ___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.Nullable`1 struct Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258 { public: // T System.Nullable`1::value Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___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_t1829213F3538788DF79B4659AFC9D6A9C90C3258, ___value_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_value_0() const { return ___value_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258, ___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; } }; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03, ___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.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_com { intptr_t ___m_Ptr_0; }; // 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.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); } }; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___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; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_completeCallback_1)); } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // 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; } }; // DG.Tweening.AxisConstraint struct AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4, ___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.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: }; // 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; } }; // BestHTTP.Decompression.Zlib.BlockState struct BlockState_t8A84B62C774634A9CF7C15C7D1FF71CA1C7B4AD6 { public: // System.Int32 BestHTTP.Decompression.Zlib.BlockState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockState_t8A84B62C774634A9CF7C15C7D1FF71CA1C7B4AD6, ___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; } }; // BluetoothStatusEnum struct BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905 { public: // System.Int32 BluetoothStatusEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905, ___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.Bounds struct Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Extents_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Extents_1 = value; } }; // System.IO.BufferedStream struct BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.IO.BufferedStream::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_5; // System.Byte[] System.IO.BufferedStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_6; // System.Int32 System.IO.BufferedStream::_bufferSize int32_t ____bufferSize_7; // System.Int32 System.IO.BufferedStream::_readPos int32_t ____readPos_8; // System.Int32 System.IO.BufferedStream::_readLen int32_t ____readLen_9; // System.Int32 System.IO.BufferedStream::_writePos int32_t ____writePos_10; // System.Threading.Tasks.BeginEndAwaitableAdapter System.IO.BufferedStream::_beginEndAwaitable BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F * ____beginEndAwaitable_11; // System.Threading.Tasks.Task`1 System.IO.BufferedStream::_lastSyncCompletedReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastSyncCompletedReadTask_12; public: inline static int32_t get_offset_of__stream_5() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_5() const { return ____stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_5() { return &____stream_5; } inline void set__stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_5), (void*)value); } inline static int32_t get_offset_of__buffer_6() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____buffer_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_6() const { return ____buffer_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_6() { return &____buffer_6; } inline void set__buffer_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_6), (void*)value); } inline static int32_t get_offset_of__bufferSize_7() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____bufferSize_7)); } inline int32_t get__bufferSize_7() const { return ____bufferSize_7; } inline int32_t* get_address_of__bufferSize_7() { return &____bufferSize_7; } inline void set__bufferSize_7(int32_t value) { ____bufferSize_7 = value; } inline static int32_t get_offset_of__readPos_8() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____readPos_8)); } inline int32_t get__readPos_8() const { return ____readPos_8; } inline int32_t* get_address_of__readPos_8() { return &____readPos_8; } inline void set__readPos_8(int32_t value) { ____readPos_8 = value; } inline static int32_t get_offset_of__readLen_9() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____readLen_9)); } inline int32_t get__readLen_9() const { return ____readLen_9; } inline int32_t* get_address_of__readLen_9() { return &____readLen_9; } inline void set__readLen_9(int32_t value) { ____readLen_9 = value; } inline static int32_t get_offset_of__writePos_10() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____writePos_10)); } inline int32_t get__writePos_10() const { return ____writePos_10; } inline int32_t* get_address_of__writePos_10() { return &____writePos_10; } inline void set__writePos_10(int32_t value) { ____writePos_10 = value; } inline static int32_t get_offset_of__beginEndAwaitable_11() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____beginEndAwaitable_11)); } inline BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F * get__beginEndAwaitable_11() const { return ____beginEndAwaitable_11; } inline BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F ** get_address_of__beginEndAwaitable_11() { return &____beginEndAwaitable_11; } inline void set__beginEndAwaitable_11(BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F * value) { ____beginEndAwaitable_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____beginEndAwaitable_11), (void*)value); } inline static int32_t get_offset_of__lastSyncCompletedReadTask_12() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____lastSyncCompletedReadTask_12)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastSyncCompletedReadTask_12() const { return ____lastSyncCompletedReadTask_12; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastSyncCompletedReadTask_12() { return &____lastSyncCompletedReadTask_12; } inline void set__lastSyncCompletedReadTask_12(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastSyncCompletedReadTask_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastSyncCompletedReadTask_12), (void*)value); } }; // UnityEngine.CameraClearFlags struct CameraClearFlags_t5CCA5C0FD787D780C128B8B0D6ACC80BB41B1DE7 { public: // System.Int32 UnityEngine.CameraClearFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraClearFlags_t5CCA5C0FD787D780C128B8B0D6ACC80BB41B1DE7, ___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.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E, ___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.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream struct CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::inCipher RuntimeObject* ___inCipher_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::outCipher RuntimeObject* ___outCipher_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::mInBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mInBuf_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::mInPos int32_t ___mInPos_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::inStreamEnded bool ___inStreamEnded_10; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_inCipher_6() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___inCipher_6)); } inline RuntimeObject* get_inCipher_6() const { return ___inCipher_6; } inline RuntimeObject** get_address_of_inCipher_6() { return &___inCipher_6; } inline void set_inCipher_6(RuntimeObject* value) { ___inCipher_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inCipher_6), (void*)value); } inline static int32_t get_offset_of_outCipher_7() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___outCipher_7)); } inline RuntimeObject* get_outCipher_7() const { return ___outCipher_7; } inline RuntimeObject** get_address_of_outCipher_7() { return &___outCipher_7; } inline void set_outCipher_7(RuntimeObject* value) { ___outCipher_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___outCipher_7), (void*)value); } inline static int32_t get_offset_of_mInBuf_8() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___mInBuf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mInBuf_8() const { return ___mInBuf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mInBuf_8() { return &___mInBuf_8; } inline void set_mInBuf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mInBuf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInBuf_8), (void*)value); } inline static int32_t get_offset_of_mInPos_9() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___mInPos_9)); } inline int32_t get_mInPos_9() const { return ___mInPos_9; } inline int32_t* get_address_of_mInPos_9() { return &___mInPos_9; } inline void set_mInPos_9(int32_t value) { ___mInPos_9 = value; } inline static int32_t get_offset_of_inStreamEnded_10() { return static_cast(offsetof(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E, ___inStreamEnded_10)); } inline bool get_inStreamEnded_10() const { return ___inStreamEnded_10; } inline bool* get_address_of_inStreamEnded_10() { return &___inStreamEnded_10; } inline void set_inStreamEnded_10(bool value) { ___inStreamEnded_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableParameter struct CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableParameter::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038, ___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.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 : public RuntimeObject { public: // UnityEngine.Vector3 UnityEngine.Collision::m_Impulse Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; // UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; // UnityEngine.Rigidbody UnityEngine.Collision::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; // UnityEngine.Collider UnityEngine.Collision::m_Collider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; // System.Int32 UnityEngine.Collision::m_ContactCount int32_t ___m_ContactCount_4; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_ReusedContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_ReusedContacts_5; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_LegacyContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_LegacyContacts_6; public: inline static int32_t get_offset_of_m_Impulse_0() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Impulse_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Impulse_0() const { return ___m_Impulse_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Impulse_0() { return &___m_Impulse_0; } inline void set_m_Impulse_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Impulse_0 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_1() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_RelativeVelocity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_RelativeVelocity_1() const { return ___m_RelativeVelocity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_RelativeVelocity_1() { return &___m_RelativeVelocity_1; } inline void set_m_RelativeVelocity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_RelativeVelocity_1 = value; } inline static int32_t get_offset_of_m_Rigidbody_2() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Rigidbody_2)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_2() const { return ___m_Rigidbody_2; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_2() { return &___m_Rigidbody_2; } inline void set_m_Rigidbody_2(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_2), (void*)value); } inline static int32_t get_offset_of_m_Collider_3() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Collider_3)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_Collider_3() const { return ___m_Collider_3; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_Collider_3() { return &___m_Collider_3; } inline void set_m_Collider_3(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___m_Collider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Collider_3), (void*)value); } inline static int32_t get_offset_of_m_ContactCount_4() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ContactCount_4)); } inline int32_t get_m_ContactCount_4() const { return ___m_ContactCount_4; } inline int32_t* get_address_of_m_ContactCount_4() { return &___m_ContactCount_4; } inline void set_m_ContactCount_4(int32_t value) { ___m_ContactCount_4 = value; } inline static int32_t get_offset_of_m_ReusedContacts_5() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ReusedContacts_5)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_ReusedContacts_5() const { return ___m_ReusedContacts_5; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_ReusedContacts_5() { return &___m_ReusedContacts_5; } inline void set_m_ReusedContacts_5(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_ReusedContacts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ReusedContacts_5), (void*)value); } inline static int32_t get_offset_of_m_LegacyContacts_6() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_LegacyContacts_6)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_LegacyContacts_6() const { return ___m_LegacyContacts_6; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_LegacyContacts_6() { return &___m_LegacyContacts_6; } inline void set_m_LegacyContacts_6(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_LegacyContacts_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LegacyContacts_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_pinvoke { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // Native definition for COM marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_com { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // 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.Decompression.Zlib.CompressionLevel struct CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17 { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17, ___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.ContactPoint struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 { public: // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID int32_t ___m_ThisColliderInstanceID_2; // System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID int32_t ___m_OtherColliderInstanceID_3; // System.Single UnityEngine.ContactPoint::m_Separation float ___m_Separation_4; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_ThisColliderInstanceID_2() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_ThisColliderInstanceID_2)); } inline int32_t get_m_ThisColliderInstanceID_2() const { return ___m_ThisColliderInstanceID_2; } inline int32_t* get_address_of_m_ThisColliderInstanceID_2() { return &___m_ThisColliderInstanceID_2; } inline void set_m_ThisColliderInstanceID_2(int32_t value) { ___m_ThisColliderInstanceID_2 = value; } inline static int32_t get_offset_of_m_OtherColliderInstanceID_3() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_OtherColliderInstanceID_3)); } inline int32_t get_m_OtherColliderInstanceID_3() const { return ___m_OtherColliderInstanceID_3; } inline int32_t* get_address_of_m_OtherColliderInstanceID_3() { return &___m_OtherColliderInstanceID_3; } inline void set_m_OtherColliderInstanceID_3(int32_t value) { ___m_OtherColliderInstanceID_3 = value; } inline static int32_t get_offset_of_m_Separation_4() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Separation_4)); } inline float get_m_Separation_4() const { return ___m_Separation_4; } inline float* get_address_of_m_Separation_4() { return &___m_Separation_4; } inline void set_m_Separation_4(float value) { ___m_Separation_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519 struct Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519::m_infinity Curve25519Point_tBF90BA228799DB97458D191F5DE46F894B7AB037 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813, ___m_infinity_19)); } inline Curve25519Point_tBF90BA228799DB97458D191F5DE46F894B7AB037 * get_m_infinity_19() const { return ___m_infinity_19; } inline Curve25519Point_tBF90BA228799DB97458D191F5DE46F894B7AB037 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(Curve25519Point_tBF90BA228799DB97458D191F5DE46F894B7AB037 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519FieldElement struct Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7 : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_2; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7, ___x_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_2() const { return ___x_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_2() { return &___x_2; } inline void set_x_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_2), (void*)value); } }; struct Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519FieldElement::PRECOMP_POW2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___PRECOMP_POW2_1; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } inline static int32_t get_offset_of_PRECOMP_POW2_1() { return static_cast(offsetof(Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_StaticFields, ___PRECOMP_POW2_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_PRECOMP_POW2_1() const { return ___PRECOMP_POW2_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_PRECOMP_POW2_1() { return &___PRECOMP_POW2_1; } inline void set_PRECOMP_POW2_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___PRECOMP_POW2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PRECOMP_POW2_1), (void*)value); } }; // BestHTTP.Decompression.Zlib.DeflateFlavor struct DeflateFlavor_t6152FAD7935FEDACD974D3F5097DB491C6BAC0F2 { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateFlavor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeflateFlavor_t6152FAD7935FEDACD974D3F5097DB491C6BAC0F2, ___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.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.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_2; public: inline static int32_t get_offset_of_bytes_2() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229, ___bytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_2() const { return ___bytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_2() { return &___bytes_2; } inline void set_bytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_2), (void*)value); } }; struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::cache DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* ___cache_3; public: inline static int32_t get_offset_of_cache_3() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields, ___cache_3)); } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* get_cache_3() const { return ___cache_3; } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D** get_address_of_cache_3() { return &___cache_3; } inline void set_cache_3(DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* value) { ___cache_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_3), (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.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); } }; // DeviceCalibrateItem struct DeviceCalibrateItem_tC382F3EDD9FC6C797ACB50CC83B645671375D625 { public: // System.Int32 DeviceCalibrateItem::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceCalibrateItem_tC382F3EDD9FC6C797ACB50CC83B645671375D625, ___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.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB, ___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.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer struct DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mTransport RuntimeObject* ___mTransport_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mContext RuntimeObject* ___mContext_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPeer RuntimeObject* ___mPeer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRecordQueue ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * ___mRecordQueue_7; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mClosed bool ___mClosed_8; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mFailed bool ___mFailed_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mReadVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mReadVersion_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mWriteVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mWriteVersion_11; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mInHandshake bool ___mInHandshake_12; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPlaintextLimit int32_t ___mPlaintextLimit_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mCurrentEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mCurrentEpoch_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPendingEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mPendingEpoch_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mReadEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mReadEpoch_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mWriteEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mWriteEpoch_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmit RuntimeObject* ___mRetransmit_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmitEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mRetransmitEpoch_19; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmitExpiry int64_t ___mRetransmitExpiry_20; public: inline static int32_t get_offset_of_mTransport_4() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mTransport_4)); } inline RuntimeObject* get_mTransport_4() const { return ___mTransport_4; } inline RuntimeObject** get_address_of_mTransport_4() { return &___mTransport_4; } inline void set_mTransport_4(RuntimeObject* value) { ___mTransport_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTransport_4), (void*)value); } inline static int32_t get_offset_of_mContext_5() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mContext_5)); } inline RuntimeObject* get_mContext_5() const { return ___mContext_5; } inline RuntimeObject** get_address_of_mContext_5() { return &___mContext_5; } inline void set_mContext_5(RuntimeObject* value) { ___mContext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_5), (void*)value); } inline static int32_t get_offset_of_mPeer_6() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPeer_6)); } inline RuntimeObject* get_mPeer_6() const { return ___mPeer_6; } inline RuntimeObject** get_address_of_mPeer_6() { return &___mPeer_6; } inline void set_mPeer_6(RuntimeObject* value) { ___mPeer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeer_6), (void*)value); } inline static int32_t get_offset_of_mRecordQueue_7() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRecordQueue_7)); } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * get_mRecordQueue_7() const { return ___mRecordQueue_7; } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 ** get_address_of_mRecordQueue_7() { return &___mRecordQueue_7; } inline void set_mRecordQueue_7(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * value) { ___mRecordQueue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordQueue_7), (void*)value); } inline static int32_t get_offset_of_mClosed_8() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mClosed_8)); } inline bool get_mClosed_8() const { return ___mClosed_8; } inline bool* get_address_of_mClosed_8() { return &___mClosed_8; } inline void set_mClosed_8(bool value) { ___mClosed_8 = value; } inline static int32_t get_offset_of_mFailed_9() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mFailed_9)); } inline bool get_mFailed_9() const { return ___mFailed_9; } inline bool* get_address_of_mFailed_9() { return &___mFailed_9; } inline void set_mFailed_9(bool value) { ___mFailed_9 = value; } inline static int32_t get_offset_of_mReadVersion_10() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mReadVersion_10)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mReadVersion_10() const { return ___mReadVersion_10; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mReadVersion_10() { return &___mReadVersion_10; } inline void set_mReadVersion_10(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mReadVersion_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadVersion_10), (void*)value); } inline static int32_t get_offset_of_mWriteVersion_11() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mWriteVersion_11)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mWriteVersion_11() const { return ___mWriteVersion_11; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mWriteVersion_11() { return &___mWriteVersion_11; } inline void set_mWriteVersion_11(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mWriteVersion_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteVersion_11), (void*)value); } inline static int32_t get_offset_of_mInHandshake_12() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mInHandshake_12)); } inline bool get_mInHandshake_12() const { return ___mInHandshake_12; } inline bool* get_address_of_mInHandshake_12() { return &___mInHandshake_12; } inline void set_mInHandshake_12(bool value) { ___mInHandshake_12 = value; } inline static int32_t get_offset_of_mPlaintextLimit_13() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPlaintextLimit_13)); } inline int32_t get_mPlaintextLimit_13() const { return ___mPlaintextLimit_13; } inline int32_t* get_address_of_mPlaintextLimit_13() { return &___mPlaintextLimit_13; } inline void set_mPlaintextLimit_13(int32_t value) { ___mPlaintextLimit_13 = value; } inline static int32_t get_offset_of_mCurrentEpoch_14() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mCurrentEpoch_14)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mCurrentEpoch_14() const { return ___mCurrentEpoch_14; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mCurrentEpoch_14() { return &___mCurrentEpoch_14; } inline void set_mCurrentEpoch_14(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mCurrentEpoch_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCurrentEpoch_14), (void*)value); } inline static int32_t get_offset_of_mPendingEpoch_15() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPendingEpoch_15)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mPendingEpoch_15() const { return ___mPendingEpoch_15; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mPendingEpoch_15() { return &___mPendingEpoch_15; } inline void set_mPendingEpoch_15(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mPendingEpoch_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingEpoch_15), (void*)value); } inline static int32_t get_offset_of_mReadEpoch_16() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mReadEpoch_16)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mReadEpoch_16() const { return ___mReadEpoch_16; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mReadEpoch_16() { return &___mReadEpoch_16; } inline void set_mReadEpoch_16(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mReadEpoch_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadEpoch_16), (void*)value); } inline static int32_t get_offset_of_mWriteEpoch_17() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mWriteEpoch_17)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mWriteEpoch_17() const { return ___mWriteEpoch_17; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mWriteEpoch_17() { return &___mWriteEpoch_17; } inline void set_mWriteEpoch_17(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mWriteEpoch_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteEpoch_17), (void*)value); } inline static int32_t get_offset_of_mRetransmit_18() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmit_18)); } inline RuntimeObject* get_mRetransmit_18() const { return ___mRetransmit_18; } inline RuntimeObject** get_address_of_mRetransmit_18() { return &___mRetransmit_18; } inline void set_mRetransmit_18(RuntimeObject* value) { ___mRetransmit_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRetransmit_18), (void*)value); } inline static int32_t get_offset_of_mRetransmitEpoch_19() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmitEpoch_19)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mRetransmitEpoch_19() const { return ___mRetransmitEpoch_19; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mRetransmitEpoch_19() { return &___mRetransmitEpoch_19; } inline void set_mRetransmitEpoch_19(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mRetransmitEpoch_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRetransmitEpoch_19), (void*)value); } inline static int32_t get_offset_of_mRetransmitExpiry_20() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmitExpiry_20)); } inline int64_t get_mRetransmitExpiry_20() const { return ___mRetransmitExpiry_20; } inline int64_t* get_address_of_mRetransmitExpiry_20() { return &___mRetransmitExpiry_20; } inline void set_mRetransmitExpiry_20(int64_t value) { ___mRetransmitExpiry_20 = value; } }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___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.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.Math.EC.F2mCurve struct F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::m int32_t ___m_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k1 int32_t ___k1_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k2 int32_t ___k2_20; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::k3 int32_t ___k3_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::m_infinity F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * ___m_infinity_22; public: inline static int32_t get_offset_of_m_18() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___m_18)); } inline int32_t get_m_18() const { return ___m_18; } inline int32_t* get_address_of_m_18() { return &___m_18; } inline void set_m_18(int32_t value) { ___m_18 = value; } inline static int32_t get_offset_of_k1_19() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k1_19)); } inline int32_t get_k1_19() const { return ___k1_19; } inline int32_t* get_address_of_k1_19() { return &___k1_19; } inline void set_k1_19(int32_t value) { ___k1_19 = value; } inline static int32_t get_offset_of_k2_20() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k2_20)); } inline int32_t get_k2_20() const { return ___k2_20; } inline int32_t* get_address_of_k2_20() { return &___k2_20; } inline void set_k2_20(int32_t value) { ___k2_20 = value; } inline static int32_t get_offset_of_k3_21() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___k3_21)); } inline int32_t get_k3_21() const { return ___k3_21; } inline int32_t* get_address_of_k3_21() { return &___k3_21; } inline void set_k3_21(int32_t value) { ___k3_21 = value; } inline static int32_t get_offset_of_m_infinity_22() { return static_cast(offsetof(F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15, ___m_infinity_22)); } inline F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * get_m_infinity_22() const { return ___m_infinity_22; } inline F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F ** get_address_of_m_infinity_22() { return &___m_infinity_22; } inline void set_m_infinity_22(F2mPoint_t59403C813B19AE1CA2B41B27F53D6A6E7C9C116F * value) { ___m_infinity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement struct F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E : public AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::representation int32_t ___representation_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::m int32_t ___m_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::ks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::x LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___x_6; public: inline static int32_t get_offset_of_representation_3() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___representation_3)); } inline int32_t get_representation_3() const { return ___representation_3; } inline int32_t* get_address_of_representation_3() { return &___representation_3; } inline void set_representation_3(int32_t value) { ___representation_3 = value; } inline static int32_t get_offset_of_m_4() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___m_4)); } inline int32_t get_m_4() const { return ___m_4; } inline int32_t* get_address_of_m_4() { return &___m_4; } inline void set_m_4(int32_t value) { ___m_4 = value; } inline static int32_t get_offset_of_ks_5() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___ks_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ks_5() const { return ___ks_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ks_5() { return &___ks_5; } inline void set_ks_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ks_5), (void*)value); } inline static int32_t get_offset_of_x_6() { return static_cast(offsetof(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E, ___x_6)); } inline LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * get_x_6() const { return ___x_6; } inline LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 ** get_address_of_x_6() { return &___x_6; } inline void set_x_6(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * value) { ___x_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_6), (void*)value); } }; // 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); } }; // BestHTTP.Decompression.Zlib.FlushType struct FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45 { public: // System.Int32 BestHTTP.Decompression.Zlib.FlushType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45, ___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.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.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve struct FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_q_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_r BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_r_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::m_infinity FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_q_17() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_q_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_q_17() const { return ___m_q_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_q_17() { return &___m_q_17; } inline void set_m_q_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_q_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_q_17), (void*)value); } inline static int32_t get_offset_of_m_r_18() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_r_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_r_18() const { return ___m_r_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_r_18() { return &___m_r_18; } inline void set_m_r_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_r_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_r_18), (void*)value); } inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8, ___m_infinity_19)); } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * get_m_infinity_19() const { return ___m_infinity_19; } inline FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(FpPoint_t4D1072D1E2CB8D2BA79DEDF216003F575977B278 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA : public RuntimeObject { public: // System.Uri BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_0; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CLastAccessU3Ek__BackingField_1; // System.Int32 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField int32_t ___U3CBodyLengthU3Ek__BackingField_2; // System.String BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField String_t* ___U3CETagU3Ek__BackingField_3; // System.String BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField String_t* ___U3CLastModifiedU3Ek__BackingField_4; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CExpiresU3Ek__BackingField_5; // System.Int64 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField int64_t ___U3CAgeU3Ek__BackingField_6; // System.Int64 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField int64_t ___U3CMaxAgeU3Ek__BackingField_7; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CDateU3Ek__BackingField_8; // System.Boolean BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField bool ___U3CMustRevalidateU3Ek__BackingField_9; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CReceivedU3Ek__BackingField_10; // System.String BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField String_t* ___U3CConstructedPathU3Ek__BackingField_11; // System.UInt64 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField uint64_t ___U3CMappedNameIDXU3Ek__BackingField_12; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_0() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CUriU3Ek__BackingField_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_0() const { return ___U3CUriU3Ek__BackingField_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_0() { return &___U3CUriU3Ek__BackingField_0; } inline void set_U3CUriU3Ek__BackingField_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CLastAccessU3Ek__BackingField_1() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CLastAccessU3Ek__BackingField_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CLastAccessU3Ek__BackingField_1() const { return ___U3CLastAccessU3Ek__BackingField_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CLastAccessU3Ek__BackingField_1() { return &___U3CLastAccessU3Ek__BackingField_1; } inline void set_U3CLastAccessU3Ek__BackingField_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CLastAccessU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CBodyLengthU3Ek__BackingField_2() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CBodyLengthU3Ek__BackingField_2)); } inline int32_t get_U3CBodyLengthU3Ek__BackingField_2() const { return ___U3CBodyLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CBodyLengthU3Ek__BackingField_2() { return &___U3CBodyLengthU3Ek__BackingField_2; } inline void set_U3CBodyLengthU3Ek__BackingField_2(int32_t value) { ___U3CBodyLengthU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CETagU3Ek__BackingField_3() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CETagU3Ek__BackingField_3)); } inline String_t* get_U3CETagU3Ek__BackingField_3() const { return ___U3CETagU3Ek__BackingField_3; } inline String_t** get_address_of_U3CETagU3Ek__BackingField_3() { return &___U3CETagU3Ek__BackingField_3; } inline void set_U3CETagU3Ek__BackingField_3(String_t* value) { ___U3CETagU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CETagU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CLastModifiedU3Ek__BackingField_4() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CLastModifiedU3Ek__BackingField_4)); } inline String_t* get_U3CLastModifiedU3Ek__BackingField_4() const { return ___U3CLastModifiedU3Ek__BackingField_4; } inline String_t** get_address_of_U3CLastModifiedU3Ek__BackingField_4() { return &___U3CLastModifiedU3Ek__BackingField_4; } inline void set_U3CLastModifiedU3Ek__BackingField_4(String_t* value) { ___U3CLastModifiedU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastModifiedU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CExpiresU3Ek__BackingField_5() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CExpiresU3Ek__BackingField_5)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CExpiresU3Ek__BackingField_5() const { return ___U3CExpiresU3Ek__BackingField_5; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CExpiresU3Ek__BackingField_5() { return &___U3CExpiresU3Ek__BackingField_5; } inline void set_U3CExpiresU3Ek__BackingField_5(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CExpiresU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CAgeU3Ek__BackingField_6() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CAgeU3Ek__BackingField_6)); } inline int64_t get_U3CAgeU3Ek__BackingField_6() const { return ___U3CAgeU3Ek__BackingField_6; } inline int64_t* get_address_of_U3CAgeU3Ek__BackingField_6() { return &___U3CAgeU3Ek__BackingField_6; } inline void set_U3CAgeU3Ek__BackingField_6(int64_t value) { ___U3CAgeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CMaxAgeU3Ek__BackingField_7() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CMaxAgeU3Ek__BackingField_7)); } inline int64_t get_U3CMaxAgeU3Ek__BackingField_7() const { return ___U3CMaxAgeU3Ek__BackingField_7; } inline int64_t* get_address_of_U3CMaxAgeU3Ek__BackingField_7() { return &___U3CMaxAgeU3Ek__BackingField_7; } inline void set_U3CMaxAgeU3Ek__BackingField_7(int64_t value) { ___U3CMaxAgeU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CDateU3Ek__BackingField_8() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CDateU3Ek__BackingField_8)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CDateU3Ek__BackingField_8() const { return ___U3CDateU3Ek__BackingField_8; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CDateU3Ek__BackingField_8() { return &___U3CDateU3Ek__BackingField_8; } inline void set_U3CDateU3Ek__BackingField_8(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CDateU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CMustRevalidateU3Ek__BackingField_9() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CMustRevalidateU3Ek__BackingField_9)); } inline bool get_U3CMustRevalidateU3Ek__BackingField_9() const { return ___U3CMustRevalidateU3Ek__BackingField_9; } inline bool* get_address_of_U3CMustRevalidateU3Ek__BackingField_9() { return &___U3CMustRevalidateU3Ek__BackingField_9; } inline void set_U3CMustRevalidateU3Ek__BackingField_9(bool value) { ___U3CMustRevalidateU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CReceivedU3Ek__BackingField_10() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CReceivedU3Ek__BackingField_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CReceivedU3Ek__BackingField_10() const { return ___U3CReceivedU3Ek__BackingField_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CReceivedU3Ek__BackingField_10() { return &___U3CReceivedU3Ek__BackingField_10; } inline void set_U3CReceivedU3Ek__BackingField_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CReceivedU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CConstructedPathU3Ek__BackingField_11() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CConstructedPathU3Ek__BackingField_11)); } inline String_t* get_U3CConstructedPathU3Ek__BackingField_11() const { return ___U3CConstructedPathU3Ek__BackingField_11; } inline String_t** get_address_of_U3CConstructedPathU3Ek__BackingField_11() { return &___U3CConstructedPathU3Ek__BackingField_11; } inline void set_U3CConstructedPathU3Ek__BackingField_11(String_t* value) { ___U3CConstructedPathU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConstructedPathU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CMappedNameIDXU3Ek__BackingField_12() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CMappedNameIDXU3Ek__BackingField_12)); } inline uint64_t get_U3CMappedNameIDXU3Ek__BackingField_12() const { return ___U3CMappedNameIDXU3Ek__BackingField_12; } inline uint64_t* get_address_of_U3CMappedNameIDXU3Ek__BackingField_12() { return &___U3CMappedNameIDXU3Ek__BackingField_12; } inline void set_U3CMappedNameIDXU3Ek__BackingField_12(uint64_t value) { ___U3CMappedNameIDXU3Ek__BackingField_12 = value; } }; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JArray::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_17; public: inline static int32_t get_offset_of__values_17() { return static_cast(offsetof(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873, ____values_17)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_17() const { return ____values_17; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_17() { return &____values_17; } inline void set__values_17(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_17), (void*)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; } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___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; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___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.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)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; }; // DG.Tweening.Plugins.Options.OrientType struct OrientType_t98C6DBF0A80C2A938CA315BCE990CF0201D52886 { public: // System.Int32 DG.Tweening.Plugins.Options.OrientType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OrientType_t98C6DBF0A80C2A938CA315BCE990CF0201D52886, ___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; } }; // DG.Tweening.PathMode struct PathMode_tC3536FD34C73F94ADFB5C7DC9415985E353CE572 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathMode_tC3536FD34C73F94ADFB5C7DC9415985E353CE572, ___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; } }; // DG.Tweening.PathType struct PathType_tBA0D4391850F4868EE61BFE9579098DD42D02899 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathType_tBA0D4391850F4868EE61BFE9579098DD42D02899, ___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.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___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.RenderingPath struct RenderingPath_tABF5DB8481D7ACC45810288B4FADFA569A664B0F { public: // System.Int32 UnityEngine.RenderingPath::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderingPath_tABF5DB8481D7ACC45810288B4FADFA569A664B0F, ___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.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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::m_infinity SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C, ___m_infinity_19)); } inline SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * get_m_infinity_19() const { return ___m_infinity_19; } inline SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Curve struct SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Curve::m_infinity SecP128R1Point_t8692993EC66DBB3F20DEBE66C1E161DE161D44BF * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E, ___m_infinity_19)); } inline SecP128R1Point_t8692993EC66DBB3F20DEBE66C1E161DE161D44BF * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP128R1Point_t8692993EC66DBB3F20DEBE66C1E161DE161D44BF ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP128R1Point_t8692993EC66DBB3F20DEBE66C1E161DE161D44BF * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Curve struct SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Curve::m_infinity SecP160K1Point_tC9D78CE23146455FCB690963CF4DD73F87AD41B2 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8, ___m_infinity_19)); } inline SecP160K1Point_tC9D78CE23146455FCB690963CF4DD73F87AD41B2 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP160K1Point_tC9D78CE23146455FCB690963CF4DD73F87AD41B2 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP160K1Point_tC9D78CE23146455FCB690963CF4DD73F87AD41B2 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Curve struct SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Curve::m_infinity SecP160R1Point_t00A983A7E3978739581EBF179429BF5EC3B8B913 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E, ___m_infinity_19)); } inline SecP160R1Point_t00A983A7E3978739581EBF179429BF5EC3B8B913 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP160R1Point_t00A983A7E3978739581EBF179429BF5EC3B8B913 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP160R1Point_t00A983A7E3978739581EBF179429BF5EC3B8B913 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Curve struct SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Curve::m_infinity SecP160R2Point_t72D9C667A3F03035A82720FF40CC897953346ABA * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633, ___m_infinity_19)); } inline SecP160R2Point_t72D9C667A3F03035A82720FF40CC897953346ABA * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP160R2Point_t72D9C667A3F03035A82720FF40CC897953346ABA ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP160R2Point_t72D9C667A3F03035A82720FF40CC897953346ABA * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Curve struct SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Curve::m_infinity SecP192K1Point_tB6B47D1A9820CA3ADB329299A920770806CEFC27 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5, ___m_infinity_19)); } inline SecP192K1Point_tB6B47D1A9820CA3ADB329299A920770806CEFC27 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP192K1Point_tB6B47D1A9820CA3ADB329299A920770806CEFC27 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP192K1Point_tB6B47D1A9820CA3ADB329299A920770806CEFC27 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Curve struct SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Curve::m_infinity SecP192R1Point_t67853127563F8DE937912F3E93AAAF88F3358E70 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A, ___m_infinity_19)); } inline SecP192R1Point_t67853127563F8DE937912F3E93AAAF88F3358E70 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP192R1Point_t67853127563F8DE937912F3E93AAAF88F3358E70 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP192R1Point_t67853127563F8DE937912F3E93AAAF88F3358E70 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Curve struct SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Curve::m_infinity SecP224K1Point_t2452A7F14ACA517EDEFEF264B9F6BB944E02BFE3 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B, ___m_infinity_19)); } inline SecP224K1Point_t2452A7F14ACA517EDEFEF264B9F6BB944E02BFE3 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP224K1Point_t2452A7F14ACA517EDEFEF264B9F6BB944E02BFE3 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP224K1Point_t2452A7F14ACA517EDEFEF264B9F6BB944E02BFE3 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Curve struct SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Curve::m_infinity SecP224R1Point_tC2192FC4501913D3A5DD78F941821B215E1ACAF0 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1, ___m_infinity_19)); } inline SecP224R1Point_tC2192FC4501913D3A5DD78F941821B215E1ACAF0 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP224R1Point_tC2192FC4501913D3A5DD78F941821B215E1ACAF0 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP224R1Point_tC2192FC4501913D3A5DD78F941821B215E1ACAF0 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Curve struct SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Curve::m_infinity SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2, ___m_infinity_19)); } inline SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve struct SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::m_infinity SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0, ___m_infinity_19)); } inline SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve struct SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::m_infinity SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8, ___m_infinity_19)); } inline SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve struct SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::m_infinity SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF, ___m_infinity_19)); } inline SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve struct SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::m_infinity SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2, ___m_infinity_19)); } inline SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve struct SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::m_infinity SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E, ___m_infinity_19)); } inline SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve struct SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::m_infinity SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621, ___m_infinity_19)); } inline SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve struct SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::m_infinity SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391, ___m_infinity_19)); } inline SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163K1Curve struct SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163K1Curve::m_infinity SecT163K1Point_t9092E607834C25FD8EA9096B1623BE79074333AE * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD, ___m_infinity_19)); } inline SecT163K1Point_t9092E607834C25FD8EA9096B1623BE79074333AE * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT163K1Point_t9092E607834C25FD8EA9096B1623BE79074333AE ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT163K1Point_t9092E607834C25FD8EA9096B1623BE79074333AE * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R1Curve struct SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R1Curve::m_infinity SecT163R1Point_t99F3068149B83C425E4DA98F79F28D1D47AC5F7A * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A, ___m_infinity_19)); } inline SecT163R1Point_t99F3068149B83C425E4DA98F79F28D1D47AC5F7A * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT163R1Point_t99F3068149B83C425E4DA98F79F28D1D47AC5F7A ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT163R1Point_t99F3068149B83C425E4DA98F79F28D1D47AC5F7A * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Curve struct SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Curve::m_infinity SecT163R2Point_t8BC5BD29DDD9BA3FDDB4B813C13E91F52C956571 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10, ___m_infinity_19)); } inline SecT163R2Point_t8BC5BD29DDD9BA3FDDB4B813C13E91F52C956571 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT163R2Point_t8BC5BD29DDD9BA3FDDB4B813C13E91F52C956571 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT163R2Point_t8BC5BD29DDD9BA3FDDB4B813C13E91F52C956571 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R1Curve struct SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R1Curve::m_infinity SecT193R1Point_tDB99EEC8537CF8CF418850D49785B8DAF158A017 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535, ___m_infinity_19)); } inline SecT193R1Point_tDB99EEC8537CF8CF418850D49785B8DAF158A017 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT193R1Point_tDB99EEC8537CF8CF418850D49785B8DAF158A017 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT193R1Point_tDB99EEC8537CF8CF418850D49785B8DAF158A017 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R2Curve struct SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R2Curve::m_infinity SecT193R2Point_tCDD43503CAAEC265078D4CC8131D4A994625E65B * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524, ___m_infinity_19)); } inline SecT193R2Point_tCDD43503CAAEC265078D4CC8131D4A994625E65B * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT193R2Point_tCDD43503CAAEC265078D4CC8131D4A994625E65B ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT193R2Point_tCDD43503CAAEC265078D4CC8131D4A994625E65B * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233K1Curve struct SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233K1Curve::m_infinity SecT233K1Point_t9C0059650B8BDFAC8464CF41588A67AEC172E93D * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01, ___m_infinity_19)); } inline SecT233K1Point_t9C0059650B8BDFAC8464CF41588A67AEC172E93D * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT233K1Point_t9C0059650B8BDFAC8464CF41588A67AEC172E93D ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT233K1Point_t9C0059650B8BDFAC8464CF41588A67AEC172E93D * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233R1Curve struct SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233R1Curve::m_infinity SecT233R1Point_t76979D9B4001295594687AA41152389BE6D018A9 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64, ___m_infinity_19)); } inline SecT233R1Point_t76979D9B4001295594687AA41152389BE6D018A9 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT233R1Point_t76979D9B4001295594687AA41152389BE6D018A9 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT233R1Point_t76979D9B4001295594687AA41152389BE6D018A9 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT239K1Curve struct SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT239K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT239K1Curve::m_infinity SecT239K1Point_t9659C55F1B42A9AE8356FAEFAE97DE833152CA32 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D, ___m_infinity_19)); } inline SecT239K1Point_t9659C55F1B42A9AE8356FAEFAE97DE833152CA32 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT239K1Point_t9659C55F1B42A9AE8356FAEFAE97DE833152CA32 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT239K1Point_t9659C55F1B42A9AE8356FAEFAE97DE833152CA32 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283K1Curve struct SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283K1Curve::m_infinity SecT283K1Point_tC86FA2EAB976A1FA935DDDA9FC22952828BDE88E * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA, ___m_infinity_19)); } inline SecT283K1Point_tC86FA2EAB976A1FA935DDDA9FC22952828BDE88E * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT283K1Point_tC86FA2EAB976A1FA935DDDA9FC22952828BDE88E ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT283K1Point_tC86FA2EAB976A1FA935DDDA9FC22952828BDE88E * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283R1Curve struct SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283R1Curve::m_infinity SecT283R1Point_tE68C3C8F31A9D068EDED9A0C7EDEEE4196943AE7 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B, ___m_infinity_19)); } inline SecT283R1Point_tE68C3C8F31A9D068EDED9A0C7EDEEE4196943AE7 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT283R1Point_tE68C3C8F31A9D068EDED9A0C7EDEEE4196943AE7 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT283R1Point_tE68C3C8F31A9D068EDED9A0C7EDEEE4196943AE7 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409K1Curve struct SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409K1Curve::m_infinity SecT409K1Point_t805E5BB062AA4D7CD4B03583C711F84A32F181F3 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739, ___m_infinity_19)); } inline SecT409K1Point_t805E5BB062AA4D7CD4B03583C711F84A32F181F3 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT409K1Point_t805E5BB062AA4D7CD4B03583C711F84A32F181F3 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT409K1Point_t805E5BB062AA4D7CD4B03583C711F84A32F181F3 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409R1Curve struct SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409R1Curve::m_infinity SecT409R1Point_tA7351A010BFFC52297FD37694F2F389C2ACDC926 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0, ___m_infinity_19)); } inline SecT409R1Point_tA7351A010BFFC52297FD37694F2F389C2ACDC926 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT409R1Point_tA7351A010BFFC52297FD37694F2F389C2ACDC926 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT409R1Point_tA7351A010BFFC52297FD37694F2F389C2ACDC926 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571K1Curve struct SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571K1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571K1Curve::m_infinity SecT571K1Point_t045D709659B130292F508E61151BA842B15929C2 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F, ___m_infinity_19)); } inline SecT571K1Point_t045D709659B130292F508E61151BA842B15929C2 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT571K1Point_t045D709659B130292F508E61151BA842B15929C2 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT571K1Point_t045D709659B130292F508E61151BA842B15929C2 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Curve struct SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Curve::m_infinity SecT571R1Point_t628283F0E1801D8AA8A83A70BA587811CB2BA9E1 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397, ___m_infinity_19)); } inline SecT571R1Point_t628283F0E1801D8AA8A83A70BA587811CB2BA9E1 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT571R1Point_t628283F0E1801D8AA8A83A70BA587811CB2BA9E1 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT571R1Point_t628283F0E1801D8AA8A83A70BA587811CB2BA9E1 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571FieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Curve::SecT571R1_B SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 * ___SecT571R1_B_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571FieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Curve::SecT571R1_B_SQRT SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 * ___SecT571R1_B_SQRT_21; public: inline static int32_t get_offset_of_SecT571R1_B_20() { return static_cast(offsetof(SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397_StaticFields, ___SecT571R1_B_20)); } inline SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 * get_SecT571R1_B_20() const { return ___SecT571R1_B_20; } inline SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 ** get_address_of_SecT571R1_B_20() { return &___SecT571R1_B_20; } inline void set_SecT571R1_B_20(SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 * value) { ___SecT571R1_B_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT571R1_B_20), (void*)value); } inline static int32_t get_offset_of_SecT571R1_B_SQRT_21() { return static_cast(offsetof(SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397_StaticFields, ___SecT571R1_B_SQRT_21)); } inline SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 * get_SecT571R1_B_SQRT_21() const { return ___SecT571R1_B_SQRT_21; } inline SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 ** get_address_of_SecT571R1_B_SQRT_21() { return &___SecT571R1_B_SQRT_21; } inline void set_SecT571R1_B_SQRT_21(SecT571FieldElement_t9187D04A839CC45FE138836E2C10562D6697D242 * value) { ___SecT571R1_B_SQRT_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecT571R1_B_SQRT_21), (void*)value); } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___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.TextAnchor struct TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232, ___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; } }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___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; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___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; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___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.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA, ___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.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com { intptr_t ___m_Ptr_0; }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream struct ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::z ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * ___z_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::flushLevel int32_t ___flushLevel_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::buf1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::compress bool ___compress_10; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::output Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream::closed bool ___closed_12; public: inline static int32_t get_offset_of_z_6() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___z_6)); } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * get_z_6() const { return ___z_6; } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C ** get_address_of_z_6() { return &___z_6; } inline void set_z_6(ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * value) { ___z_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_6), (void*)value); } inline static int32_t get_offset_of_flushLevel_7() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___flushLevel_7)); } inline int32_t get_flushLevel_7() const { return ___flushLevel_7; } inline int32_t* get_address_of_flushLevel_7() { return &___flushLevel_7; } inline void set_flushLevel_7(int32_t value) { ___flushLevel_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___buf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_8), (void*)value); } inline static int32_t get_offset_of_buf1_9() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___buf1_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf1_9() const { return ___buf1_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf1_9() { return &___buf1_9; } inline void set_buf1_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf1_9), (void*)value); } inline static int32_t get_offset_of_compress_10() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___compress_10)); } inline bool get_compress_10() const { return ___compress_10; } inline bool* get_address_of_compress_10() { return &___compress_10; } inline void set_compress_10(bool value) { ___compress_10 = value; } inline static int32_t get_offset_of_output_11() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___output_11)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_output_11() const { return ___output_11; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_output_11() { return &___output_11; } inline void set_output_11(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___output_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_11), (void*)value); } inline static int32_t get_offset_of_closed_12() { return static_cast(offsetof(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5, ___closed_12)); } inline bool get_closed_12() const { return ___closed_12; } inline bool* get_address_of_closed_12() { return &___closed_12; } inline void set_closed_12(bool value) { ___closed_12 = value; } }; // UnityStandardAssets.ImageEffects.Bloom/BloomQuality struct BloomQuality_tBABD4E45E0B3FBE453ECE45414D8061623708970 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/BloomQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomQuality_tBABD4E45E0B3FBE453ECE45414D8061623708970, ___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; } }; // UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode struct BloomScreenBlendMode_t6DD092993C8BBE6BB032391244848CB236B4CD49 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/BloomScreenBlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BloomScreenBlendMode_t6DD092993C8BBE6BB032391244848CB236B4CD49, ___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; } }; // UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode struct HDRBloomMode_tD05CF34EBC04A0E153A20933612721F1DB34631D { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/HDRBloomMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HDRBloomMode_tD05CF34EBC04A0E153A20933612721F1DB34631D, ___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; } }; // UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle struct LensFlareStyle_t26A73EC00BEC079F19141DD54A43E2AA8423ECF1 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/LensFlareStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LensFlareStyle_t26A73EC00BEC079F19141DD54A43E2AA8423ECF1, ___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; } }; // UnityStandardAssets.ImageEffects.Bloom/TweakMode struct TweakMode_t94413EBB247EE99219E4249EDCF74E9AC0C87776 { public: // System.Int32 UnityStandardAssets.ImageEffects.Bloom/TweakMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweakMode_t94413EBB247EE99219E4249EDCF74E9AC0C87776, ___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; } }; // UnityStandardAssets.ImageEffects.BloomOptimized/BlurType struct BlurType_t94A911ADBD4916CBDC4FFB5AD1B64297D64AC761 { public: // System.Int32 UnityStandardAssets.ImageEffects.BloomOptimized/BlurType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurType_t94A911ADBD4916CBDC4FFB5AD1B64297D64AC761, ___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; } }; // UnityStandardAssets.ImageEffects.BloomOptimized/Resolution struct Resolution_tED3167AE8EA34198994C3A9B589C2D65ACFFAC97 { public: // System.Int32 UnityStandardAssets.ImageEffects.BloomOptimized/Resolution::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Resolution_tED3167AE8EA34198994C3A9B589C2D65ACFFAC97, ___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; } }; // UnityStandardAssets.ImageEffects.BlurOptimized/BlurType struct BlurType_t49CF0EBEF18DD0C887302EF05FEC568FB7393CED { public: // System.Int32 UnityStandardAssets.ImageEffects.BlurOptimized/BlurType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurType_t49CF0EBEF18DD0C887302EF05FEC568FB7393CED, ___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; } }; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 : public RuntimeObject { public: // UnityEngine.GameObject BowCamera/BowCameraFixed::gameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; // UnityEngine.Transform BowCamera/BowCameraFixed::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_1; // UnityEngine.Camera BowCamera/BowCameraFixed::camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera_2; // UnityStandardAssets.ImageEffects.Blur BowCamera/BowCameraFixed::blur Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * ___blur_3; // BowCamera BowCamera/BowCameraFixed::bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ___bowCamera_4; // UnityEngine.Camera BowCamera/BowCameraFixed::targetCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___targetCamera_5; // UnityStandardAssets.ImageEffects.Blur BowCamera/BowCameraFixed::targetBlur Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * ___targetBlur_6; // System.Single[] BowCamera/BowCameraFixed::rangeRotateY SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___rangeRotateY_7; // System.Single BowCamera/BowCameraFixed::rangeRotateX float ___rangeRotateX_8; // UnityEngine.Vector3 BowCamera/BowCameraFixed::vecF Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vecF_9; // UnityEngine.Vector3 BowCamera/BowCameraFixed::vecU Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vecU_10; // System.Int32 BowCamera/BowCameraFixed::outBoundIndex int32_t ___outBoundIndex_11; public: inline static int32_t get_offset_of_gameObject_0() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___gameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_gameObject_0() const { return ___gameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_gameObject_0() { return &___gameObject_0; } inline void set_gameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___gameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameObject_0), (void*)value); } inline static int32_t get_offset_of_transform_1() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___transform_1)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_1() const { return ___transform_1; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_1() { return &___transform_1; } inline void set_transform_1(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_1), (void*)value); } inline static int32_t get_offset_of_camera_2() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___camera_2)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_camera_2() const { return ___camera_2; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_camera_2() { return &___camera_2; } inline void set_camera_2(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___camera_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___camera_2), (void*)value); } inline static int32_t get_offset_of_blur_3() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___blur_3)); } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * get_blur_3() const { return ___blur_3; } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B ** get_address_of_blur_3() { return &___blur_3; } inline void set_blur_3(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * value) { ___blur_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___blur_3), (void*)value); } inline static int32_t get_offset_of_bowCamera_4() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___bowCamera_4)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get_bowCamera_4() const { return ___bowCamera_4; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of_bowCamera_4() { return &___bowCamera_4; } inline void set_bowCamera_4(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ___bowCamera_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowCamera_4), (void*)value); } inline static int32_t get_offset_of_targetCamera_5() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___targetCamera_5)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_targetCamera_5() const { return ___targetCamera_5; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_targetCamera_5() { return &___targetCamera_5; } inline void set_targetCamera_5(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___targetCamera_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetCamera_5), (void*)value); } inline static int32_t get_offset_of_targetBlur_6() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___targetBlur_6)); } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * get_targetBlur_6() const { return ___targetBlur_6; } inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B ** get_address_of_targetBlur_6() { return &___targetBlur_6; } inline void set_targetBlur_6(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * value) { ___targetBlur_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetBlur_6), (void*)value); } inline static int32_t get_offset_of_rangeRotateY_7() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___rangeRotateY_7)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_rangeRotateY_7() const { return ___rangeRotateY_7; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_rangeRotateY_7() { return &___rangeRotateY_7; } inline void set_rangeRotateY_7(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___rangeRotateY_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___rangeRotateY_7), (void*)value); } inline static int32_t get_offset_of_rangeRotateX_8() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___rangeRotateX_8)); } inline float get_rangeRotateX_8() const { return ___rangeRotateX_8; } inline float* get_address_of_rangeRotateX_8() { return &___rangeRotateX_8; } inline void set_rangeRotateX_8(float value) { ___rangeRotateX_8 = value; } inline static int32_t get_offset_of_vecF_9() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___vecF_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_vecF_9() const { return ___vecF_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_vecF_9() { return &___vecF_9; } inline void set_vecF_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___vecF_9 = value; } inline static int32_t get_offset_of_vecU_10() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___vecU_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_vecU_10() const { return ___vecU_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_vecU_10() { return &___vecU_10; } inline void set_vecU_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___vecU_10 = value; } inline static int32_t get_offset_of_outBoundIndex_11() { return static_cast(offsetof(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3, ___outBoundIndex_11)); } inline int32_t get_outBoundIndex_11() const { return ___outBoundIndex_11; } inline int32_t* get_address_of_outBoundIndex_11() { return &___outBoundIndex_11; } inline void set_outBoundIndex_11(int32_t value) { ___outBoundIndex_11 = value; } }; // BestHTTP.Examples.CacheMaintenanceSample/DeleteOlderTypes struct DeleteOlderTypes_t4706441F8FACC24BE30C482D1B51A2739F1398AC { public: // System.Int32 BestHTTP.Examples.CacheMaintenanceSample/DeleteOlderTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeleteOlderTypes_t4706441F8FACC24BE30C482D1B51A2739F1398AC, ___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; } }; // UnityStandardAssets.ImageEffects.CameraMotionBlur/MotionBlurFilter struct MotionBlurFilter_tF1B797F4BCC06C02B461480040935C1E70CC9032 { public: // System.Int32 UnityStandardAssets.ImageEffects.CameraMotionBlur/MotionBlurFilter::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MotionBlurFilter_tF1B797F4BCC06C02B461480040935C1E70CC9032, ___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; } }; // UnityStandardAssets.Vehicles.Car.CarAIControl/BrakeCondition struct BrakeCondition_t572327A6BEF2B87F11D6912EC09660BFAAAAB42D { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarAIControl/BrakeCondition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BrakeCondition_t572327A6BEF2B87F11D6912EC09660BFAAAAB42D, ___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; } }; // UnityStandardAssets.Vehicles.Car.CarAudio/EngineAudioOptions struct EngineAudioOptions_t87F09FF01D4E3CD29BF6CF872EE8175BCB407482 { public: // System.Int32 UnityStandardAssets.Vehicles.Car.CarAudio/EngineAudioOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EngineAudioOptions_t87F09FF01D4E3CD29BF6CF872EE8175BCB407482, ___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.Security.CipherUtilities/CipherAlgorithm struct CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherAlgorithm_t55627DF619667EE4C3DBD63676B2B25945C4E750, ___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.Security.CipherUtilities/CipherMode struct CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherMode_t77275A103DC8A46A3C601E65B038A3FDA454F210, ___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.Security.CipherUtilities/CipherPadding struct CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities/CipherPadding::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherPadding_t0FAA3D785B08A5544EC20E90C10C26F5BEDA9BCB, ___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; } }; // UnityStandardAssets.ImageEffects.ColorCorrectionCurves/ColorCorrectionMode struct ColorCorrectionMode_t9FC5BF39EA0AB69FF4B9BFBD6CED51C6522B5E16 { public: // System.Int32 UnityStandardAssets.ImageEffects.ColorCorrectionCurves/ColorCorrectionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorCorrectionMode_t9FC5BF39EA0AB69FF4B9BFBD6CED51C6522B5E16, ___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; } }; // BestHTTP.Examples.ConnectionAPISample/MessageTypes struct MessageTypes_t70B4FC07745B8D382C1E7B15F1B57D270C5131A0 { public: // System.Int32 BestHTTP.Examples.ConnectionAPISample/MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t70B4FC07745B8D382C1E7B15F1B57D270C5131A0, ___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; } }; // UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/ActiveInputMethod struct ActiveInputMethod_t81B5C5485AC5B373F518F7F5C7220422429C49E1 { public: // System.Int32 UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/ActiveInputMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ActiveInputMethod_t81B5C5485AC5B373F518F7F5C7220422429C49E1, ___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; } }; // DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 : public RuntimeObject { public: // UnityEngine.Rigidbody DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::target Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target_0; // System.Single DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::startPosY float ___startPosY_1; // System.Boolean DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::offsetYSet bool ___offsetYSet_2; // System.Single DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::offsetY float ___offsetY_3; // DG.Tweening.Sequence DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::s Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s_4; // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::endValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue_5; // DG.Tweening.Tween DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::yTween Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___yTween_6; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___target_0)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_target_0() const { return ___target_0; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_startPosY_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___startPosY_1)); } inline float get_startPosY_1() const { return ___startPosY_1; } inline float* get_address_of_startPosY_1() { return &___startPosY_1; } inline void set_startPosY_1(float value) { ___startPosY_1 = value; } inline static int32_t get_offset_of_offsetYSet_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___offsetYSet_2)); } inline bool get_offsetYSet_2() const { return ___offsetYSet_2; } inline bool* get_address_of_offsetYSet_2() { return &___offsetYSet_2; } inline void set_offsetYSet_2(bool value) { ___offsetYSet_2 = value; } inline static int32_t get_offset_of_offsetY_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___offsetY_3)); } inline float get_offsetY_3() const { return ___offsetY_3; } inline float* get_address_of_offsetY_3() { return &___offsetY_3; } inline void set_offsetY_3(float value) { ___offsetY_3 = value; } inline static int32_t get_offset_of_s_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___s_4)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_s_4() const { return ___s_4; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_s_4() { return &___s_4; } inline void set_s_4(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_4), (void*)value); } inline static int32_t get_offset_of_endValue_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___endValue_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_endValue_5() const { return ___endValue_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_endValue_5() { return &___endValue_5; } inline void set_endValue_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___endValue_5 = value; } inline static int32_t get_offset_of_yTween_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9, ___yTween_6)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_yTween_6() const { return ___yTween_6; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_yTween_6() { return &___yTween_6; } inline void set_yTween_6(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___yTween_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___yTween_6), (void*)value); } }; // DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E : public RuntimeObject { public: // UnityEngine.Rigidbody2D DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::target Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * ___target_0; // System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::startPosY float ___startPosY_1; // System.Boolean DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::offsetYSet bool ___offsetYSet_2; // System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::offsetY float ___offsetY_3; // DG.Tweening.Sequence DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::s Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s_4; // UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::endValue Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___endValue_5; // DG.Tweening.Tween DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::yTween Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___yTween_6; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___target_0)); } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * get_target_0() const { return ___target_0; } inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_startPosY_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___startPosY_1)); } inline float get_startPosY_1() const { return ___startPosY_1; } inline float* get_address_of_startPosY_1() { return &___startPosY_1; } inline void set_startPosY_1(float value) { ___startPosY_1 = value; } inline static int32_t get_offset_of_offsetYSet_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___offsetYSet_2)); } inline bool get_offsetYSet_2() const { return ___offsetYSet_2; } inline bool* get_address_of_offsetYSet_2() { return &___offsetYSet_2; } inline void set_offsetYSet_2(bool value) { ___offsetYSet_2 = value; } inline static int32_t get_offset_of_offsetY_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___offsetY_3)); } inline float get_offsetY_3() const { return ___offsetY_3; } inline float* get_address_of_offsetY_3() { return &___offsetY_3; } inline void set_offsetY_3(float value) { ___offsetY_3 = value; } inline static int32_t get_offset_of_s_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___s_4)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_s_4() const { return ___s_4; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_s_4() { return &___s_4; } inline void set_s_4(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_4), (void*)value); } inline static int32_t get_offset_of_endValue_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___endValue_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_endValue_5() const { return ___endValue_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_endValue_5() { return &___endValue_5; } inline void set_endValue_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___endValue_5 = value; } inline static int32_t get_offset_of_yTween_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E, ___yTween_6)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_yTween_6() const { return ___yTween_6; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_yTween_6() { return &___yTween_6; } inline void set_yTween_6(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___yTween_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___yTween_6), (void*)value); } }; // DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4 : public RuntimeObject { public: // UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::to Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___to_0; // UnityEngine.SpriteRenderer DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::target SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * ___target_1; public: inline static int32_t get_offset_of_to_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4, ___to_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_to_0() const { return ___to_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_to_0() { return &___to_0; } inline void set_to_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___to_0 = value; } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4, ___target_1)); } inline SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * get_target_1() const { return ___target_1; } inline SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0 struct U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D : public RuntimeObject { public: // UnityEngine.RectTransform DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target_0; // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::startPosY float ___startPosY_1; // System.Boolean DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::offsetYSet bool ___offsetYSet_2; // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::offsetY float ___offsetY_3; // DG.Tweening.Sequence DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::s Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s_4; // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::endValue Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___endValue_5; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D, ___target_0)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_target_0() const { return ___target_0; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_startPosY_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D, ___startPosY_1)); } inline float get_startPosY_1() const { return ___startPosY_1; } inline float* get_address_of_startPosY_1() { return &___startPosY_1; } inline void set_startPosY_1(float value) { ___startPosY_1 = value; } inline static int32_t get_offset_of_offsetYSet_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D, ___offsetYSet_2)); } inline bool get_offsetYSet_2() const { return ___offsetYSet_2; } inline bool* get_address_of_offsetYSet_2() { return &___offsetYSet_2; } inline void set_offsetYSet_2(bool value) { ___offsetYSet_2 = value; } inline static int32_t get_offset_of_offsetY_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D, ___offsetY_3)); } inline float get_offsetY_3() const { return ___offsetY_3; } inline float* get_address_of_offsetY_3() { return &___offsetY_3; } inline void set_offsetY_3(float value) { ___offsetY_3 = value; } inline static int32_t get_offset_of_s_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D, ___s_4)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_s_4() const { return ___s_4; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_s_4() { return &___s_4; } inline void set_s_4(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_4), (void*)value); } inline static int32_t get_offset_of_endValue_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D, ___endValue_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_endValue_5() const { return ___endValue_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_endValue_5() { return &___endValue_5; } inline void set_endValue_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___endValue_5 = value; } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0 struct U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA : public RuntimeObject { public: // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::to Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___to_0; // UnityEngine.UI.Graphic DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::target Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___target_1; public: inline static int32_t get_offset_of_to_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA, ___to_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_to_0() const { return ___to_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_to_0() { return &___to_0; } inline void set_to_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___to_0 = value; } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA, ___target_1)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_target_1() const { return ___target_1; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0 struct U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10 : public RuntimeObject { public: // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::to Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___to_0; // UnityEngine.UI.Image DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::target Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___target_1; public: inline static int32_t get_offset_of_to_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10, ___to_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_to_0() const { return ___to_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_to_0() { return &___to_0; } inline void set_to_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___to_0 = value; } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10, ___target_1)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_target_1() const { return ___target_1; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0 struct U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A : public RuntimeObject { public: // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::to Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___to_0; // UnityEngine.UI.Text DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::target Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___target_1; public: inline static int32_t get_offset_of_to_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A, ___to_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_to_0() const { return ___to_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_to_0() { return &___to_0; } inline void set_to_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___to_0 = value; } inline static int32_t get_offset_of_target_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A, ___target_1)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_target_1() const { return ___target_1; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_target_1() { return &___target_1; } inline void set_target_1(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___target_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_1), (void*)value); } }; // JC.Unity.Picker.DatePicker/DateType struct DateType_t0692E4048F3F72AAA63BD7B3954ACDB562BCFDFB { public: // System.Int32 JC.Unity.Picker.DatePicker/DateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateType_t0692E4048F3F72AAA63BD7B3954ACDB562BCFDFB, ___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; } }; // JC.Unity.Picker.DatePicker/ItemData struct ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF : public RuntimeObject { public: // UnityEngine.GameObject JC.Unity.Picker.DatePicker/ItemData::obj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___obj_0; // System.DateTime JC.Unity.Picker.DatePicker/ItemData::dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime_1; // System.Boolean JC.Unity.Picker.DatePicker/ItemData::selected bool ___selected_2; public: inline static int32_t get_offset_of_obj_0() { return static_cast(offsetof(ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF, ___obj_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_obj_0() const { return ___obj_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_obj_0() { return &___obj_0; } inline void set_obj_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___obj_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_0), (void*)value); } inline static int32_t get_offset_of_dateTime_1() { return static_cast(offsetof(ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF, ___dateTime_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dateTime_1() const { return ___dateTime_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dateTime_1() { return &___dateTime_1; } inline void set_dateTime_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dateTime_1 = value; } inline static int32_t get_offset_of_selected_2() { return static_cast(offsetof(ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF, ___selected_2)); } inline bool get_selected_2() const { return ___selected_2; } inline bool* get_address_of_selected_2() { return &___selected_2; } inline void set_selected_2(bool value) { ___selected_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.DeclarationOfMajority/Choice struct Choice_t03E34DBFB13F664977E37740207E2F32DEEEB5C5 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.DeclarationOfMajority/Choice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Choice_t03E34DBFB13F664977E37740207E2F32DEEEB5C5, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfField/BlurSampleCount struct BlurSampleCount_t28CE792FED1370514D1D475D244100DC64755AB8 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfField/BlurSampleCount::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurSampleCount_t28CE792FED1370514D1D475D244100DC64755AB8, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfField/BlurType struct BlurType_tC015CEFDC0AA2C91C1FB578FA4547BFE0F8B87C6 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfField/BlurType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurType_tC015CEFDC0AA2C91C1FB578FA4547BFE0F8B87C6, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/BokehDestination struct BokehDestination_t148B47641A94AE9395683DE6A9D07C6FF5708EF5 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/BokehDestination::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BokehDestination_t148B47641A94AE9395683DE6A9D07C6FF5708EF5, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/Dof34QualitySetting struct Dof34QualitySetting_tA15D6426EF093EDF9D765CACF9ABF5554CFECF74 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/Dof34QualitySetting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Dof34QualitySetting_tA15D6426EF093EDF9D765CACF9ABF5554CFECF74, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness struct DofBlurriness_t9D63A6DF67FFC6A9F1401ACFFB0892386C8EF9F5 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DofBlurriness_t9D63A6DF67FFC6A9F1401ACFFB0892386C8EF9F5, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofResolution struct DofResolution_t907D355322D026649835EAB00FF62B6410DF72F5 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofResolution::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DofResolution_t907D355322D026649835EAB00FF62B6410DF72F5, ___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.Security.DigestUtilities/DigestAlgorithm struct DigestAlgorithm_t7A40B55EDE3ECA910D8C799CD28537FD719AE0C8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities/DigestAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DigestAlgorithm_t7A40B55EDE3ECA910D8C799CD28537FD719AE0C8, ___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.Crypto.Modes.EaxBlockCipher/Tag struct Tag_t6BBDF06C03EEE4F885C4A413F1764C8ADDB32907 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.EaxBlockCipher/Tag::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Tag_t6BBDF06C03EEE4F885C4A413F1764C8ADDB32907, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm struct Algorithm_t2F9D4C93AF891213ACC85130159D7D3E317992E1 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Algorithm_t2F9D4C93AF891213ACC85130159D7D3E317992E1, ___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.Math.EC.Rfc8032.Ed448/Algorithm struct Algorithm_tC93E5F20B3798BD2950B0011ADCE4A59BD765748 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/Algorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Algorithm_tC93E5F20B3798BD2950B0011ADCE4A59BD765748, ___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; } }; // UnityStandardAssets.ImageEffects.EdgeDetection/EdgeDetectMode struct EdgeDetectMode_t00CBE6D1D0E1C4AC1ECCC41C131253DC5BEB1271 { public: // System.Int32 UnityStandardAssets.ImageEffects.EdgeDetection/EdgeDetectMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EdgeDetectMode_t00CBE6D1D0E1C4AC1ECCC41C131253DC5BEB1271, ___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.GridLayoutGroup/Axis struct Axis_tBD4147C2DEA74142784225B3CB0DC2DF0217A1DE { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Axis::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Axis_tBD4147C2DEA74142784225B3CB0DC2DF0217A1DE, ___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.GridLayoutGroup/Constraint struct Constraint_tA930C0D79BAE00A005492CF973235EFBAD92D20D { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Constraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Constraint_tA930C0D79BAE00A005492CF973235EFBAD92D20D, ___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.GridLayoutGroup/Corner struct Corner_t448F8AE9F386A784CC3EF956C9BDDC068E6DAFB2 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Corner::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Corner_t448F8AE9F386A784CC3EF956C9BDDC068E6DAFB2, ___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.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___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.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___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.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___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.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___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.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___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.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___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.UI.ScrollRect/MovementType struct MovementType_tAC9293D74600C5C0F8769961576D21C7107BB258 { public: // System.Int32 UnityEngine.UI.ScrollRect/MovementType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MovementType_tAC9293D74600C5C0F8769961576D21C7107BB258, ___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.ScrollRect/ScrollbarVisibility struct ScrollbarVisibility_t8223EB8BD4F3CB01D1A246265D1563AAB5F89F2E { public: // System.Int32 UnityEngine.UI.ScrollRect/ScrollbarVisibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScrollbarVisibility_t8223EB8BD4F3CB01D1A246265D1563AAB5F89F2E, ___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; } }; // UnityEngine.UI.Toggle/ToggleTransition struct ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167 { public: // System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167, ___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; } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___onStart_3)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_3), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // UnityEngine.Audio.AudioMixer struct AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE : public Exception_t { public: public: }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Int32[] CommonConfig::AppLanguages Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___AppLanguages_1; // System.Int32[] CommonConfig::ServerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ServerIndexes_2; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_3; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_4; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_5; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_6; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_7; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_8; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_9; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_10; // System.Single CommonConfig::arrowWeight float ___arrowWeight_11; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_12; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_13; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_14; 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_AppLanguages_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppLanguages_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_AppLanguages_1() const { return ___AppLanguages_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_AppLanguages_1() { return &___AppLanguages_1; } inline void set_AppLanguages_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___AppLanguages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppLanguages_1), (void*)value); } inline static int32_t get_offset_of_ServerIndexes_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ServerIndexes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ServerIndexes_2() const { return ___ServerIndexes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ServerIndexes_2() { return &___ServerIndexes_2; } inline void set_ServerIndexes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ServerIndexes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ServerIndexes_2), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_3)); } inline bool get_iosTaoKe_3() const { return ___iosTaoKe_3; } inline bool* get_address_of_iosTaoKe_3() { return &___iosTaoKe_3; } inline void set_iosTaoKe_3(bool value) { ___iosTaoKe_3 = value; } inline static int32_t get_offset_of_ReleaseVersion2_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_4)); } inline bool get_ReleaseVersion2_4() const { return ___ReleaseVersion2_4; } inline bool* get_address_of_ReleaseVersion2_4() { return &___ReleaseVersion2_4; } inline void set_ReleaseVersion2_4(bool value) { ___ReleaseVersion2_4 = value; } inline static int32_t get_offset_of_SpecialVersion1_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_5)); } inline bool get_SpecialVersion1_5() const { return ___SpecialVersion1_5; } inline bool* get_address_of_SpecialVersion1_5() { return &___SpecialVersion1_5; } inline void set_SpecialVersion1_5(bool value) { ___SpecialVersion1_5 = value; } inline static int32_t get_offset_of_needToExamine_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_6)); } inline bool get_needToExamine_6() const { return ___needToExamine_6; } inline bool* get_address_of_needToExamine_6() { return &___needToExamine_6; } inline void set_needToExamine_6(bool value) { ___needToExamine_6 = value; } inline static int32_t get_offset_of_isReleaseVersion_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_7)); } inline bool get_isReleaseVersion_7() const { return ___isReleaseVersion_7; } inline bool* get_address_of_isReleaseVersion_7() { return &___isReleaseVersion_7; } inline void set_isReleaseVersion_7(bool value) { ___isReleaseVersion_7 = value; } inline static int32_t get_offset_of_devicePlan_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_8)); } inline int32_t get_devicePlan_8() const { return ___devicePlan_8; } inline int32_t* get_address_of_devicePlan_8() { return &___devicePlan_8; } inline void set_devicePlan_8(int32_t value) { ___devicePlan_8 = value; } inline static int32_t get_offset_of_ringsPrecision_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_9)); } inline int32_t get_ringsPrecision_9() const { return ___ringsPrecision_9; } inline int32_t* get_address_of_ringsPrecision_9() { return &___ringsPrecision_9; } inline void set_ringsPrecision_9(int32_t value) { ___ringsPrecision_9 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_10)); } inline int32_t get_arrowSpeedPrecision_10() const { return ___arrowSpeedPrecision_10; } inline int32_t* get_address_of_arrowSpeedPrecision_10() { return &___arrowSpeedPrecision_10; } inline void set_arrowSpeedPrecision_10(int32_t value) { ___arrowSpeedPrecision_10 = value; } inline static int32_t get_offset_of_arrowWeight_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_11)); } inline float get_arrowWeight_11() const { return ___arrowWeight_11; } inline float* get_address_of_arrowWeight_11() { return &___arrowWeight_11; } inline void set_arrowWeight_11(float value) { ___arrowWeight_11 = value; } inline static int32_t get_offset_of_serverType_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_12)); } inline int32_t get_serverType_12() const { return ___serverType_12; } inline int32_t* get_address_of_serverType_12() { return &___serverType_12; } inline void set_serverType_12(int32_t value) { ___serverType_12 = value; } inline static int32_t get_offset_of_businessServerWsURL_13() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_13)); } inline String_t* get_businessServerWsURL_13() const { return ___businessServerWsURL_13; } inline String_t** get_address_of_businessServerWsURL_13() { return &___businessServerWsURL_13; } inline void set_businessServerWsURL_13(String_t* value) { ___businessServerWsURL_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_13), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_14() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_14)); } inline String_t* get_gamePKServerWsURL_14() const { return ___gamePKServerWsURL_14; } inline String_t** get_address_of_gamePKServerWsURL_14() { return &___gamePKServerWsURL_14; } inline void set_gamePKServerWsURL_14(String_t* value) { ___gamePKServerWsURL_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_14), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693 : public DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 { public: public: }; struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason::ReasonString StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ReasonString_14; public: inline static int32_t get_offset_of_ReasonString_14() { return static_cast(offsetof(CrlReason_tB131133C86AC20505F7A205D6059101D28944693_StaticFields, ___ReasonString_14)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ReasonString_14() const { return ___ReasonString_14; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ReasonString_14() { return &___ReasonString_14; } inline void set_ReasonString_14(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ReasonString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonString_14), (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.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: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink::mDigest RuntimeObject* ___mDigest_6; public: inline static int32_t get_offset_of_mDigest_6() { return static_cast(offsetof(DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0, ___mDigest_6)); } inline RuntimeObject* get_mDigest_6() const { return ___mDigest_6; } inline RuntimeObject** get_address_of_mDigest_6() { return &___mDigest_6; } inline void set_mDigest_6(RuntimeObject* value) { ___mDigest_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_6), (void*)value); } }; // UnityEngine.Networking.DownloadHandlerTexture struct DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142 : public DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB { public: // UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::mTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___mTexture_1; // System.Boolean UnityEngine.Networking.DownloadHandlerTexture::mHasTexture bool ___mHasTexture_2; // System.Boolean UnityEngine.Networking.DownloadHandlerTexture::mNonReadable bool ___mNonReadable_3; public: inline static int32_t get_offset_of_mTexture_1() { return static_cast(offsetof(DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142, ___mTexture_1)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_mTexture_1() const { return ___mTexture_1; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_mTexture_1() { return &___mTexture_1; } inline void set_mTexture_1(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___mTexture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTexture_1), (void*)value); } inline static int32_t get_offset_of_mHasTexture_2() { return static_cast(offsetof(DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142, ___mHasTexture_2)); } inline bool get_mHasTexture_2() const { return ___mHasTexture_2; } inline bool* get_address_of_mHasTexture_2() { return &___mHasTexture_2; } inline void set_mHasTexture_2(bool value) { ___mHasTexture_2 = value; } inline static int32_t get_offset_of_mNonReadable_3() { return static_cast(offsetof(DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142, ___mNonReadable_3)); } inline bool get_mNonReadable_3() const { return ___mNonReadable_3; } inline bool* get_address_of_mNonReadable_3() { return &___mNonReadable_3; } inline void set_mNonReadable_3(bool value) { ___mNonReadable_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandlerTexture struct DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142_marshaled_pinvoke : public DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___mTexture_1; int32_t ___mHasTexture_2; int32_t ___mNonReadable_3; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandlerTexture struct DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142_marshaled_com : public DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___mTexture_1; int32_t ___mHasTexture_2; int32_t ___mNonReadable_3; }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // BestHTTP.Caching.HTTPCacheMaintananceParams struct HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 : public RuntimeObject { public: // System.TimeSpan BestHTTP.Caching.HTTPCacheMaintananceParams::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CDeleteOlderU3Ek__BackingField_0; // System.UInt64 BestHTTP.Caching.HTTPCacheMaintananceParams::k__BackingField uint64_t ___U3CMaxCacheSizeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CDeleteOlderU3Ek__BackingField_0() { return static_cast(offsetof(HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142, ___U3CDeleteOlderU3Ek__BackingField_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CDeleteOlderU3Ek__BackingField_0() const { return ___U3CDeleteOlderU3Ek__BackingField_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CDeleteOlderU3Ek__BackingField_0() { return &___U3CDeleteOlderU3Ek__BackingField_0; } inline void set_U3CDeleteOlderU3Ek__BackingField_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CDeleteOlderU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMaxCacheSizeU3Ek__BackingField_1() { return static_cast(offsetof(HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142, ___U3CMaxCacheSizeU3Ek__BackingField_1)); } inline uint64_t get_U3CMaxCacheSizeU3Ek__BackingField_1() const { return ___U3CMaxCacheSizeU3Ek__BackingField_1; } inline uint64_t* get_address_of_U3CMaxCacheSizeU3Ek__BackingField_1() { return &___U3CMaxCacheSizeU3Ek__BackingField_1; } inline void set_U3CMaxCacheSizeU3Ek__BackingField_1(uint64_t value) { ___U3CMaxCacheSizeU3Ek__BackingField_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink struct MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink::mMac RuntimeObject* ___mMac_6; public: inline static int32_t get_offset_of_mMac_6() { return static_cast(offsetof(MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F, ___mMac_6)); } inline RuntimeObject* get_mMac_6() const { return ___mMac_6; } inline RuntimeObject** get_address_of_mMac_6() { return &___mMac_6; } inline void set_mMac_6(RuntimeObject* value) { ___mMac_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMac_6), (void*)value); } }; // 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; }; // DG.Tweening.Plugins.Core.PathCore.Path struct Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 : public RuntimeObject { public: // System.Single[] DG.Tweening.Plugins.Core.PathCore.Path::wpLengths SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___wpLengths_3; // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.Path::wps Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___wps_4; // DG.Tweening.PathType DG.Tweening.Plugins.Core.PathCore.Path::type int32_t ___type_5; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::subdivisionsXSegment int32_t ___subdivisionsXSegment_6; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::subdivisions int32_t ___subdivisions_7; // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] DG.Tweening.Plugins.Core.PathCore.Path::controlPoints ControlPointU5BU5D_t9F61665C9F79DD5715B9C6C357BC1A9F16326884* ___controlPoints_8; // System.Single DG.Tweening.Plugins.Core.PathCore.Path::length float ___length_9; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::isFinalized bool ___isFinalized_10; // System.Single[] DG.Tweening.Plugins.Core.PathCore.Path::timesTable SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___timesTable_11; // System.Single[] DG.Tweening.Plugins.Core.PathCore.Path::lengthsTable SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___lengthsTable_12; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::linearWPIndex int32_t ___linearWPIndex_13; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::addedExtraStartWp bool ___addedExtraStartWp_14; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::addedExtraEndWp bool ___addedExtraEndWp_15; // DG.Tweening.Plugins.Core.PathCore.Path DG.Tweening.Plugins.Core.PathCore.Path::_incrementalClone Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ____incrementalClone_16; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::_incrementalIndex int32_t ____incrementalIndex_17; // DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder DG.Tweening.Plugins.Core.PathCore.Path::_decoder ABSPathDecoder_tC2631579BAB41F64C63A0909E8386B88B45F93D1 * ____decoder_18; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::_changed bool ____changed_19; // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.Path::nonLinearDrawWps Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___nonLinearDrawWps_20; // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.Path::targetPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___targetPosition_21; // System.Nullable`1 DG.Tweening.Plugins.Core.PathCore.Path::lookAtPosition Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258 ___lookAtPosition_22; // UnityEngine.Color DG.Tweening.Plugins.Core.PathCore.Path::gizmoColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___gizmoColor_23; public: inline static int32_t get_offset_of_wpLengths_3() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___wpLengths_3)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_wpLengths_3() const { return ___wpLengths_3; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_wpLengths_3() { return &___wpLengths_3; } inline void set_wpLengths_3(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___wpLengths_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___wpLengths_3), (void*)value); } inline static int32_t get_offset_of_wps_4() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___wps_4)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_wps_4() const { return ___wps_4; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_wps_4() { return &___wps_4; } inline void set_wps_4(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___wps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___wps_4), (void*)value); } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___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_subdivisionsXSegment_6() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___subdivisionsXSegment_6)); } inline int32_t get_subdivisionsXSegment_6() const { return ___subdivisionsXSegment_6; } inline int32_t* get_address_of_subdivisionsXSegment_6() { return &___subdivisionsXSegment_6; } inline void set_subdivisionsXSegment_6(int32_t value) { ___subdivisionsXSegment_6 = value; } inline static int32_t get_offset_of_subdivisions_7() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___subdivisions_7)); } inline int32_t get_subdivisions_7() const { return ___subdivisions_7; } inline int32_t* get_address_of_subdivisions_7() { return &___subdivisions_7; } inline void set_subdivisions_7(int32_t value) { ___subdivisions_7 = value; } inline static int32_t get_offset_of_controlPoints_8() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___controlPoints_8)); } inline ControlPointU5BU5D_t9F61665C9F79DD5715B9C6C357BC1A9F16326884* get_controlPoints_8() const { return ___controlPoints_8; } inline ControlPointU5BU5D_t9F61665C9F79DD5715B9C6C357BC1A9F16326884** get_address_of_controlPoints_8() { return &___controlPoints_8; } inline void set_controlPoints_8(ControlPointU5BU5D_t9F61665C9F79DD5715B9C6C357BC1A9F16326884* value) { ___controlPoints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlPoints_8), (void*)value); } inline static int32_t get_offset_of_length_9() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___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_isFinalized_10() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___isFinalized_10)); } inline bool get_isFinalized_10() const { return ___isFinalized_10; } inline bool* get_address_of_isFinalized_10() { return &___isFinalized_10; } inline void set_isFinalized_10(bool value) { ___isFinalized_10 = value; } inline static int32_t get_offset_of_timesTable_11() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___timesTable_11)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_timesTable_11() const { return ___timesTable_11; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_timesTable_11() { return &___timesTable_11; } inline void set_timesTable_11(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___timesTable_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timesTable_11), (void*)value); } inline static int32_t get_offset_of_lengthsTable_12() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___lengthsTable_12)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_lengthsTable_12() const { return ___lengthsTable_12; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_lengthsTable_12() { return &___lengthsTable_12; } inline void set_lengthsTable_12(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___lengthsTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___lengthsTable_12), (void*)value); } inline static int32_t get_offset_of_linearWPIndex_13() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___linearWPIndex_13)); } inline int32_t get_linearWPIndex_13() const { return ___linearWPIndex_13; } inline int32_t* get_address_of_linearWPIndex_13() { return &___linearWPIndex_13; } inline void set_linearWPIndex_13(int32_t value) { ___linearWPIndex_13 = value; } inline static int32_t get_offset_of_addedExtraStartWp_14() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___addedExtraStartWp_14)); } inline bool get_addedExtraStartWp_14() const { return ___addedExtraStartWp_14; } inline bool* get_address_of_addedExtraStartWp_14() { return &___addedExtraStartWp_14; } inline void set_addedExtraStartWp_14(bool value) { ___addedExtraStartWp_14 = value; } inline static int32_t get_offset_of_addedExtraEndWp_15() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___addedExtraEndWp_15)); } inline bool get_addedExtraEndWp_15() const { return ___addedExtraEndWp_15; } inline bool* get_address_of_addedExtraEndWp_15() { return &___addedExtraEndWp_15; } inline void set_addedExtraEndWp_15(bool value) { ___addedExtraEndWp_15 = value; } inline static int32_t get_offset_of__incrementalClone_16() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ____incrementalClone_16)); } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * get__incrementalClone_16() const { return ____incrementalClone_16; } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 ** get_address_of__incrementalClone_16() { return &____incrementalClone_16; } inline void set__incrementalClone_16(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * value) { ____incrementalClone_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____incrementalClone_16), (void*)value); } inline static int32_t get_offset_of__incrementalIndex_17() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ____incrementalIndex_17)); } inline int32_t get__incrementalIndex_17() const { return ____incrementalIndex_17; } inline int32_t* get_address_of__incrementalIndex_17() { return &____incrementalIndex_17; } inline void set__incrementalIndex_17(int32_t value) { ____incrementalIndex_17 = value; } inline static int32_t get_offset_of__decoder_18() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ____decoder_18)); } inline ABSPathDecoder_tC2631579BAB41F64C63A0909E8386B88B45F93D1 * get__decoder_18() const { return ____decoder_18; } inline ABSPathDecoder_tC2631579BAB41F64C63A0909E8386B88B45F93D1 ** get_address_of__decoder_18() { return &____decoder_18; } inline void set__decoder_18(ABSPathDecoder_tC2631579BAB41F64C63A0909E8386B88B45F93D1 * value) { ____decoder_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____decoder_18), (void*)value); } inline static int32_t get_offset_of__changed_19() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ____changed_19)); } inline bool get__changed_19() const { return ____changed_19; } inline bool* get_address_of__changed_19() { return &____changed_19; } inline void set__changed_19(bool value) { ____changed_19 = value; } inline static int32_t get_offset_of_nonLinearDrawWps_20() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___nonLinearDrawWps_20)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_nonLinearDrawWps_20() const { return ___nonLinearDrawWps_20; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_nonLinearDrawWps_20() { return &___nonLinearDrawWps_20; } inline void set_nonLinearDrawWps_20(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___nonLinearDrawWps_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonLinearDrawWps_20), (void*)value); } inline static int32_t get_offset_of_targetPosition_21() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___targetPosition_21)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_targetPosition_21() const { return ___targetPosition_21; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_targetPosition_21() { return &___targetPosition_21; } inline void set_targetPosition_21(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___targetPosition_21 = value; } inline static int32_t get_offset_of_lookAtPosition_22() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___lookAtPosition_22)); } inline Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258 get_lookAtPosition_22() const { return ___lookAtPosition_22; } inline Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258 * get_address_of_lookAtPosition_22() { return &___lookAtPosition_22; } inline void set_lookAtPosition_22(Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258 value) { ___lookAtPosition_22 = value; } inline static int32_t get_offset_of_gizmoColor_23() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5, ___gizmoColor_23)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_gizmoColor_23() const { return ___gizmoColor_23; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_gizmoColor_23() { return &___gizmoColor_23; } inline void set_gizmoColor_23(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___gizmoColor_23 = value; } }; struct Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5_StaticFields { public: // DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder DG.Tweening.Plugins.Core.PathCore.Path::_catmullRomDecoder CatmullRomDecoder_t2FA372BD7BB8D2A0CBCBCC812FBCB83703A63F9B * ____catmullRomDecoder_0; // DG.Tweening.Plugins.Core.PathCore.LinearDecoder DG.Tweening.Plugins.Core.PathCore.Path::_linearDecoder LinearDecoder_tE244F738878748CB8B92F95C686BE0B57B066291 * ____linearDecoder_1; // DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder DG.Tweening.Plugins.Core.PathCore.Path::_cubicBezierDecoder CubicBezierDecoder_t5807727848593CD408A4C942FA347EBC8F7A25FF * ____cubicBezierDecoder_2; public: inline static int32_t get_offset_of__catmullRomDecoder_0() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5_StaticFields, ____catmullRomDecoder_0)); } inline CatmullRomDecoder_t2FA372BD7BB8D2A0CBCBCC812FBCB83703A63F9B * get__catmullRomDecoder_0() const { return ____catmullRomDecoder_0; } inline CatmullRomDecoder_t2FA372BD7BB8D2A0CBCBCC812FBCB83703A63F9B ** get_address_of__catmullRomDecoder_0() { return &____catmullRomDecoder_0; } inline void set__catmullRomDecoder_0(CatmullRomDecoder_t2FA372BD7BB8D2A0CBCBCC812FBCB83703A63F9B * value) { ____catmullRomDecoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____catmullRomDecoder_0), (void*)value); } inline static int32_t get_offset_of__linearDecoder_1() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5_StaticFields, ____linearDecoder_1)); } inline LinearDecoder_tE244F738878748CB8B92F95C686BE0B57B066291 * get__linearDecoder_1() const { return ____linearDecoder_1; } inline LinearDecoder_tE244F738878748CB8B92F95C686BE0B57B066291 ** get_address_of__linearDecoder_1() { return &____linearDecoder_1; } inline void set__linearDecoder_1(LinearDecoder_tE244F738878748CB8B92F95C686BE0B57B066291 * value) { ____linearDecoder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____linearDecoder_1), (void*)value); } inline static int32_t get_offset_of__cubicBezierDecoder_2() { return static_cast(offsetof(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5_StaticFields, ____cubicBezierDecoder_2)); } inline CubicBezierDecoder_t5807727848593CD408A4C942FA347EBC8F7A25FF * get__cubicBezierDecoder_2() const { return ____cubicBezierDecoder_2; } inline CubicBezierDecoder_t5807727848593CD408A4C942FA347EBC8F7A25FF ** get_address_of__cubicBezierDecoder_2() { return &____cubicBezierDecoder_2; } inline void set__cubicBezierDecoder_2(CubicBezierDecoder_t5807727848593CD408A4C942FA347EBC8F7A25FF * value) { ____cubicBezierDecoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____cubicBezierDecoder_2), (void*)value); } }; // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::stableZRotation bool ___stableZRotation_13; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_16; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_17; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAtPosition_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAtTransform_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookAtTransform_6), (void*)value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___forward_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_forward_9() const { return ___forward_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___parent_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_parent_11() const { return ___parent_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_11), (void*)value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_stableZRotation_13() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___stableZRotation_13)); } inline bool get_stableZRotation_13() const { return ___stableZRotation_13; } inline bool* get_address_of_stableZRotation_13() { return &___stableZRotation_13; } inline void set_stableZRotation_13(bool value) { ___stableZRotation_13 = value; } inline static int32_t get_offset_of_startupRot_14() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___startupRot_14)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_startupRot_14() const { return ___startupRot_14; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_startupRot_14() { return &___startupRot_14; } inline void set_startupRot_14(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___startupRot_14 = value; } inline static int32_t get_offset_of_startupZRot_15() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___startupZRot_15)); } inline float get_startupZRot_15() const { return ___startupZRot_15; } inline float* get_address_of_startupZRot_15() { return &___startupZRot_15; } inline void set_startupZRot_15(float value) { ___startupZRot_15 = value; } inline static int32_t get_offset_of_addedExtraStartWp_16() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___addedExtraStartWp_16)); } inline bool get_addedExtraStartWp_16() const { return ___addedExtraStartWp_16; } inline bool* get_address_of_addedExtraStartWp_16() { return &___addedExtraStartWp_16; } inline void set_addedExtraStartWp_16(bool value) { ___addedExtraStartWp_16 = value; } inline static int32_t get_offset_of_addedExtraEndWp_17() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___addedExtraEndWp_17)); } inline bool get_addedExtraEndWp_17() const { return ___addedExtraEndWp_17; } inline bool* get_address_of_addedExtraEndWp_17() { return &___addedExtraEndWp_17; } inline void set_addedExtraEndWp_17(bool value) { ___addedExtraEndWp_17 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; int32_t ___useLocalPosition_10; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; int32_t ___isRigidbody_12; int32_t ___stableZRotation_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; float ___startupZRot_15; int32_t ___addedExtraStartWp_16; int32_t ___addedExtraEndWp_17; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; int32_t ___useLocalPosition_10; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; int32_t ___isRigidbody_12; int32_t ___stableZRotation_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; float ___startupZRot_15; int32_t ___addedExtraStartWp_16; int32_t ___addedExtraEndWp_17; }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream struct TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C : public BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::tee Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee_7; public: inline static int32_t get_offset_of_input_6() { return static_cast(offsetof(TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C, ___input_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_6() const { return ___input_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_6() { return &___input_6; } inline void set_input_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_6), (void*)value); } inline static int32_t get_offset_of_tee_7() { return static_cast(offsetof(TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C, ___tee_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_tee_7() const { return ___tee_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_tee_7() { return &___tee_7; } inline void set_tee_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___tee_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tee_7), (void*)value); } }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * ___m_DownloadHandler_1; // UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * ___m_UploadHandler_2; // UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * ___m_CertificateHandler_3; // System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___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; } inline static int32_t get_offset_of_m_DownloadHandler_1() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_DownloadHandler_1)); } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * get_m_DownloadHandler_1() const { return ___m_DownloadHandler_1; } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB ** get_address_of_m_DownloadHandler_1() { return &___m_DownloadHandler_1; } inline void set_m_DownloadHandler_1(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * value) { ___m_DownloadHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DownloadHandler_1), (void*)value); } inline static int32_t get_offset_of_m_UploadHandler_2() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_UploadHandler_2)); } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * get_m_UploadHandler_2() const { return ___m_UploadHandler_2; } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA ** get_address_of_m_UploadHandler_2() { return &___m_UploadHandler_2; } inline void set_m_UploadHandler_2(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * value) { ___m_UploadHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UploadHandler_2), (void*)value); } inline static int32_t get_offset_of_m_CertificateHandler_3() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_CertificateHandler_3)); } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * get_m_CertificateHandler_3() const { return ___m_CertificateHandler_3; } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E ** get_address_of_m_CertificateHandler_3() { return &___m_CertificateHandler_3; } inline void set_m_CertificateHandler_3(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * value) { ___m_CertificateHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CertificateHandler_3), (void*)value); } inline static int32_t get_offset_of_m_Uri_4() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Uri_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_Uri_4() const { return ___m_Uri_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_Uri_4() { return &___m_Uri_4; } inline void set_m_Uri_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_Uri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uri_4), (void*)value); } inline static int32_t get_offset_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5)); } inline bool get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() const { return ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline bool* get_address_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return &___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline void set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5(bool value) { ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6)); } inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline bool* get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return &___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6(bool value) { ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7)); } inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline bool* get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return &___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7(bool value) { ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com* ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com* ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com* ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 { public: // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestAsyncOperation::k__BackingField UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CwebRequestU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CwebRequestU3Ek__BackingField_2() { return static_cast(offsetof(UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396, ___U3CwebRequestU3Ek__BackingField_2)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CwebRequestU3Ek__BackingField_2() const { return ___U3CwebRequestU3Ek__BackingField_2; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CwebRequestU3Ek__BackingField_2() { return &___U3CwebRequestU3Ek__BackingField_2; } inline void set_U3CwebRequestU3Ek__BackingField_2(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CwebRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CwebRequestU3Ek__BackingField_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396_marshaled_pinvoke : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke* ___U3CwebRequestU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396_marshaled_com : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com* ___U3CwebRequestU3Ek__BackingField_2; }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream struct BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::_buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buf_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::_off int32_t ____off_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::_gen BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * ____gen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::_derOut DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ____derOut_9; public: inline static int32_t get_offset_of__buf_6() { return static_cast(offsetof(BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18, ____buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buf_6() const { return ____buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buf_6() { return &____buf_6; } inline void set__buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____buf_6), (void*)value); } inline static int32_t get_offset_of__off_7() { return static_cast(offsetof(BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18, ____off_7)); } inline int32_t get__off_7() const { return ____off_7; } inline int32_t* get_address_of__off_7() { return &____off_7; } inline void set__off_7(int32_t value) { ____off_7 = value; } inline static int32_t get_offset_of__gen_8() { return static_cast(offsetof(BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18, ____gen_8)); } inline BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * get__gen_8() const { return ____gen_8; } inline BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB ** get_address_of__gen_8() { return &____gen_8; } inline void set__gen_8(BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * value) { ____gen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____gen_8), (void*)value); } inline static int32_t get_offset_of__derOut_9() { return static_cast(offsetof(BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18, ____derOut_9)); } inline DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * get__derOut_9() const { return ____derOut_9; } inline DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 ** get_address_of__derOut_9() { return &____derOut_9; } inline void set__derOut_9(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * value) { ____derOut_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____derOut_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16 struct ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream struct CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::macStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___macStream_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::mac RuntimeObject* ___mac_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::cGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::authGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___authGen_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen_10; public: inline static int32_t get_offset_of_macStream_6() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___macStream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_macStream_6() const { return ___macStream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_macStream_6() { return &___macStream_6; } inline void set_macStream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___macStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___macStream_6), (void*)value); } inline static int32_t get_offset_of_mac_7() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___mac_7)); } inline RuntimeObject* get_mac_7() const { return ___mac_7; } inline RuntimeObject** get_address_of_mac_7() { return &___mac_7; } inline void set_mac_7(RuntimeObject* value) { ___mac_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_7), (void*)value); } inline static int32_t get_offset_of_cGen_8() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___cGen_8)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get_cGen_8() const { return ___cGen_8; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of_cGen_8() { return &___cGen_8; } inline void set_cGen_8(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ___cGen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cGen_8), (void*)value); } inline static int32_t get_offset_of_authGen_9() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___authGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get_authGen_9() const { return ___authGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of_authGen_9() { return &___authGen_9; } inline void set_authGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ___authGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___authGen_9), (void*)value); } inline static int32_t get_offset_of_eiGen_10() { return static_cast(offsetof(CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419, ___eiGen_10)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get_eiGen_10() const { return ___eiGen_10; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of_eiGen_10() { return &___eiGen_10; } inline void set_eiGen_10(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ___eiGen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___eiGen_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream struct CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_out ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * ____out_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_sGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____sGen_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_cGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____cGen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::_eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____eiGen_9; public: inline static int32_t get_offset_of__out_6() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____out_6)); } inline ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * get__out_6() const { return ____out_6; } inline ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 ** get_address_of__out_6() { return &____out_6; } inline void set__out_6(ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * value) { ____out_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_6), (void*)value); } inline static int32_t get_offset_of__sGen_7() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____sGen_7)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__sGen_7() const { return ____sGen_7; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__sGen_7() { return &____sGen_7; } inline void set__sGen_7(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____sGen_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____sGen_7), (void*)value); } inline static int32_t get_offset_of__cGen_8() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____cGen_8)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__cGen_8() const { return ____cGen_8; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__cGen_8() { return &____cGen_8; } inline void set__cGen_8(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____cGen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cGen_8), (void*)value); } inline static int32_t get_offset_of__eiGen_9() { return static_cast(offsetof(CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89, ____eiGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__eiGen_9() const { return ____eiGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__eiGen_9() { return &____eiGen_9; } inline void set__eiGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____eiGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____eiGen_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream struct CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_outer CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * ____outer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_out CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * ____out_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_cGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____cGen_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_envGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____envGen_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::_eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____eiGen_10; public: inline static int32_t get_offset_of__outer_6() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____outer_6)); } inline CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * get__outer_6() const { return ____outer_6; } inline CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 ** get_address_of__outer_6() { return &____outer_6; } inline void set__outer_6(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * value) { ____outer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____outer_6), (void*)value); } inline static int32_t get_offset_of__out_7() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____out_7)); } inline CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * get__out_7() const { return ____out_7; } inline CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E ** get_address_of__out_7() { return &____out_7; } inline void set__out_7(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * value) { ____out_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_7), (void*)value); } inline static int32_t get_offset_of__cGen_8() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____cGen_8)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__cGen_8() const { return ____cGen_8; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__cGen_8() { return &____cGen_8; } inline void set__cGen_8(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____cGen_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cGen_8), (void*)value); } inline static int32_t get_offset_of__envGen_9() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____envGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__envGen_9() const { return ____envGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__envGen_9() { return &____envGen_9; } inline void set__envGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____envGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____envGen_9), (void*)value); } inline static int32_t get_offset_of__eiGen_10() { return static_cast(offsetof(CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333, ____eiGen_10)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__eiGen_10() const { return ____eiGen_10; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__eiGen_10() { return &____eiGen_10; } inline void set__eiGen_10(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____eiGen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____eiGen_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream struct CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::outer CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_contentOID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____contentOID_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_sGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____sGen_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_sigGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____sigGen_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____eiGen_11; public: inline static int32_t get_offset_of_outer_6() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ___outer_6)); } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * get_outer_6() const { return ___outer_6; } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B ** get_address_of_outer_6() { return &___outer_6; } inline void set_outer_6(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * value) { ___outer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_6), (void*)value); } inline static int32_t get_offset_of__out_7() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____out_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_7() const { return ____out_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_7() { return &____out_7; } inline void set__out_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_7), (void*)value); } inline static int32_t get_offset_of__contentOID_8() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____contentOID_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get__contentOID_8() const { return ____contentOID_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of__contentOID_8() { return &____contentOID_8; } inline void set__contentOID_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ____contentOID_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentOID_8), (void*)value); } inline static int32_t get_offset_of__sGen_9() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____sGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__sGen_9() const { return ____sGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__sGen_9() { return &____sGen_9; } inline void set__sGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____sGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____sGen_9), (void*)value); } inline static int32_t get_offset_of__sigGen_10() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____sigGen_10)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__sigGen_10() const { return ____sigGen_10; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__sigGen_10() { return &____sigGen_10; } inline void set__sigGen_10(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____sigGen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____sigGen_10), (void*)value); } inline static int32_t get_offset_of__eiGen_11() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____eiGen_11)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__eiGen_11() const { return ____eiGen_11; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__eiGen_11() { return &____eiGen_11; } inline void set__eiGen_11(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____eiGen_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____eiGen_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream struct FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: public: }; // BestHTTP.Decompression.Zlib.DeflateManager/Config struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB : public RuntimeObject { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::GoodLength int32_t ___GoodLength_0; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::MaxLazy int32_t ___MaxLazy_1; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::NiceLength int32_t ___NiceLength_2; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::MaxChainLength int32_t ___MaxChainLength_3; // BestHTTP.Decompression.Zlib.DeflateFlavor BestHTTP.Decompression.Zlib.DeflateManager/Config::Flavor int32_t ___Flavor_4; public: inline static int32_t get_offset_of_GoodLength_0() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___GoodLength_0)); } inline int32_t get_GoodLength_0() const { return ___GoodLength_0; } inline int32_t* get_address_of_GoodLength_0() { return &___GoodLength_0; } inline void set_GoodLength_0(int32_t value) { ___GoodLength_0 = value; } inline static int32_t get_offset_of_MaxLazy_1() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___MaxLazy_1)); } inline int32_t get_MaxLazy_1() const { return ___MaxLazy_1; } inline int32_t* get_address_of_MaxLazy_1() { return &___MaxLazy_1; } inline void set_MaxLazy_1(int32_t value) { ___MaxLazy_1 = value; } inline static int32_t get_offset_of_NiceLength_2() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___NiceLength_2)); } inline int32_t get_NiceLength_2() const { return ___NiceLength_2; } inline int32_t* get_address_of_NiceLength_2() { return &___NiceLength_2; } inline void set_NiceLength_2(int32_t value) { ___NiceLength_2 = value; } inline static int32_t get_offset_of_MaxChainLength_3() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___MaxChainLength_3)); } inline int32_t get_MaxChainLength_3() const { return ___MaxChainLength_3; } inline int32_t* get_address_of_MaxChainLength_3() { return &___MaxChainLength_3; } inline void set_MaxChainLength_3(int32_t value) { ___MaxChainLength_3 = value; } inline static int32_t get_offset_of_Flavor_4() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___Flavor_4)); } inline int32_t get_Flavor_4() const { return ___Flavor_4; } inline int32_t* get_address_of_Flavor_4() { return &___Flavor_4; } inline void set_Flavor_4(int32_t value) { ___Flavor_4 = value; } }; struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_StaticFields { public: // BestHTTP.Decompression.Zlib.DeflateManager/Config[] BestHTTP.Decompression.Zlib.DeflateManager/Config::Table ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* ___Table_5; public: inline static int32_t get_offset_of_Table_5() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_StaticFields, ___Table_5)); } inline ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* get_Table_5() const { return ___Table_5; } inline ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B** get_address_of_Table_5() { return &___Table_5; } inline void set_Table_5(ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* value) { ___Table_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream struct DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream::d RuntimeObject* ___d_6; public: inline static int32_t get_offset_of_d_6() { return static_cast(offsetof(DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC, ___d_6)); } inline RuntimeObject* get_d_6() const { return ___d_6; } inline RuntimeObject** get_address_of_d_6() { return &___d_6; } inline void set_d_6(RuntimeObject* value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer struct RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer struct Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer struct Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer struct Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // System.Action`1 struct Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC : public DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA { public: public: }; struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::Empty BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields, ___Empty_4)); } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * get_Empty_4() const { return ___Empty_4; } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject struct BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 : public DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Joint struct Joint_t085126F36196FC982700F4EA8466CF10C90EC15E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody2D struct Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException struct SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 : public ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.String DG.Tweening.Tween::debugTargetId String_t* ___debugTargetId_34; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_35; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_36; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_37; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_38; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_39; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequenceParent_40; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_41; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_42; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_43; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_44; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_46; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_47; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_48; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_49; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_50; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_51; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_52; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_53; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_6), (void*)value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringId_7), (void*)value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_9), (void*)value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPlay_12)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlay_12), (void*)value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPause_13)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPause_13), (void*)value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onRewind_14)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRewind_14), (void*)value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onUpdate_15)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_15), (void*)value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onStepComplete_16)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStepComplete_16), (void*)value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onComplete_17)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_17), (void*)value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onKill_18)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___onKill_18), (void*)value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onWaypointChange_19)); } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaypointChange_19), (void*)value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___customEase_31)); } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___customEase_31), (void*)value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_debugTargetId_34() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___debugTargetId_34)); } inline String_t* get_debugTargetId_34() const { return ___debugTargetId_34; } inline String_t** get_address_of_debugTargetId_34() { return &___debugTargetId_34; } inline void set_debugTargetId_34(String_t* value) { ___debugTargetId_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugTargetId_34), (void*)value); } inline static int32_t get_offset_of_typeofT1_35() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT1_35)); } inline Type_t * get_typeofT1_35() const { return ___typeofT1_35; } inline Type_t ** get_address_of_typeofT1_35() { return &___typeofT1_35; } inline void set_typeofT1_35(Type_t * value) { ___typeofT1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT1_35), (void*)value); } inline static int32_t get_offset_of_typeofT2_36() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT2_36)); } inline Type_t * get_typeofT2_36() const { return ___typeofT2_36; } inline Type_t ** get_address_of_typeofT2_36() { return &___typeofT2_36; } inline void set_typeofT2_36(Type_t * value) { ___typeofT2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT2_36), (void*)value); } inline static int32_t get_offset_of_typeofTPlugOptions_37() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofTPlugOptions_37)); } inline Type_t * get_typeofTPlugOptions_37() const { return ___typeofTPlugOptions_37; } inline Type_t ** get_address_of_typeofTPlugOptions_37() { return &___typeofTPlugOptions_37; } inline void set_typeofTPlugOptions_37(Type_t * value) { ___typeofTPlugOptions_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTPlugOptions_37), (void*)value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_38() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CactiveU3Ek__BackingField_38)); } inline bool get_U3CactiveU3Ek__BackingField_38() const { return ___U3CactiveU3Ek__BackingField_38; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_38() { return &___U3CactiveU3Ek__BackingField_38; } inline void set_U3CactiveU3Ek__BackingField_38(bool value) { ___U3CactiveU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_isSequenced_39() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSequenced_39)); } inline bool get_isSequenced_39() const { return ___isSequenced_39; } inline bool* get_address_of_isSequenced_39() { return &___isSequenced_39; } inline void set_isSequenced_39(bool value) { ___isSequenced_39 = value; } inline static int32_t get_offset_of_sequenceParent_40() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___sequenceParent_40)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequenceParent_40() const { return ___sequenceParent_40; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequenceParent_40() { return &___sequenceParent_40; } inline void set_sequenceParent_40(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequenceParent_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequenceParent_40), (void*)value); } inline static int32_t get_offset_of_activeId_41() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___activeId_41)); } inline int32_t get_activeId_41() const { return ___activeId_41; } inline int32_t* get_address_of_activeId_41() { return &___activeId_41; } inline void set_activeId_41(int32_t value) { ___activeId_41 = value; } inline static int32_t get_offset_of_specialStartupMode_42() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___specialStartupMode_42)); } inline int32_t get_specialStartupMode_42() const { return ___specialStartupMode_42; } inline int32_t* get_address_of_specialStartupMode_42() { return &___specialStartupMode_42; } inline void set_specialStartupMode_42(int32_t value) { ___specialStartupMode_42 = value; } inline static int32_t get_offset_of_creationLocked_43() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___creationLocked_43)); } inline bool get_creationLocked_43() const { return ___creationLocked_43; } inline bool* get_address_of_creationLocked_43() { return &___creationLocked_43; } inline void set_creationLocked_43(bool value) { ___creationLocked_43 = value; } inline static int32_t get_offset_of_startupDone_44() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___startupDone_44)); } inline bool get_startupDone_44() const { return ___startupDone_44; } inline bool* get_address_of_startupDone_44() { return &___startupDone_44; } inline void set_startupDone_44(bool value) { ___startupDone_44 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_45() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CplayedOnceU3Ek__BackingField_45)); } inline bool get_U3CplayedOnceU3Ek__BackingField_45() const { return ___U3CplayedOnceU3Ek__BackingField_45; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_45() { return &___U3CplayedOnceU3Ek__BackingField_45; } inline void set_U3CplayedOnceU3Ek__BackingField_45(bool value) { ___U3CplayedOnceU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_46() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CpositionU3Ek__BackingField_46)); } inline float get_U3CpositionU3Ek__BackingField_46() const { return ___U3CpositionU3Ek__BackingField_46; } inline float* get_address_of_U3CpositionU3Ek__BackingField_46() { return &___U3CpositionU3Ek__BackingField_46; } inline void set_U3CpositionU3Ek__BackingField_46(float value) { ___U3CpositionU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_fullDuration_47() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___fullDuration_47)); } inline float get_fullDuration_47() const { return ___fullDuration_47; } inline float* get_address_of_fullDuration_47() { return &___fullDuration_47; } inline void set_fullDuration_47(float value) { ___fullDuration_47 = value; } inline static int32_t get_offset_of_completedLoops_48() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___completedLoops_48)); } inline int32_t get_completedLoops_48() const { return ___completedLoops_48; } inline int32_t* get_address_of_completedLoops_48() { return &___completedLoops_48; } inline void set_completedLoops_48(int32_t value) { ___completedLoops_48 = value; } inline static int32_t get_offset_of_isPlaying_49() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isPlaying_49)); } inline bool get_isPlaying_49() const { return ___isPlaying_49; } inline bool* get_address_of_isPlaying_49() { return &___isPlaying_49; } inline void set_isPlaying_49(bool value) { ___isPlaying_49 = value; } inline static int32_t get_offset_of_isComplete_50() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isComplete_50)); } inline bool get_isComplete_50() const { return ___isComplete_50; } inline bool* get_address_of_isComplete_50() { return &___isComplete_50; } inline void set_isComplete_50(bool value) { ___isComplete_50 = value; } inline static int32_t get_offset_of_elapsedDelay_51() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___elapsedDelay_51)); } inline float get_elapsedDelay_51() const { return ___elapsedDelay_51; } inline float* get_address_of_elapsedDelay_51() { return &___elapsedDelay_51; } inline void set_elapsedDelay_51(float value) { ___elapsedDelay_51 = value; } inline static int32_t get_offset_of_delayComplete_52() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delayComplete_52)); } inline bool get_delayComplete_52() const { return ___delayComplete_52; } inline bool* get_address_of_delayComplete_52() { return &___delayComplete_52; } inline void set_delayComplete_52(bool value) { ___delayComplete_52 = value; } inline static int32_t get_offset_of_miscInt_53() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___miscInt_53)); } inline int32_t get_miscInt_53() const { return ___miscInt_53; } inline int32_t* get_address_of_miscInt_53() { return &___miscInt_53; } inline void set_miscInt_53(int32_t value) { ___miscInt_53 = value; } }; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // DG.Tweening.DOTweenModuleUnityVersion/d__10 struct U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 { public: // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder DG.Tweening.DOTweenModuleUnityVersion/d__10::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // DG.Tweening.Tween DG.Tweening.DOTweenModuleUnityVersion/d__10::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_2; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter DG.Tweening.DOTweenModuleUnityVersion/d__10::<>u__1 YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE ___U3CU3Eu__1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24, ___t_2)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_2() const { return ___t_2; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_2), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_3() { return static_cast(offsetof(U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24, ___U3CU3Eu__1_3)); } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE get_U3CU3Eu__1_3() const { return ___U3CU3Eu__1_3; } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * get_address_of_U3CU3Eu__1_3() { return &___U3CU3Eu__1_3; } inline void set_U3CU3Eu__1_3(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE value) { ___U3CU3Eu__1_3 = value; } }; // DG.Tweening.DOTweenModuleUnityVersion/d__13 struct U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A { public: // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder DG.Tweening.DOTweenModuleUnityVersion/d__13::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // DG.Tweening.Tween DG.Tweening.DOTweenModuleUnityVersion/d__13::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_2; // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__13::elapsedLoops int32_t ___elapsedLoops_3; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter DG.Tweening.DOTweenModuleUnityVersion/d__13::<>u__1 YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A, ___t_2)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_2() const { return ___t_2; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_2), (void*)value); } inline static int32_t get_offset_of_elapsedLoops_3() { return static_cast(offsetof(U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A, ___elapsedLoops_3)); } inline int32_t get_elapsedLoops_3() const { return ___elapsedLoops_3; } inline int32_t* get_address_of_elapsedLoops_3() { return &___elapsedLoops_3; } inline void set_elapsedLoops_3(int32_t value) { ___elapsedLoops_3 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A, ___U3CU3Eu__1_4)); } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE value) { ___U3CU3Eu__1_4 = value; } }; // DG.Tweening.DOTweenModuleUnityVersion/d__12 struct U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB { public: // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__12::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder DG.Tweening.DOTweenModuleUnityVersion/d__12::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // DG.Tweening.Tween DG.Tweening.DOTweenModuleUnityVersion/d__12::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_2; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter DG.Tweening.DOTweenModuleUnityVersion/d__12::<>u__1 YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE ___U3CU3Eu__1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB, ___t_2)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_2() const { return ___t_2; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_2), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_3() { return static_cast(offsetof(U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB, ___U3CU3Eu__1_3)); } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE get_U3CU3Eu__1_3() const { return ___U3CU3Eu__1_3; } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * get_address_of_U3CU3Eu__1_3() { return &___U3CU3Eu__1_3; } inline void set_U3CU3Eu__1_3(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE value) { ___U3CU3Eu__1_3 = value; } }; // DG.Tweening.DOTweenModuleUnityVersion/d__14 struct U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 { public: // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder DG.Tweening.DOTweenModuleUnityVersion/d__14::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // DG.Tweening.Tween DG.Tweening.DOTweenModuleUnityVersion/d__14::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_2; // System.Single DG.Tweening.DOTweenModuleUnityVersion/d__14::position float ___position_3; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter DG.Tweening.DOTweenModuleUnityVersion/d__14::<>u__1 YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9, ___t_2)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_2() const { return ___t_2; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_2), (void*)value); } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9, ___position_3)); } inline float get_position_3() const { return ___position_3; } inline float* get_address_of_position_3() { return &___position_3; } inline void set_position_3(float value) { ___position_3 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9, ___U3CU3Eu__1_4)); } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE value) { ___U3CU3Eu__1_4 = value; } }; // DG.Tweening.DOTweenModuleUnityVersion/d__11 struct U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A { public: // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__11::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder DG.Tweening.DOTweenModuleUnityVersion/d__11::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // DG.Tweening.Tween DG.Tweening.DOTweenModuleUnityVersion/d__11::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_2; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter DG.Tweening.DOTweenModuleUnityVersion/d__11::<>u__1 YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE ___U3CU3Eu__1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A, ___t_2)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_2() const { return ___t_2; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_2), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_3() { return static_cast(offsetof(U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A, ___U3CU3Eu__1_3)); } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE get_U3CU3Eu__1_3() const { return ___U3CU3Eu__1_3; } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * get_address_of_U3CU3Eu__1_3() { return &___U3CU3Eu__1_3; } inline void set_U3CU3Eu__1_3(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE value) { ___U3CU3Eu__1_3 = value; } }; // DG.Tweening.DOTweenModuleUnityVersion/d__15 struct U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 { public: // System.Int32 DG.Tweening.DOTweenModuleUnityVersion/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder DG.Tweening.DOTweenModuleUnityVersion/d__15::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // DG.Tweening.Tween DG.Tweening.DOTweenModuleUnityVersion/d__15::t Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t_2; // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter DG.Tweening.DOTweenModuleUnityVersion/d__15::<>u__1 YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE ___U3CU3Eu__1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571, ___t_2)); } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * get_t_2() const { return ___t_2; } inline Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_2), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_3() { return static_cast(offsetof(U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571, ___U3CU3Eu__1_3)); } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE get_U3CU3Eu__1_3() const { return ___U3CU3Eu__1_3; } inline YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * get_address_of_U3CU3Eu__1_3() { return &___U3CU3Eu__1_3; } inline void set_U3CU3Eu__1_3(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE value) { ___U3CU3Eu__1_3 = value; } }; // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc struct CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 : public MulticastDelegate_t { public: public: }; // GPSTool/ResultHandler struct ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D : public MulticastDelegate_t { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields { public: // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___preWillRenderCanvases_4; // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___willRenderCanvases_5; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; // System.Action`2 UnityEngine.Canvas::k__BackingField Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; public: inline static int32_t get_offset_of_preWillRenderCanvases_4() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___preWillRenderCanvases_4)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_preWillRenderCanvases_4() const { return ___preWillRenderCanvases_4; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_preWillRenderCanvases_4() { return &___preWillRenderCanvases_4; } inline void set_preWillRenderCanvases_4(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___preWillRenderCanvases_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___preWillRenderCanvases_4), (void*)value); } inline static int32_t get_offset_of_willRenderCanvases_5() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___willRenderCanvases_5)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_willRenderCanvases_5() const { return ___willRenderCanvases_5; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_willRenderCanvases_5() { return &___willRenderCanvases_5; } inline void set_willRenderCanvases_5(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___willRenderCanvases_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_5), (void*)value); } inline static int32_t get_offset_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() const { return ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return &___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline void set_U3CexternBeginRenderOverlaysU3Ek__BackingField_6(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternBeginRenderOverlaysU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7)); } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * get_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() const { return ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 ** get_address_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return &___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline void set_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7(Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * value) { ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternEndRenderOverlaysU3Ek__BackingField_8)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternEndRenderOverlaysU3Ek__BackingField_8() const { return ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return &___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline void set_U3CexternEndRenderOverlaysU3Ek__BackingField_8(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternEndRenderOverlaysU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternEndRenderOverlaysU3Ek__BackingField_8), (void*)value); } }; // UnityEngine.CanvasGroup struct CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException struct CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * ___sequencedTweens_54; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t6642D08E578C77292ED5537CF3192269131C189C * ____sequencedObjs_55; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_56; public: inline static int32_t get_offset_of_sequencedTweens_54() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___sequencedTweens_54)); } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * get_sequencedTweens_54() const { return ___sequencedTweens_54; } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 ** get_address_of_sequencedTweens_54() { return &___sequencedTweens_54; } inline void set_sequencedTweens_54(List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * value) { ___sequencedTweens_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencedTweens_54), (void*)value); } inline static int32_t get_offset_of__sequencedObjs_55() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ____sequencedObjs_55)); } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C * get__sequencedObjs_55() const { return ____sequencedObjs_55; } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C ** get_address_of__sequencedObjs_55() { return &____sequencedObjs_55; } inline void set__sequencedObjs_55(List_1_t6642D08E578C77292ED5537CF3192269131C189C * value) { ____sequencedObjs_55 = value; Il2CppCodeGenWriteBarrier((void**)(&____sequencedObjs_55), (void*)value); } inline static int32_t get_offset_of_lastTweenInsertTime_56() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___lastTweenInsertTime_56)); } inline float get_lastTweenInsertTime_56() const { return ___lastTweenInsertTime_56; } inline float* get_address_of_lastTweenInsertTime_56() { return &___lastTweenInsertTime_56; } inline void set_lastTweenInsertTime_56(float value) { ___lastTweenInsertTime_56 = value; } }; // UnityEngine.SpringJoint struct SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF : public Joint_t085126F36196FC982700F4EA8466CF10C90EC15E { public: public: }; // UnityEngine.SpriteRenderer struct SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // DG.Tweening.Tweener struct Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_54; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_55; public: inline static int32_t get_offset_of_hasManuallySetStartValue_54() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___hasManuallySetStartValue_54)); } inline bool get_hasManuallySetStartValue_54() const { return ___hasManuallySetStartValue_54; } inline bool* get_address_of_hasManuallySetStartValue_54() { return &___hasManuallySetStartValue_54; } inline void set_hasManuallySetStartValue_54(bool value) { ___hasManuallySetStartValue_54 = value; } inline static int32_t get_offset_of_isFromAllowed_55() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___isFromAllowed_55)); } inline bool get_isFromAllowed_55() const { return ___isFromAllowed_55; } inline bool* get_address_of_isFromAllowed_55() { return &___isFromAllowed_55; } inline void set_isFromAllowed_55(bool value) { ___isFromAllowed_55 = value; } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t0048BB94992A96F02D427E2C26C6E92AC9AECD32 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___startValue_56)); } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * get_startValue_56() const { return ___startValue_56; } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 ** get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * value) { ___startValue_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___startValue_56), (void*)value); } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___endValue_57)); } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * get_endValue_57() const { return ___endValue_57; } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 ** get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * value) { ___endValue_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___endValue_57), (void*)value); } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___changeValue_58)); } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * get_changeValue_58() const { return ___changeValue_58; } inline Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 ** get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * value) { ___changeValue_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___changeValue_58), (void*)value); } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___plugOptions_59)); } inline PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A get_plugOptions_59() const { return ___plugOptions_59; } inline PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A value) { ___plugOptions_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___plugOptions_59))->___lookAtTransform_6), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___plugOptions_59))->___parent_11), (void*)NULL); #endif } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___getter_60)); } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___setter_61)); } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t0048BB94992A96F02D427E2C26C6E92AC9AECD32 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t0048BB94992A96F02D427E2C26C6E92AC9AECD32 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t0048BB94992A96F02D427E2C26C6E92AC9AECD32 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // JCUnityLib.ViewManager`1 struct ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewGroupDict Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___viewGroupDict_4; // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewDict Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * ___viewDict_5; // System.Collections.Generic.HashSet`1 JCUnityLib.ViewManager`1::viewDontDestroySet HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___viewDontDestroySet_6; public: inline static int32_t get_offset_of_viewGroupDict_4() { return static_cast(offsetof(ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E, ___viewGroupDict_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_viewGroupDict_4() const { return ___viewGroupDict_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_viewGroupDict_4() { return &___viewGroupDict_4; } inline void set_viewGroupDict_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___viewGroupDict_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewGroupDict_4), (void*)value); } inline static int32_t get_offset_of_viewDict_5() { return static_cast(offsetof(ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E, ___viewDict_5)); } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * get_viewDict_5() const { return ___viewDict_5; } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 ** get_address_of_viewDict_5() { return &___viewDict_5; } inline void set_viewDict_5(Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * value) { ___viewDict_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDict_5), (void*)value); } inline static int32_t get_offset_of_viewDontDestroySet_6() { return static_cast(offsetof(ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E, ___viewDontDestroySet_6)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_viewDontDestroySet_6() const { return ___viewDontDestroySet_6; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_viewDontDestroySet_6() { return &___viewDontDestroySet_6; } inline void set_viewDontDestroySet_6(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___viewDontDestroySet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDontDestroySet_6), (void*)value); } }; struct ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E_StaticFields { public: // CT JCUnityLib.ViewManager`1::s_Instance HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * ___s_Instance_7; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E_StaticFields, ___s_Instance_7)); } inline HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * get_s_Instance_7() const { return ___s_Instance_7; } inline HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_7), (void*)value); } }; // AgreementPopup struct AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action AgreementPopup::onDisagree Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDisagree_4; public: inline static int32_t get_offset_of_onDisagree_4() { return static_cast(offsetof(AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6, ___onDisagree_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDisagree_4() const { return ___onDisagree_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDisagree_4() { return &___onDisagree_4; } inline void set_onDisagree_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDisagree_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDisagree_4), (void*)value); } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // AuthLoginMask struct AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields { public: // AuthLoginMask AuthLoginMask::ins AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields, ___ins_4)); } inline AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * get_ins_4() const { return ___ins_4; } inline AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // BTManager struct BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BTManager::message String_t* ___message_4; // ArduinoBluetoothAPI.BluetoothHelper BTManager::BTHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___BTHelper_5; // UnityEngine.GameObject[] BTManager::spheres GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___spheres_6; // UnityEngine.Material[] BTManager::materials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___materials_7; // System.String BTManager::x String_t* ___x_8; public: inline static int32_t get_offset_of_message_4() { return static_cast(offsetof(BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6, ___message_4)); } inline String_t* get_message_4() const { return ___message_4; } inline String_t** get_address_of_message_4() { return &___message_4; } inline void set_message_4(String_t* value) { ___message_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_4), (void*)value); } inline static int32_t get_offset_of_BTHelper_5() { return static_cast(offsetof(BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6, ___BTHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_BTHelper_5() const { return ___BTHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_BTHelper_5() { return &___BTHelper_5; } inline void set_BTHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___BTHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___BTHelper_5), (void*)value); } inline static int32_t get_offset_of_spheres_6() { return static_cast(offsetof(BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6, ___spheres_6)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_spheres_6() const { return ___spheres_6; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_spheres_6() { return &___spheres_6; } inline void set_spheres_6(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___spheres_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___spheres_6), (void*)value); } inline static int32_t get_offset_of_materials_7() { return static_cast(offsetof(BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6, ___materials_7)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_materials_7() const { return ___materials_7; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_materials_7() { return &___materials_7; } inline void set_materials_7(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___materials_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_7), (void*)value); } inline static int32_t get_offset_of_x_8() { return static_cast(offsetof(BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6, ___x_8)); } inline String_t* get_x_8() const { return ___x_8; } inline String_t** get_address_of_x_8() { return &___x_8; } inline void set_x_8(String_t* value) { ___x_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_8), (void*)value); } }; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BluetoothAim::targetDeviceName String_t* ___targetDeviceName_4; // ArduinoBluetoothAPI.BluetoothHelper BluetoothAim::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_5; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothAim::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_6; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothAim::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_7; // System.String BluetoothAim::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothAim::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothAim::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothAim::status int32_t ___status_11; // System.Int32 BluetoothAim::dataCount int32_t ___dataCount_12; // System.Boolean BluetoothAim::hasData bool ___hasData_13; // System.Int64 BluetoothAim::hasDataTime int64_t ___hasDataTime_14; // System.Boolean BluetoothAim::userDoConnect bool ___userDoConnect_17; // System.Boolean BluetoothAim::doConnect bool ___doConnect_18; // System.Func`1 BluetoothAim::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_19; // System.Collections.Generic.Queue`1 BluetoothAim::cmdWaitingList Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * ___cmdWaitingList_20; // System.Boolean BluetoothAim::isSendCmdLocked bool ___isSendCmdLocked_21; // System.Boolean BluetoothAim::canAutoDormancy bool ___canAutoDormancy_22; // System.Boolean BluetoothAim::isStartUp bool ___isStartUp_23; // JCUnityLib.CountLock BluetoothAim::needModularAwake CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___needModularAwake_24; // System.String BluetoothAim::curMac String_t* ___curMac_25; public: inline static int32_t get_offset_of_targetDeviceName_4() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___targetDeviceName_4)); } inline String_t* get_targetDeviceName_4() const { return ___targetDeviceName_4; } inline String_t** get_address_of_targetDeviceName_4() { return &___targetDeviceName_4; } inline void set_targetDeviceName_4(String_t* value) { ___targetDeviceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_4), (void*)value); } inline static int32_t get_offset_of_bluetoothHelper_5() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_5() const { return ___bluetoothHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_5() { return &___bluetoothHelper_5; } inline void set_bluetoothHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_5), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_6() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___characteristicWrite_6)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_6() const { return ___characteristicWrite_6; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_6() { return &___characteristicWrite_6; } inline void set_characteristicWrite_6(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_6), (void*)value); } inline static int32_t get_offset_of_bluetoothService_7() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothService_7)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_7() const { return ___bluetoothService_7; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_7() { return &___bluetoothService_7; } inline void set_bluetoothService_7(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_dataCount_12() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___dataCount_12)); } inline int32_t get_dataCount_12() const { return ___dataCount_12; } inline int32_t* get_address_of_dataCount_12() { return &___dataCount_12; } inline void set_dataCount_12(int32_t value) { ___dataCount_12 = value; } inline static int32_t get_offset_of_hasData_13() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasData_13)); } inline bool get_hasData_13() const { return ___hasData_13; } inline bool* get_address_of_hasData_13() { return &___hasData_13; } inline void set_hasData_13(bool value) { ___hasData_13 = value; } inline static int32_t get_offset_of_hasDataTime_14() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasDataTime_14)); } inline int64_t get_hasDataTime_14() const { return ___hasDataTime_14; } inline int64_t* get_address_of_hasDataTime_14() { return &___hasDataTime_14; } inline void set_hasDataTime_14(int64_t value) { ___hasDataTime_14 = value; } inline static int32_t get_offset_of_userDoConnect_17() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___userDoConnect_17)); } inline bool get_userDoConnect_17() const { return ___userDoConnect_17; } inline bool* get_address_of_userDoConnect_17() { return &___userDoConnect_17; } inline void set_userDoConnect_17(bool value) { ___userDoConnect_17 = value; } inline static int32_t get_offset_of_doConnect_18() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___doConnect_18)); } inline bool get_doConnect_18() const { return ___doConnect_18; } inline bool* get_address_of_doConnect_18() { return &___doConnect_18; } inline void set_doConnect_18(bool value) { ___doConnect_18 = value; } inline static int32_t get_offset_of_action_DoConnectInterceptor_19() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___action_DoConnectInterceptor_19)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_19() const { return ___action_DoConnectInterceptor_19; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_19() { return &___action_DoConnectInterceptor_19; } inline void set_action_DoConnectInterceptor_19(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_19), (void*)value); } inline static int32_t get_offset_of_cmdWaitingList_20() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___cmdWaitingList_20)); } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * get_cmdWaitingList_20() const { return ___cmdWaitingList_20; } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 ** get_address_of_cmdWaitingList_20() { return &___cmdWaitingList_20; } inline void set_cmdWaitingList_20(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * value) { ___cmdWaitingList_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdWaitingList_20), (void*)value); } inline static int32_t get_offset_of_isSendCmdLocked_21() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isSendCmdLocked_21)); } inline bool get_isSendCmdLocked_21() const { return ___isSendCmdLocked_21; } inline bool* get_address_of_isSendCmdLocked_21() { return &___isSendCmdLocked_21; } inline void set_isSendCmdLocked_21(bool value) { ___isSendCmdLocked_21 = value; } inline static int32_t get_offset_of_canAutoDormancy_22() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canAutoDormancy_22)); } inline bool get_canAutoDormancy_22() const { return ___canAutoDormancy_22; } inline bool* get_address_of_canAutoDormancy_22() { return &___canAutoDormancy_22; } inline void set_canAutoDormancy_22(bool value) { ___canAutoDormancy_22 = value; } inline static int32_t get_offset_of_isStartUp_23() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isStartUp_23)); } inline bool get_isStartUp_23() const { return ___isStartUp_23; } inline bool* get_address_of_isStartUp_23() { return &___isStartUp_23; } inline void set_isStartUp_23(bool value) { ___isStartUp_23 = value; } inline static int32_t get_offset_of_needModularAwake_24() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___needModularAwake_24)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_needModularAwake_24() const { return ___needModularAwake_24; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_needModularAwake_24() { return &___needModularAwake_24; } inline void set_needModularAwake_24(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___needModularAwake_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___needModularAwake_24), (void*)value); } inline static int32_t get_offset_of_curMac_25() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___curMac_25)); } inline String_t* get_curMac_25() const { return ___curMac_25; } inline String_t** get_address_of_curMac_25() { return &___curMac_25; } inline void set_curMac_25(String_t* value) { ___curMac_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___curMac_25), (void*)value); } }; struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields { public: // System.Boolean BluetoothAim::scanLock bool ___scanLock_15; // BluetoothAim BluetoothAim::ins BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___ins_16; public: inline static int32_t get_offset_of_scanLock_15() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___scanLock_15)); } inline bool get_scanLock_15() const { return ___scanLock_15; } inline bool* get_address_of_scanLock_15() { return &___scanLock_15; } inline void set_scanLock_15(bool value) { ___scanLock_15 = value; } inline static int32_t get_offset_of_ins_16() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___ins_16)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_ins_16() const { return ___ins_16; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_ins_16() { return &___ins_16; } inline void set_ins_16(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___ins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_16), (void*)value); } }; // UnityStandardAssets.ImageEffects.Blur struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 UnityStandardAssets.ImageEffects.Blur::iterations int32_t ___iterations_4; // System.Single UnityStandardAssets.ImageEffects.Blur::blurSpread float ___blurSpread_5; // UnityEngine.Shader UnityStandardAssets.ImageEffects.Blur::blurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___blurShader_6; public: inline static int32_t get_offset_of_iterations_4() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B, ___iterations_4)); } inline int32_t get_iterations_4() const { return ___iterations_4; } inline int32_t* get_address_of_iterations_4() { return &___iterations_4; } inline void set_iterations_4(int32_t value) { ___iterations_4 = value; } inline static int32_t get_offset_of_blurSpread_5() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B, ___blurSpread_5)); } inline float get_blurSpread_5() const { return ___blurSpread_5; } inline float* get_address_of_blurSpread_5() { return &___blurSpread_5; } inline void set_blurSpread_5(float value) { ___blurSpread_5 = value; } inline static int32_t get_offset_of_blurShader_6() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B, ___blurShader_6)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_blurShader_6() const { return ___blurShader_6; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_blurShader_6() { return &___blurShader_6; } inline void set_blurShader_6(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___blurShader_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___blurShader_6), (void*)value); } }; struct Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields { public: // UnityEngine.Material UnityStandardAssets.ImageEffects.Blur::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_7; public: inline static int32_t get_offset_of_m_Material_7() { return static_cast(offsetof(Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_StaticFields, ___m_Material_7)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_7() const { return ___m_Material_7; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_7() { return &___m_Material_7; } inline void set_m_Material_7(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_7), (void*)value); } }; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Camera BowCamera::_cameraComp Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____cameraComp_4; // ArmBow BowCamera::_armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____armBow_5; // UnityEngine.Vector3 BowCamera::localEulerAngles Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___localEulerAngles_6; // JCUnityLib.TouchChecker BowCamera::touchChecker TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * ___touchChecker_7; // System.Single[] BowCamera::limitRangeRotateY SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___limitRangeRotateY_9; // System.Single[] BowCamera::limitRangeRotateX SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___limitRangeRotateX_10; // System.Boolean BowCamera::banLogic bool ___banLogic_11; // System.Boolean BowCamera::needLookAtPoint bool ___needLookAtPoint_13; // System.Single[] BowCamera::_bowRotateConvertRate SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____bowRotateConvertRate_14; // System.Action BowCamera::onAfterLateUpdate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAfterLateUpdate_15; // System.Single BowCamera::cameraFieldOfView float ___cameraFieldOfView_16; // System.Single BowCamera::defaultCameraFieldOfView float ___defaultCameraFieldOfView_17; // System.Boolean BowCamera::banCameraFieldOfView bool ___banCameraFieldOfView_18; // System.Boolean BowCamera::isArrowFollowing bool ___isArrowFollowing_19; // System.Boolean BowCamera::isScaleAimDisplaying bool ___isScaleAimDisplaying_20; // BowCamera/BowCameraFixed BowCamera::bowCameraFixed BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * ___bowCameraFixed_21; public: inline static int32_t get_offset_of__cameraComp_4() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____cameraComp_4)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__cameraComp_4() const { return ____cameraComp_4; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__cameraComp_4() { return &____cameraComp_4; } inline void set__cameraComp_4(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____cameraComp_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____cameraComp_4), (void*)value); } inline static int32_t get_offset_of__armBow_5() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____armBow_5)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__armBow_5() const { return ____armBow_5; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__armBow_5() { return &____armBow_5; } inline void set__armBow_5(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____armBow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____armBow_5), (void*)value); } inline static int32_t get_offset_of_localEulerAngles_6() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___localEulerAngles_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_localEulerAngles_6() const { return ___localEulerAngles_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_localEulerAngles_6() { return &___localEulerAngles_6; } inline void set_localEulerAngles_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___localEulerAngles_6 = value; } inline static int32_t get_offset_of_touchChecker_7() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___touchChecker_7)); } inline TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * get_touchChecker_7() const { return ___touchChecker_7; } inline TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED ** get_address_of_touchChecker_7() { return &___touchChecker_7; } inline void set_touchChecker_7(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * value) { ___touchChecker_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___touchChecker_7), (void*)value); } inline static int32_t get_offset_of_limitRangeRotateY_9() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___limitRangeRotateY_9)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_limitRangeRotateY_9() const { return ___limitRangeRotateY_9; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_limitRangeRotateY_9() { return &___limitRangeRotateY_9; } inline void set_limitRangeRotateY_9(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___limitRangeRotateY_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___limitRangeRotateY_9), (void*)value); } inline static int32_t get_offset_of_limitRangeRotateX_10() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___limitRangeRotateX_10)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_limitRangeRotateX_10() const { return ___limitRangeRotateX_10; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_limitRangeRotateX_10() { return &___limitRangeRotateX_10; } inline void set_limitRangeRotateX_10(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___limitRangeRotateX_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___limitRangeRotateX_10), (void*)value); } inline static int32_t get_offset_of_banLogic_11() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___banLogic_11)); } inline bool get_banLogic_11() const { return ___banLogic_11; } inline bool* get_address_of_banLogic_11() { return &___banLogic_11; } inline void set_banLogic_11(bool value) { ___banLogic_11 = value; } inline static int32_t get_offset_of_needLookAtPoint_13() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___needLookAtPoint_13)); } inline bool get_needLookAtPoint_13() const { return ___needLookAtPoint_13; } inline bool* get_address_of_needLookAtPoint_13() { return &___needLookAtPoint_13; } inline void set_needLookAtPoint_13(bool value) { ___needLookAtPoint_13 = value; } inline static int32_t get_offset_of__bowRotateConvertRate_14() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____bowRotateConvertRate_14)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__bowRotateConvertRate_14() const { return ____bowRotateConvertRate_14; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__bowRotateConvertRate_14() { return &____bowRotateConvertRate_14; } inline void set__bowRotateConvertRate_14(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____bowRotateConvertRate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowRotateConvertRate_14), (void*)value); } inline static int32_t get_offset_of_onAfterLateUpdate_15() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___onAfterLateUpdate_15)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onAfterLateUpdate_15() const { return ___onAfterLateUpdate_15; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onAfterLateUpdate_15() { return &___onAfterLateUpdate_15; } inline void set_onAfterLateUpdate_15(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onAfterLateUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAfterLateUpdate_15), (void*)value); } inline static int32_t get_offset_of_cameraFieldOfView_16() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___cameraFieldOfView_16)); } inline float get_cameraFieldOfView_16() const { return ___cameraFieldOfView_16; } inline float* get_address_of_cameraFieldOfView_16() { return &___cameraFieldOfView_16; } inline void set_cameraFieldOfView_16(float value) { ___cameraFieldOfView_16 = value; } inline static int32_t get_offset_of_defaultCameraFieldOfView_17() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___defaultCameraFieldOfView_17)); } inline float get_defaultCameraFieldOfView_17() const { return ___defaultCameraFieldOfView_17; } inline float* get_address_of_defaultCameraFieldOfView_17() { return &___defaultCameraFieldOfView_17; } inline void set_defaultCameraFieldOfView_17(float value) { ___defaultCameraFieldOfView_17 = value; } inline static int32_t get_offset_of_banCameraFieldOfView_18() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___banCameraFieldOfView_18)); } inline bool get_banCameraFieldOfView_18() const { return ___banCameraFieldOfView_18; } inline bool* get_address_of_banCameraFieldOfView_18() { return &___banCameraFieldOfView_18; } inline void set_banCameraFieldOfView_18(bool value) { ___banCameraFieldOfView_18 = value; } inline static int32_t get_offset_of_isArrowFollowing_19() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___isArrowFollowing_19)); } inline bool get_isArrowFollowing_19() const { return ___isArrowFollowing_19; } inline bool* get_address_of_isArrowFollowing_19() { return &___isArrowFollowing_19; } inline void set_isArrowFollowing_19(bool value) { ___isArrowFollowing_19 = value; } inline static int32_t get_offset_of_isScaleAimDisplaying_20() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___isScaleAimDisplaying_20)); } inline bool get_isScaleAimDisplaying_20() const { return ___isScaleAimDisplaying_20; } inline bool* get_address_of_isScaleAimDisplaying_20() { return &___isScaleAimDisplaying_20; } inline void set_isScaleAimDisplaying_20(bool value) { ___isScaleAimDisplaying_20 = value; } inline static int32_t get_offset_of_bowCameraFixed_21() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___bowCameraFixed_21)); } inline BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * get_bowCameraFixed_21() const { return ___bowCameraFixed_21; } inline BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 ** get_address_of_bowCameraFixed_21() { return &___bowCameraFixed_21; } inline void set_bowCameraFixed_21(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * value) { ___bowCameraFixed_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowCameraFixed_21), (void*)value); } }; struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields { public: // System.Boolean BowCamera::_isTouchMode bool ____isTouchMode_8; // BowCamera BowCamera::_ins BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____ins_12; public: inline static int32_t get_offset_of__isTouchMode_8() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields, ____isTouchMode_8)); } inline bool get__isTouchMode_8() const { return ____isTouchMode_8; } inline bool* get_address_of__isTouchMode_8() { return &____isTouchMode_8; } inline void set__isTouchMode_8(bool value) { ____isTouchMode_8 = value; } inline static int32_t get_offset_of__ins_12() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields, ____ins_12)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__ins_12() const { return ____ins_12; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__ins_12() { return &____ins_12; } inline void set__ins_12(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____ins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_12), (void*)value); } }; // CanvasBlock struct CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean CanvasBlock::hasBan bool ___hasBan_5; // System.Boolean CanvasBlock::valueBeforeBan bool ___valueBeforeBan_6; public: inline static int32_t get_offset_of_hasBan_5() { return static_cast(offsetof(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93, ___hasBan_5)); } inline bool get_hasBan_5() const { return ___hasBan_5; } inline bool* get_address_of_hasBan_5() { return &___hasBan_5; } inline void set_hasBan_5(bool value) { ___hasBan_5 = value; } inline static int32_t get_offset_of_valueBeforeBan_6() { return static_cast(offsetof(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93, ___valueBeforeBan_6)); } inline bool get_valueBeforeBan_6() const { return ___valueBeforeBan_6; } inline bool* get_address_of_valueBeforeBan_6() { return &___valueBeforeBan_6; } inline void set_valueBeforeBan_6(bool value) { ___valueBeforeBan_6 = value; } }; struct CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields { public: // System.Collections.Generic.HashSet`1 CanvasBlock::canvasBlocks HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * ___canvasBlocks_4; public: inline static int32_t get_offset_of_canvasBlocks_4() { return static_cast(offsetof(CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_StaticFields, ___canvasBlocks_4)); } inline HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * get_canvasBlocks_4() const { return ___canvasBlocks_4; } inline HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B ** get_address_of_canvasBlocks_4() { return &___canvasBlocks_4; } inline void set_canvasBlocks_4(HashSet_1_t0A69764D55496F4F736DA1930E9D75778191546B * value) { ___canvasBlocks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvasBlocks_4), (void*)value); } }; // ChallengeTargetForResetView struct ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields { public: // ChallengeTargetForResetView ChallengeTargetForResetView::ins ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * ___ins_4; // DG.Tweening.Sequence ChallengeTargetForResetView::seq_ShowToHide Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq_ShowToHide_5; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields, ___ins_4)); } inline ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * get_ins_4() const { return ___ins_4; } inline ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } inline static int32_t get_offset_of_seq_ShowToHide_5() { return static_cast(offsetof(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields, ___seq_ShowToHide_5)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq_ShowToHide_5() const { return ___seq_ShowToHide_5; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq_ShowToHide_5() { return &___seq_ShowToHide_5; } inline void set_seq_ShowToHide_5(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq_ShowToHide_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_ShowToHide_5), (void*)value); } }; // CrossHair struct CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Image CrossHair::image Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___image_5; // System.Boolean CrossHair::open bool ___open_6; // System.Boolean CrossHair::visiable bool ___visiable_7; // UnityEngine.RectTransform CrossHair::_parentRTF RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____parentRTF_8; // UnityEngine.Vector3 CrossHair::centerPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___centerPoint_9; // UnityEngine.Vector3 CrossHair::targetPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___targetPosition_10; // System.Action CrossHair::action_UpdatePostionWhenFixedCamera Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_UpdatePostionWhenFixedCamera_11; public: inline static int32_t get_offset_of_image_5() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___image_5)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_image_5() const { return ___image_5; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_image_5() { return &___image_5; } inline void set_image_5(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___image_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_5), (void*)value); } inline static int32_t get_offset_of_open_6() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___open_6)); } inline bool get_open_6() const { return ___open_6; } inline bool* get_address_of_open_6() { return &___open_6; } inline void set_open_6(bool value) { ___open_6 = value; } inline static int32_t get_offset_of_visiable_7() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___visiable_7)); } inline bool get_visiable_7() const { return ___visiable_7; } inline bool* get_address_of_visiable_7() { return &___visiable_7; } inline void set_visiable_7(bool value) { ___visiable_7 = value; } inline static int32_t get_offset_of__parentRTF_8() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ____parentRTF_8)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__parentRTF_8() const { return ____parentRTF_8; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__parentRTF_8() { return &____parentRTF_8; } inline void set__parentRTF_8(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____parentRTF_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____parentRTF_8), (void*)value); } inline static int32_t get_offset_of_centerPoint_9() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___centerPoint_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_centerPoint_9() const { return ___centerPoint_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_centerPoint_9() { return &___centerPoint_9; } inline void set_centerPoint_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___centerPoint_9 = value; } inline static int32_t get_offset_of_targetPosition_10() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___targetPosition_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_targetPosition_10() const { return ___targetPosition_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_targetPosition_10() { return &___targetPosition_10; } inline void set_targetPosition_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___targetPosition_10 = value; } inline static int32_t get_offset_of_action_UpdatePostionWhenFixedCamera_11() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___action_UpdatePostionWhenFixedCamera_11)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_UpdatePostionWhenFixedCamera_11() const { return ___action_UpdatePostionWhenFixedCamera_11; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_UpdatePostionWhenFixedCamera_11() { return &___action_UpdatePostionWhenFixedCamera_11; } inline void set_action_UpdatePostionWhenFixedCamera_11(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_UpdatePostionWhenFixedCamera_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_UpdatePostionWhenFixedCamera_11), (void*)value); } }; struct CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields { public: // CrossHair CrossHair::ins CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields, ___ins_4)); } inline CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * get_ins_4() const { return ___ins_4; } inline CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // JC.Unity.Picker.DatePickerGroup struct DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.DateTime JC.Unity.Picker.DatePickerGroup::minDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___minDate_4; // System.DateTime JC.Unity.Picker.DatePickerGroup::maxDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___maxDate_5; // System.DateTime JC.Unity.Picker.DatePickerGroup::selectDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___selectDate_6; // System.Collections.Generic.List`1 JC.Unity.Picker.DatePickerGroup::datePickerList List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D * ___datePickerList_7; // UnityEngine.UI.Button JC.Unity.Picker.DatePickerGroup::btnClose Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnClose_8; // UnityEngine.UI.Button JC.Unity.Picker.DatePickerGroup::btnEnter Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnEnter_9; // System.Action`1 JC.Unity.Picker.DatePickerGroup::onEnter Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * ___onEnter_10; // System.Single JC.Unity.Picker.DatePickerGroup::_height float ____height_11; public: inline static int32_t get_offset_of_minDate_4() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___minDate_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_minDate_4() const { return ___minDate_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_minDate_4() { return &___minDate_4; } inline void set_minDate_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___minDate_4 = value; } inline static int32_t get_offset_of_maxDate_5() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___maxDate_5)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_maxDate_5() const { return ___maxDate_5; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_maxDate_5() { return &___maxDate_5; } inline void set_maxDate_5(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___maxDate_5 = value; } inline static int32_t get_offset_of_selectDate_6() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___selectDate_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_selectDate_6() const { return ___selectDate_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_selectDate_6() { return &___selectDate_6; } inline void set_selectDate_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___selectDate_6 = value; } inline static int32_t get_offset_of_datePickerList_7() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___datePickerList_7)); } inline List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D * get_datePickerList_7() const { return ___datePickerList_7; } inline List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D ** get_address_of_datePickerList_7() { return &___datePickerList_7; } inline void set_datePickerList_7(List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D * value) { ___datePickerList_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerList_7), (void*)value); } inline static int32_t get_offset_of_btnClose_8() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___btnClose_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnClose_8() const { return ___btnClose_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnClose_8() { return &___btnClose_8; } inline void set_btnClose_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnClose_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnClose_8), (void*)value); } inline static int32_t get_offset_of_btnEnter_9() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___btnEnter_9)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnEnter_9() const { return ___btnEnter_9; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnEnter_9() { return &___btnEnter_9; } inline void set_btnEnter_9(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnEnter_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnEnter_9), (void*)value); } inline static int32_t get_offset_of_onEnter_10() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___onEnter_10)); } inline Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * get_onEnter_10() const { return ___onEnter_10; } inline Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F ** get_address_of_onEnter_10() { return &___onEnter_10; } inline void set_onEnter_10(Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * value) { ___onEnter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onEnter_10), (void*)value); } inline static int32_t get_offset_of__height_11() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ____height_11)); } inline float get__height_11() const { return ____height_11; } inline float* get_address_of__height_11() { return &____height_11; } inline void set__height_11(float value) { ____height_11 = value; } }; // UnityStandardAssets.Utility.DragRigidbody struct DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.SpringJoint UnityStandardAssets.Utility.DragRigidbody::m_SpringJoint SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * ___m_SpringJoint_10; public: inline static int32_t get_offset_of_m_SpringJoint_10() { return static_cast(offsetof(DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB, ___m_SpringJoint_10)); } inline SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * get_m_SpringJoint_10() const { return ___m_SpringJoint_10; } inline SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF ** get_address_of_m_SpringJoint_10() { return &___m_SpringJoint_10; } inline void set_m_SpringJoint_10(SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * value) { ___m_SpringJoint_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SpringJoint_10), (void*)value); } }; // Entry struct Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text Entry::versionText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___versionText_4; // System.Boolean Entry::appVersionCheckOK bool ___appVersionCheckOK_5; // System.Single Entry::timeOnStartLoadScene float ___timeOnStartLoadScene_6; // UnityEngine.UI.Text Entry::tipText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___tipText_7; // System.Int32 Entry::counter int32_t ___counter_8; // System.String Entry::countStr1 String_t* ___countStr1_9; // System.String Entry::countStr2 String_t* ___countStr2_10; public: inline static int32_t get_offset_of_versionText_4() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___versionText_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_versionText_4() const { return ___versionText_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_versionText_4() { return &___versionText_4; } inline void set_versionText_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___versionText_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___versionText_4), (void*)value); } inline static int32_t get_offset_of_appVersionCheckOK_5() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___appVersionCheckOK_5)); } inline bool get_appVersionCheckOK_5() const { return ___appVersionCheckOK_5; } inline bool* get_address_of_appVersionCheckOK_5() { return &___appVersionCheckOK_5; } inline void set_appVersionCheckOK_5(bool value) { ___appVersionCheckOK_5 = value; } inline static int32_t get_offset_of_timeOnStartLoadScene_6() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___timeOnStartLoadScene_6)); } inline float get_timeOnStartLoadScene_6() const { return ___timeOnStartLoadScene_6; } inline float* get_address_of_timeOnStartLoadScene_6() { return &___timeOnStartLoadScene_6; } inline void set_timeOnStartLoadScene_6(float value) { ___timeOnStartLoadScene_6 = value; } inline static int32_t get_offset_of_tipText_7() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___tipText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_tipText_7() const { return ___tipText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_tipText_7() { return &___tipText_7; } inline void set_tipText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___tipText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tipText_7), (void*)value); } inline static int32_t get_offset_of_counter_8() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___counter_8)); } inline int32_t get_counter_8() const { return ___counter_8; } inline int32_t* get_address_of_counter_8() { return &___counter_8; } inline void set_counter_8(int32_t value) { ___counter_8 = value; } inline static int32_t get_offset_of_countStr1_9() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___countStr1_9)); } inline String_t* get_countStr1_9() const { return ___countStr1_9; } inline String_t** get_address_of_countStr1_9() { return &___countStr1_9; } inline void set_countStr1_9(String_t* value) { ___countStr1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___countStr1_9), (void*)value); } inline static int32_t get_offset_of_countStr2_10() { return static_cast(offsetof(Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3, ___countStr2_10)); } inline String_t* get_countStr2_10() const { return ___countStr2_10; } inline String_t** get_address_of_countStr2_10() { return &___countStr2_10; } inline void set_countStr2_10(String_t* value) { ___countStr2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___countStr2_10), (void*)value); } }; // UnityStandardAssets.Effects.ExplosionFireAndDebris struct ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform[] UnityStandardAssets.Effects.ExplosionFireAndDebris::debrisPrefabs TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___debrisPrefabs_4; // UnityEngine.Transform UnityStandardAssets.Effects.ExplosionFireAndDebris::firePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___firePrefab_5; // System.Int32 UnityStandardAssets.Effects.ExplosionFireAndDebris::numDebrisPieces int32_t ___numDebrisPieces_6; // System.Int32 UnityStandardAssets.Effects.ExplosionFireAndDebris::numFires int32_t ___numFires_7; public: inline static int32_t get_offset_of_debrisPrefabs_4() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___debrisPrefabs_4)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get_debrisPrefabs_4() const { return ___debrisPrefabs_4; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of_debrisPrefabs_4() { return &___debrisPrefabs_4; } inline void set_debrisPrefabs_4(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ___debrisPrefabs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___debrisPrefabs_4), (void*)value); } inline static int32_t get_offset_of_firePrefab_5() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___firePrefab_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_firePrefab_5() const { return ___firePrefab_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_firePrefab_5() { return &___firePrefab_5; } inline void set_firePrefab_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___firePrefab_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___firePrefab_5), (void*)value); } inline static int32_t get_offset_of_numDebrisPieces_6() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___numDebrisPieces_6)); } inline int32_t get_numDebrisPieces_6() const { return ___numDebrisPieces_6; } inline int32_t* get_address_of_numDebrisPieces_6() { return &___numDebrisPieces_6; } inline void set_numDebrisPieces_6(int32_t value) { ___numDebrisPieces_6 = value; } inline static int32_t get_offset_of_numFires_7() { return static_cast(offsetof(ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372, ___numFires_7)); } inline int32_t get_numFires_7() const { return ___numFires_7; } inline int32_t* get_address_of_numFires_7() { return &___numFires_7; } inline void set_numFires_7(int32_t value) { ___numFires_7 = value; } }; // UnityStandardAssets.Effects.ExplosionPhysicsForce struct ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Effects.ExplosionPhysicsForce::explosionForce float ___explosionForce_4; public: inline static int32_t get_offset_of_explosionForce_4() { return static_cast(offsetof(ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249, ___explosionForce_4)); } inline float get_explosionForce_4() const { return ___explosionForce_4; } inline float* get_address_of_explosionForce_4() { return &___explosionForce_4; } inline void set_explosionForce_4(float value) { ___explosionForce_4 = value; } }; // UnityStandardAssets.Effects.Explosive struct Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Effects.Explosive::explosionPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPrefab_4; // System.Single UnityStandardAssets.Effects.Explosive::detonationImpactVelocity float ___detonationImpactVelocity_5; // System.Single UnityStandardAssets.Effects.Explosive::sizeMultiplier float ___sizeMultiplier_6; // System.Boolean UnityStandardAssets.Effects.Explosive::reset bool ___reset_7; // System.Single UnityStandardAssets.Effects.Explosive::resetTimeDelay float ___resetTimeDelay_8; // System.Boolean UnityStandardAssets.Effects.Explosive::m_Exploded bool ___m_Exploded_9; // UnityStandardAssets.Utility.ObjectResetter UnityStandardAssets.Effects.Explosive::m_ObjectResetter ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * ___m_ObjectResetter_10; public: inline static int32_t get_offset_of_explosionPrefab_4() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___explosionPrefab_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPrefab_4() const { return ___explosionPrefab_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPrefab_4() { return &___explosionPrefab_4; } inline void set_explosionPrefab_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPrefab_4), (void*)value); } inline static int32_t get_offset_of_detonationImpactVelocity_5() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___detonationImpactVelocity_5)); } inline float get_detonationImpactVelocity_5() const { return ___detonationImpactVelocity_5; } inline float* get_address_of_detonationImpactVelocity_5() { return &___detonationImpactVelocity_5; } inline void set_detonationImpactVelocity_5(float value) { ___detonationImpactVelocity_5 = value; } inline static int32_t get_offset_of_sizeMultiplier_6() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___sizeMultiplier_6)); } inline float get_sizeMultiplier_6() const { return ___sizeMultiplier_6; } inline float* get_address_of_sizeMultiplier_6() { return &___sizeMultiplier_6; } inline void set_sizeMultiplier_6(float value) { ___sizeMultiplier_6 = value; } inline static int32_t get_offset_of_reset_7() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___reset_7)); } inline bool get_reset_7() const { return ___reset_7; } inline bool* get_address_of_reset_7() { return &___reset_7; } inline void set_reset_7(bool value) { ___reset_7 = value; } inline static int32_t get_offset_of_resetTimeDelay_8() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___resetTimeDelay_8)); } inline float get_resetTimeDelay_8() const { return ___resetTimeDelay_8; } inline float* get_address_of_resetTimeDelay_8() { return &___resetTimeDelay_8; } inline void set_resetTimeDelay_8(float value) { ___resetTimeDelay_8 = value; } inline static int32_t get_offset_of_m_Exploded_9() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___m_Exploded_9)); } inline bool get_m_Exploded_9() const { return ___m_Exploded_9; } inline bool* get_address_of_m_Exploded_9() { return &___m_Exploded_9; } inline void set_m_Exploded_9(bool value) { ___m_Exploded_9 = value; } inline static int32_t get_offset_of_m_ObjectResetter_10() { return static_cast(offsetof(Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C, ___m_ObjectResetter_10)); } inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * get_m_ObjectResetter_10() const { return ___m_ObjectResetter_10; } inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 ** get_address_of_m_ObjectResetter_10() { return &___m_ObjectResetter_10; } inline void set_m_ObjectResetter_10(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * value) { ___m_ObjectResetter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ObjectResetter_10), (void*)value); } }; // GameAssistUI struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Material GameAssistUI::outlight Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___outlight_4; // UnityEngine.UI.Text GameAssistUI::text1 Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text1_5; // UnityEngine.UI.Text GameAssistUI::text2 Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text2_6; // UnityEngine.UI.Button GameAssistUI::btnScaleAim Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnScaleAim_7; // UnityEngine.UI.Button GameAssistUI::btnScaleShoot Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnScaleShoot_8; // System.Action GameAssistUI::action_OnClickBtnIdentity Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickBtnIdentity_9; // System.Int32 GameAssistUI::playerScaleAimValue_OnlinePK int32_t ___playerScaleAimValue_OnlinePK_11; // System.Boolean[] GameAssistUI::playerScaleAimRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerScaleAimRecords_12; // System.Boolean[] GameAssistUI::playerScaleShootRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerScaleShootRecords_13; // System.Int32 GameAssistUI::aimScaleValue int32_t ___aimScaleValue_15; // System.Single[] GameAssistUI::scaleAimFieldOfViews SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scaleAimFieldOfViews_16; // System.Single[] GameAssistUI::scaleAimScopeScales SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scaleAimScopeScales_17; // DG.Tweening.Sequence GameAssistUI::seq1 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq1_18; // System.Boolean GameAssistUI::scaleAimOn bool ___scaleAimOn_19; // System.Boolean GameAssistUI::isScaleAimDisplaying bool ___isScaleAimDisplaying_20; // System.Int32 GameAssistUI::aimScaleDisplayValue int32_t ___aimScaleDisplayValue_21; // System.Int32 GameAssistUI::shootScaleValue int32_t ___shootScaleValue_22; // DG.Tweening.Sequence GameAssistUI::seq2 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq2_23; // System.Boolean GameAssistUI::scaleShootOn bool ___scaleShootOn_24; public: inline static int32_t get_offset_of_outlight_4() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___outlight_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_outlight_4() const { return ___outlight_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_outlight_4() { return &___outlight_4; } inline void set_outlight_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___outlight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___outlight_4), (void*)value); } inline static int32_t get_offset_of_text1_5() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___text1_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text1_5() const { return ___text1_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text1_5() { return &___text1_5; } inline void set_text1_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1_5), (void*)value); } inline static int32_t get_offset_of_text2_6() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___text2_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text2_6() const { return ___text2_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text2_6() { return &___text2_6; } inline void set_text2_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2_6), (void*)value); } inline static int32_t get_offset_of_btnScaleAim_7() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___btnScaleAim_7)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnScaleAim_7() const { return ___btnScaleAim_7; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnScaleAim_7() { return &___btnScaleAim_7; } inline void set_btnScaleAim_7(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnScaleAim_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnScaleAim_7), (void*)value); } inline static int32_t get_offset_of_btnScaleShoot_8() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___btnScaleShoot_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnScaleShoot_8() const { return ___btnScaleShoot_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnScaleShoot_8() { return &___btnScaleShoot_8; } inline void set_btnScaleShoot_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnScaleShoot_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnScaleShoot_8), (void*)value); } inline static int32_t get_offset_of_action_OnClickBtnIdentity_9() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___action_OnClickBtnIdentity_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickBtnIdentity_9() const { return ___action_OnClickBtnIdentity_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickBtnIdentity_9() { return &___action_OnClickBtnIdentity_9; } inline void set_action_OnClickBtnIdentity_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickBtnIdentity_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickBtnIdentity_9), (void*)value); } inline static int32_t get_offset_of_playerScaleAimValue_OnlinePK_11() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleAimValue_OnlinePK_11)); } inline int32_t get_playerScaleAimValue_OnlinePK_11() const { return ___playerScaleAimValue_OnlinePK_11; } inline int32_t* get_address_of_playerScaleAimValue_OnlinePK_11() { return &___playerScaleAimValue_OnlinePK_11; } inline void set_playerScaleAimValue_OnlinePK_11(int32_t value) { ___playerScaleAimValue_OnlinePK_11 = value; } inline static int32_t get_offset_of_playerScaleAimRecords_12() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleAimRecords_12)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerScaleAimRecords_12() const { return ___playerScaleAimRecords_12; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerScaleAimRecords_12() { return &___playerScaleAimRecords_12; } inline void set_playerScaleAimRecords_12(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerScaleAimRecords_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerScaleAimRecords_12), (void*)value); } inline static int32_t get_offset_of_playerScaleShootRecords_13() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleShootRecords_13)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerScaleShootRecords_13() const { return ___playerScaleShootRecords_13; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerScaleShootRecords_13() { return &___playerScaleShootRecords_13; } inline void set_playerScaleShootRecords_13(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerScaleShootRecords_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerScaleShootRecords_13), (void*)value); } inline static int32_t get_offset_of_aimScaleValue_15() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___aimScaleValue_15)); } inline int32_t get_aimScaleValue_15() const { return ___aimScaleValue_15; } inline int32_t* get_address_of_aimScaleValue_15() { return &___aimScaleValue_15; } inline void set_aimScaleValue_15(int32_t value) { ___aimScaleValue_15 = value; } inline static int32_t get_offset_of_scaleAimFieldOfViews_16() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimFieldOfViews_16)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scaleAimFieldOfViews_16() const { return ___scaleAimFieldOfViews_16; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scaleAimFieldOfViews_16() { return &___scaleAimFieldOfViews_16; } inline void set_scaleAimFieldOfViews_16(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scaleAimFieldOfViews_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___scaleAimFieldOfViews_16), (void*)value); } inline static int32_t get_offset_of_scaleAimScopeScales_17() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimScopeScales_17)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scaleAimScopeScales_17() const { return ___scaleAimScopeScales_17; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scaleAimScopeScales_17() { return &___scaleAimScopeScales_17; } inline void set_scaleAimScopeScales_17(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scaleAimScopeScales_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___scaleAimScopeScales_17), (void*)value); } inline static int32_t get_offset_of_seq1_18() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___seq1_18)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq1_18() const { return ___seq1_18; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq1_18() { return &___seq1_18; } inline void set_seq1_18(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq1_18), (void*)value); } inline static int32_t get_offset_of_scaleAimOn_19() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimOn_19)); } inline bool get_scaleAimOn_19() const { return ___scaleAimOn_19; } inline bool* get_address_of_scaleAimOn_19() { return &___scaleAimOn_19; } inline void set_scaleAimOn_19(bool value) { ___scaleAimOn_19 = value; } inline static int32_t get_offset_of_isScaleAimDisplaying_20() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___isScaleAimDisplaying_20)); } inline bool get_isScaleAimDisplaying_20() const { return ___isScaleAimDisplaying_20; } inline bool* get_address_of_isScaleAimDisplaying_20() { return &___isScaleAimDisplaying_20; } inline void set_isScaleAimDisplaying_20(bool value) { ___isScaleAimDisplaying_20 = value; } inline static int32_t get_offset_of_aimScaleDisplayValue_21() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___aimScaleDisplayValue_21)); } inline int32_t get_aimScaleDisplayValue_21() const { return ___aimScaleDisplayValue_21; } inline int32_t* get_address_of_aimScaleDisplayValue_21() { return &___aimScaleDisplayValue_21; } inline void set_aimScaleDisplayValue_21(int32_t value) { ___aimScaleDisplayValue_21 = value; } inline static int32_t get_offset_of_shootScaleValue_22() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___shootScaleValue_22)); } inline int32_t get_shootScaleValue_22() const { return ___shootScaleValue_22; } inline int32_t* get_address_of_shootScaleValue_22() { return &___shootScaleValue_22; } inline void set_shootScaleValue_22(int32_t value) { ___shootScaleValue_22 = value; } inline static int32_t get_offset_of_seq2_23() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___seq2_23)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq2_23() const { return ___seq2_23; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq2_23() { return &___seq2_23; } inline void set_seq2_23(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq2_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq2_23), (void*)value); } inline static int32_t get_offset_of_scaleShootOn_24() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleShootOn_24)); } inline bool get_scaleShootOn_24() const { return ___scaleShootOn_24; } inline bool* get_address_of_scaleShootOn_24() { return &___scaleShootOn_24; } inline void set_scaleShootOn_24(bool value) { ___scaleShootOn_24 = value; } }; struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields { public: // GameAssistUI GameAssistUI::ins GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * ___ins_10; // System.Boolean[] GameAssistUI::playerRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerRecords_14; public: inline static int32_t get_offset_of_ins_10() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields, ___ins_10)); } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * get_ins_10() const { return ___ins_10; } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 ** get_address_of_ins_10() { return &___ins_10; } inline void set_ins_10(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * value) { ___ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_10), (void*)value); } inline static int32_t get_offset_of_playerRecords_14() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields, ___playerRecords_14)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerRecords_14() const { return ___playerRecords_14; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerRecords_14() { return &___playerRecords_14; } inline void set_playerRecords_14(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerRecords_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerRecords_14), (void*)value); } }; // HRB_Bluetooth struct HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String HRB_Bluetooth::targetDeviceName String_t* ___targetDeviceName_4; // ArduinoBluetoothAPI.BluetoothHelper HRB_Bluetooth::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_5; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic HRB_Bluetooth::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_6; // ArduinoBluetoothAPI.BluetoothHelperService HRB_Bluetooth::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_7; // System.String HRB_Bluetooth::deviceName String_t* ___deviceName_8; // System.Boolean HRB_Bluetooth::canConnect bool ___canConnect_9; // UnityEngine.UI.Text HRB_Bluetooth::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum HRB_Bluetooth::status int32_t ___status_11; // System.Action HRB_Bluetooth::onFindTargetDevice Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onFindTargetDevice_12; // System.Boolean HRB_Bluetooth::userDoConnect bool ___userDoConnect_13; // System.Boolean HRB_Bluetooth::doConnect bool ___doConnect_14; // System.Func`1 HRB_Bluetooth::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_15; public: inline static int32_t get_offset_of_targetDeviceName_4() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___targetDeviceName_4)); } inline String_t* get_targetDeviceName_4() const { return ___targetDeviceName_4; } inline String_t** get_address_of_targetDeviceName_4() { return &___targetDeviceName_4; } inline void set_targetDeviceName_4(String_t* value) { ___targetDeviceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_4), (void*)value); } inline static int32_t get_offset_of_bluetoothHelper_5() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___bluetoothHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_5() const { return ___bluetoothHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_5() { return &___bluetoothHelper_5; } inline void set_bluetoothHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_5), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_6() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___characteristicWrite_6)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_6() const { return ___characteristicWrite_6; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_6() { return &___characteristicWrite_6; } inline void set_characteristicWrite_6(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_6), (void*)value); } inline static int32_t get_offset_of_bluetoothService_7() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___bluetoothService_7)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_7() const { return ___bluetoothService_7; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_7() { return &___bluetoothService_7; } inline void set_bluetoothService_7(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_onFindTargetDevice_12() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___onFindTargetDevice_12)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onFindTargetDevice_12() const { return ___onFindTargetDevice_12; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onFindTargetDevice_12() { return &___onFindTargetDevice_12; } inline void set_onFindTargetDevice_12(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onFindTargetDevice_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onFindTargetDevice_12), (void*)value); } inline static int32_t get_offset_of_userDoConnect_13() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___userDoConnect_13)); } inline bool get_userDoConnect_13() const { return ___userDoConnect_13; } inline bool* get_address_of_userDoConnect_13() { return &___userDoConnect_13; } inline void set_userDoConnect_13(bool value) { ___userDoConnect_13 = value; } inline static int32_t get_offset_of_doConnect_14() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___doConnect_14)); } inline bool get_doConnect_14() const { return ___doConnect_14; } inline bool* get_address_of_doConnect_14() { return &___doConnect_14; } inline void set_doConnect_14(bool value) { ___doConnect_14 = value; } inline static int32_t get_offset_of_action_DoConnectInterceptor_15() { return static_cast(offsetof(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D, ___action_DoConnectInterceptor_15)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_15() const { return ___action_DoConnectInterceptor_15; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_15() { return &___action_DoConnectInterceptor_15; } inline void set_action_DoConnectInterceptor_15(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_15), (void*)value); } }; // LoginMgr struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject LoginMgr::loginView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginView_4; // UnityEngine.GameObject LoginMgr::registerView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerView_5; public: inline static int32_t get_offset_of_loginView_4() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___loginView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginView_4() const { return ___loginView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginView_4() { return &___loginView_4; } inline void set_loginView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginView_4), (void*)value); } inline static int32_t get_offset_of_registerView_5() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___registerView_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerView_5() const { return ___registerView_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerView_5() { return &___registerView_5; } inline void set_registerView_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerView_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerView_5), (void*)value); } }; struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields { public: // UserInfo LoginMgr::myUserInfo UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * ___myUserInfo_6; public: inline static int32_t get_offset_of_myUserInfo_6() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields, ___myUserInfo_6)); } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * get_myUserInfo_6() const { return ___myUserInfo_6; } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F ** get_address_of_myUserInfo_6() { return &___myUserInfo_6; } inline void set_myUserInfo_6(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * value) { ___myUserInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myUserInfo_6), (void*)value); } }; // LongPressMonitor struct LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action LongPressMonitor::onLongPress Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onLongPress_4; // System.Single LongPressMonitor::interval float ___interval_5; // System.Boolean LongPressMonitor::isDown bool ___isDown_6; // System.Single LongPressMonitor::downTime float ___downTime_7; // System.Boolean LongPressMonitor::isLongPress bool ___isLongPress_8; public: inline static int32_t get_offset_of_onLongPress_4() { return static_cast(offsetof(LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04, ___onLongPress_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onLongPress_4() const { return ___onLongPress_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onLongPress_4() { return &___onLongPress_4; } inline void set_onLongPress_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onLongPress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onLongPress_4), (void*)value); } inline static int32_t get_offset_of_interval_5() { return static_cast(offsetof(LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04, ___interval_5)); } inline float get_interval_5() const { return ___interval_5; } inline float* get_address_of_interval_5() { return &___interval_5; } inline void set_interval_5(float value) { ___interval_5 = value; } inline static int32_t get_offset_of_isDown_6() { return static_cast(offsetof(LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04, ___isDown_6)); } inline bool get_isDown_6() const { return ___isDown_6; } inline bool* get_address_of_isDown_6() { return &___isDown_6; } inline void set_isDown_6(bool value) { ___isDown_6 = value; } inline static int32_t get_offset_of_downTime_7() { return static_cast(offsetof(LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04, ___downTime_7)); } inline float get_downTime_7() const { return ___downTime_7; } inline float* get_address_of_downTime_7() { return &___downTime_7; } inline void set_downTime_7(float value) { ___downTime_7 = value; } inline static int32_t get_offset_of_isLongPress_8() { return static_cast(offsetof(LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04, ___isLongPress_8)); } inline bool get_isLongPress_8() const { return ___isLongPress_8; } inline bool* get_address_of_isLongPress_8() { return &___isLongPress_8; } inline void set_isLongPress_8(bool value) { ___isLongPress_8 = value; } }; // ModalView struct ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String ModalView::text String_t* ___text_4; // System.String ModalView::textKey String_t* ___textKey_5; // System.Object[] ModalView::textFormatArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___textFormatArgs_6; // UnityEngine.Events.UnityAction ModalView::onAgree UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAgree_7; // System.String ModalView::onAgreeTextKey String_t* ___onAgreeTextKey_8; // UnityEngine.Events.UnityAction ModalView::onReject UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onReject_9; // System.String ModalView::onRejectTextKey String_t* ___onRejectTextKey_10; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___text_4)); } inline String_t* get_text_4() const { return ___text_4; } inline String_t** get_address_of_text_4() { return &___text_4; } inline void set_text_4(String_t* value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_textKey_5() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___textKey_5)); } inline String_t* get_textKey_5() const { return ___textKey_5; } inline String_t** get_address_of_textKey_5() { return &___textKey_5; } inline void set_textKey_5(String_t* value) { ___textKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___textKey_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_6() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___textFormatArgs_6)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_textFormatArgs_6() const { return ___textFormatArgs_6; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_textFormatArgs_6() { return &___textFormatArgs_6; } inline void set_textFormatArgs_6(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___textFormatArgs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_6), (void*)value); } inline static int32_t get_offset_of_onAgree_7() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onAgree_7)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onAgree_7() const { return ___onAgree_7; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onAgree_7() { return &___onAgree_7; } inline void set_onAgree_7(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onAgree_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgree_7), (void*)value); } inline static int32_t get_offset_of_onAgreeTextKey_8() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onAgreeTextKey_8)); } inline String_t* get_onAgreeTextKey_8() const { return ___onAgreeTextKey_8; } inline String_t** get_address_of_onAgreeTextKey_8() { return &___onAgreeTextKey_8; } inline void set_onAgreeTextKey_8(String_t* value) { ___onAgreeTextKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgreeTextKey_8), (void*)value); } inline static int32_t get_offset_of_onReject_9() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onReject_9)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onReject_9() const { return ___onReject_9; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onReject_9() { return &___onReject_9; } inline void set_onReject_9(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onReject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReject_9), (void*)value); } inline static int32_t get_offset_of_onRejectTextKey_10() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onRejectTextKey_10)); } inline String_t* get_onRejectTextKey_10() const { return ___onRejectTextKey_10; } inline String_t** get_address_of_onRejectTextKey_10() { return &___onRejectTextKey_10; } inline void set_onRejectTextKey_10(String_t* value) { ___onRejectTextKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRejectTextKey_10), (void*)value); } }; // NewUserGuiderManager struct NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject NewUserGuiderManager::prefab_NewUserGuider GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___prefab_NewUserGuider_4; // System.Boolean NewUserGuiderManager::onSceneLoaded_added bool ___onSceneLoaded_added_6; // System.Collections.Generic.Dictionary`2 NewUserGuiderManager::configs Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B * ___configs_7; // System.Boolean NewUserGuiderManager::configsInited bool ___configsInited_8; // System.String NewUserGuiderManager::curConfigKey String_t* ___curConfigKey_9; // System.Collections.Generic.List`1 NewUserGuiderManager::configKeyList List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___configKeyList_10; public: inline static int32_t get_offset_of_prefab_NewUserGuider_4() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___prefab_NewUserGuider_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_prefab_NewUserGuider_4() const { return ___prefab_NewUserGuider_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_prefab_NewUserGuider_4() { return &___prefab_NewUserGuider_4; } inline void set_prefab_NewUserGuider_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___prefab_NewUserGuider_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefab_NewUserGuider_4), (void*)value); } inline static int32_t get_offset_of_onSceneLoaded_added_6() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___onSceneLoaded_added_6)); } inline bool get_onSceneLoaded_added_6() const { return ___onSceneLoaded_added_6; } inline bool* get_address_of_onSceneLoaded_added_6() { return &___onSceneLoaded_added_6; } inline void set_onSceneLoaded_added_6(bool value) { ___onSceneLoaded_added_6 = value; } inline static int32_t get_offset_of_configs_7() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___configs_7)); } inline Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B * get_configs_7() const { return ___configs_7; } inline Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B ** get_address_of_configs_7() { return &___configs_7; } inline void set_configs_7(Dictionary_2_t7814044BF3075E198C1B10D80661E1B4EF98897B * value) { ___configs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___configs_7), (void*)value); } inline static int32_t get_offset_of_configsInited_8() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___configsInited_8)); } inline bool get_configsInited_8() const { return ___configsInited_8; } inline bool* get_address_of_configsInited_8() { return &___configsInited_8; } inline void set_configsInited_8(bool value) { ___configsInited_8 = value; } inline static int32_t get_offset_of_curConfigKey_9() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___curConfigKey_9)); } inline String_t* get_curConfigKey_9() const { return ___curConfigKey_9; } inline String_t** get_address_of_curConfigKey_9() { return &___curConfigKey_9; } inline void set_curConfigKey_9(String_t* value) { ___curConfigKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___curConfigKey_9), (void*)value); } inline static int32_t get_offset_of_configKeyList_10() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712, ___configKeyList_10)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_configKeyList_10() const { return ___configKeyList_10; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_configKeyList_10() { return &___configKeyList_10; } inline void set_configKeyList_10(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___configKeyList_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___configKeyList_10), (void*)value); } }; struct NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_StaticFields { public: // NewUserGuiderManager NewUserGuiderManager::ins NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_StaticFields, ___ins_5)); } inline NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * get_ins_5() const { return ___ins_5; } inline NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityStandardAssets.Utility.ObjectResetter struct ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Vector3 UnityStandardAssets.Utility.ObjectResetter::originalPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___originalPosition_4; // UnityEngine.Quaternion UnityStandardAssets.Utility.ObjectResetter::originalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___originalRotation_5; // System.Collections.Generic.List`1 UnityStandardAssets.Utility.ObjectResetter::originalStructure List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___originalStructure_6; // UnityEngine.Rigidbody UnityStandardAssets.Utility.ObjectResetter::Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___Rigidbody_7; public: inline static int32_t get_offset_of_originalPosition_4() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalPosition_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_originalPosition_4() const { return ___originalPosition_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_originalPosition_4() { return &___originalPosition_4; } inline void set_originalPosition_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___originalPosition_4 = value; } inline static int32_t get_offset_of_originalRotation_5() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalRotation_5)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_originalRotation_5() const { return ___originalRotation_5; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_originalRotation_5() { return &___originalRotation_5; } inline void set_originalRotation_5(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___originalRotation_5 = value; } inline static int32_t get_offset_of_originalStructure_6() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalStructure_6)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_originalStructure_6() const { return ___originalStructure_6; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_originalStructure_6() { return &___originalStructure_6; } inline void set_originalStructure_6(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___originalStructure_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalStructure_6), (void*)value); } inline static int32_t get_offset_of_Rigidbody_7() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___Rigidbody_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_Rigidbody_7() const { return ___Rigidbody_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_Rigidbody_7() { return &___Rigidbody_7; } inline void set_Rigidbody_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___Rigidbody_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rigidbody_7), (void*)value); } }; // UnityStandardAssets.Effects.ParticleSystemMultiplier struct ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Effects.ParticleSystemMultiplier::multiplier float ___multiplier_4; public: inline static int32_t get_offset_of_multiplier_4() { return static_cast(offsetof(ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372, ___multiplier_4)); } inline float get_multiplier_4() const { return ___multiplier_4; } inline float* get_address_of_multiplier_4() { return &___multiplier_4; } inline void set_multiplier_4(float value) { ___multiplier_4 = value; } }; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform PopupMgr::popupRoot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___popupRoot_5; public: inline static int32_t get_offset_of_popupRoot_5() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC, ___popupRoot_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_popupRoot_5() const { return ___popupRoot_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_popupRoot_5() { return &___popupRoot_5; } inline void set_popupRoot_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___popupRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___popupRoot_5), (void*)value); } }; struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields { public: // PopupMgr PopupMgr::_ins PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * ____ins_4; public: inline static int32_t get_offset_of__ins_4() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields, ____ins_4)); } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * get__ins_4() const { return ____ins_4; } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC ** get_address_of__ins_4() { return &____ins_4; } inline void set__ins_4(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * value) { ____ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_4), (void*)value); } }; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MouseConfirm SB_EventSystem::mouseConfirm MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * ___mouseConfirm_5; // JC.Unity.SimulateMouse SB_EventSystem::simulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse_6; // System.Boolean SB_EventSystem::simulateMouseIsAwaked bool ___simulateMouseIsAwaked_7; // UnityEngine.Quaternion SB_EventSystem::nowAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___nowAxisQuat_8; // UnityEngine.Quaternion SB_EventSystem::newAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newAxisQuat_9; // UnityEngine.Vector2 SB_EventSystem::mousePointerPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePointerPosition_10; // System.Single SB_EventSystem::_lastClickMouseTime float ____lastClickMouseTime_11; // SB_EventSystem/MouseTest SB_EventSystem::mouseTest MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * ___mouseTest_12; public: inline static int32_t get_offset_of_mouseConfirm_5() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseConfirm_5)); } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * get_mouseConfirm_5() const { return ___mouseConfirm_5; } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA ** get_address_of_mouseConfirm_5() { return &___mouseConfirm_5; } inline void set_mouseConfirm_5(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * value) { ___mouseConfirm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseConfirm_5), (void*)value); } inline static int32_t get_offset_of_simulateMouse_6() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_simulateMouse_6() const { return ___simulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_simulateMouse_6() { return &___simulateMouse_6; } inline void set_simulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___simulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simulateMouse_6), (void*)value); } inline static int32_t get_offset_of_simulateMouseIsAwaked_7() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouseIsAwaked_7)); } inline bool get_simulateMouseIsAwaked_7() const { return ___simulateMouseIsAwaked_7; } inline bool* get_address_of_simulateMouseIsAwaked_7() { return &___simulateMouseIsAwaked_7; } inline void set_simulateMouseIsAwaked_7(bool value) { ___simulateMouseIsAwaked_7 = value; } inline static int32_t get_offset_of_nowAxisQuat_8() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___nowAxisQuat_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_nowAxisQuat_8() const { return ___nowAxisQuat_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_nowAxisQuat_8() { return &___nowAxisQuat_8; } inline void set_nowAxisQuat_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___nowAxisQuat_8 = value; } inline static int32_t get_offset_of_newAxisQuat_9() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___newAxisQuat_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newAxisQuat_9() const { return ___newAxisQuat_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newAxisQuat_9() { return &___newAxisQuat_9; } inline void set_newAxisQuat_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newAxisQuat_9 = value; } inline static int32_t get_offset_of_mousePointerPosition_10() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mousePointerPosition_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePointerPosition_10() const { return ___mousePointerPosition_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePointerPosition_10() { return &___mousePointerPosition_10; } inline void set_mousePointerPosition_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePointerPosition_10 = value; } inline static int32_t get_offset_of__lastClickMouseTime_11() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ____lastClickMouseTime_11)); } inline float get__lastClickMouseTime_11() const { return ____lastClickMouseTime_11; } inline float* get_address_of__lastClickMouseTime_11() { return &____lastClickMouseTime_11; } inline void set__lastClickMouseTime_11(float value) { ____lastClickMouseTime_11 = value; } inline static int32_t get_offset_of_mouseTest_12() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseTest_12)); } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * get_mouseTest_12() const { return ___mouseTest_12; } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD ** get_address_of_mouseTest_12() { return &___mouseTest_12; } inline void set_mouseTest_12(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * value) { ___mouseTest_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseTest_12), (void*)value); } }; struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields { public: // SB_EventSystem SB_EventSystem::ins SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields, ___ins_4)); } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * get_ins_4() const { return ___ins_4; } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // TargetView struct TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Button TargetView::button Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___button_4; public: inline static int32_t get_offset_of_button_4() { return static_cast(offsetof(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1, ___button_4)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_button_4() const { return ___button_4; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_button_4() { return &___button_4; } inline void set_button_4(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___button_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___button_4), (void*)value); } }; struct TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields { public: // TargetView TargetView::_ins TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * ____ins_5; public: inline static int32_t get_offset_of__ins_5() { return static_cast(offsetof(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields, ____ins_5)); } inline TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * get__ins_5() const { return ____ins_5; } inline TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 ** get_address_of__ins_5() { return &____ins_5; } inline void set__ins_5(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * value) { ____ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_5), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // UnityEngine.UI.BaseMeshEffect struct BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.UI.Graphic UnityEngine.UI.BaseMeshEffect::m_Graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Graphic_4; public: inline static int32_t get_offset_of_m_Graphic_4() { return static_cast(offsetof(BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA, ___m_Graphic_4)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Graphic_4() const { return ___m_Graphic_4; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Graphic_4() { return &___m_Graphic_4; } inline void set_m_Graphic_4(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Graphic_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Graphic_4), (void*)value); } }; // DeviceView struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject DeviceView::bowOptions GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bowOptions_6; // UnityEngine.GameObject DeviceView::btnConnectBow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectBow_7; // System.Action DeviceView::action_OnClickGyr Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickGyr_9; // System.Action DeviceView::action_OnClickMag Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickMag_10; // BluetoothStatusEnum DeviceView::bowStatus int32_t ___bowStatus_11; public: inline static int32_t get_offset_of_bowOptions_6() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___bowOptions_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bowOptions_6() const { return ___bowOptions_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bowOptions_6() { return &___bowOptions_6; } inline void set_bowOptions_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bowOptions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowOptions_6), (void*)value); } inline static int32_t get_offset_of_btnConnectBow_7() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___btnConnectBow_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectBow_7() const { return ___btnConnectBow_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectBow_7() { return &___btnConnectBow_7; } inline void set_btnConnectBow_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectBow_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectBow_7), (void*)value); } inline static int32_t get_offset_of_action_OnClickGyr_9() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___action_OnClickGyr_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickGyr_9() const { return ___action_OnClickGyr_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickGyr_9() { return &___action_OnClickGyr_9; } inline void set_action_OnClickGyr_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickGyr_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickGyr_9), (void*)value); } inline static int32_t get_offset_of_action_OnClickMag_10() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___action_OnClickMag_10)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickMag_10() const { return ___action_OnClickMag_10; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickMag_10() { return &___action_OnClickMag_10; } inline void set_action_OnClickMag_10(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickMag_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickMag_10), (void*)value); } inline static int32_t get_offset_of_bowStatus_11() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___bowStatus_11)); } inline int32_t get_bowStatus_11() const { return ___bowStatus_11; } inline int32_t* get_address_of_bowStatus_11() { return &___bowStatus_11; } inline void set_bowStatus_11(int32_t value) { ___bowStatus_11 = value; } }; struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields { public: // DeviceView DeviceView::ins DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields, ___ins_8)); } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * get_ins_8() const { return ___ins_8; } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // FriendView struct FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject FriendView::myFriendBox GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___myFriendBox_6; // UnityEngine.GameObject FriendView::friendRequestBox GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendRequestBox_7; // UnityEngine.GameObject FriendView::friendRecommendBox GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendRecommendBox_8; // UnityEngine.GameObject FriendView::searchPlayerBox GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___searchPlayerBox_9; // System.Int64 FriendView::_lastSearchTime int64_t ____lastSearchTime_10; // UnityEngine.Sprite[] FriendView::btnTabTextures SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___btnTabTextures_11; // UnityEngine.UI.Button[] FriendView::btnTabs ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___btnTabs_12; public: inline static int32_t get_offset_of_myFriendBox_6() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ___myFriendBox_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_myFriendBox_6() const { return ___myFriendBox_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_myFriendBox_6() { return &___myFriendBox_6; } inline void set_myFriendBox_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___myFriendBox_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myFriendBox_6), (void*)value); } inline static int32_t get_offset_of_friendRequestBox_7() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ___friendRequestBox_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendRequestBox_7() const { return ___friendRequestBox_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendRequestBox_7() { return &___friendRequestBox_7; } inline void set_friendRequestBox_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendRequestBox_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendRequestBox_7), (void*)value); } inline static int32_t get_offset_of_friendRecommendBox_8() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ___friendRecommendBox_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendRecommendBox_8() const { return ___friendRecommendBox_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendRecommendBox_8() { return &___friendRecommendBox_8; } inline void set_friendRecommendBox_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendRecommendBox_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendRecommendBox_8), (void*)value); } inline static int32_t get_offset_of_searchPlayerBox_9() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ___searchPlayerBox_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_searchPlayerBox_9() const { return ___searchPlayerBox_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_searchPlayerBox_9() { return &___searchPlayerBox_9; } inline void set_searchPlayerBox_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___searchPlayerBox_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___searchPlayerBox_9), (void*)value); } inline static int32_t get_offset_of__lastSearchTime_10() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ____lastSearchTime_10)); } inline int64_t get__lastSearchTime_10() const { return ____lastSearchTime_10; } inline int64_t* get_address_of__lastSearchTime_10() { return &____lastSearchTime_10; } inline void set__lastSearchTime_10(int64_t value) { ____lastSearchTime_10 = value; } inline static int32_t get_offset_of_btnTabTextures_11() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ___btnTabTextures_11)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_btnTabTextures_11() const { return ___btnTabTextures_11; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_btnTabTextures_11() { return &___btnTabTextures_11; } inline void set_btnTabTextures_11(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___btnTabTextures_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabTextures_11), (void*)value); } inline static int32_t get_offset_of_btnTabs_12() { return static_cast(offsetof(FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C, ___btnTabs_12)); } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* get_btnTabs_12() const { return ___btnTabs_12; } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B** get_address_of_btnTabs_12() { return &___btnTabs_12; } inline void set_btnTabs_12(ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* value) { ___btnTabs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabs_12), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // HRB_HomeView struct HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // HRB_Bluetooth HRB_HomeView::_hRB_Bluetooth HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * ____hRB_Bluetooth_6; // UnityEngine.UI.Text HRB_HomeView::_btn_ble_text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____btn_ble_text_7; // System.Collections.Generic.List`1 HRB_HomeView::buttonAB List_1_t21BC49A4390CA067C4050F19A1D58BE64AC2E89E * ___buttonAB_8; // UnityEngine.Color HRB_HomeView::btnColorAB_Light Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___btnColorAB_Light_9; // UnityEngine.Color HRB_HomeView::btnColorAB_Dark Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___btnColorAB_Dark_10; // System.Int32 HRB_HomeView::currentABSwitchIndex int32_t ___currentABSwitchIndex_11; // UnityEngine.UI.Text HRB_HomeView::textAB Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textAB_12; // UnityEngine.UI.InputField HRB_HomeView::inputFieldAB InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputFieldAB_13; // System.Boolean HRB_HomeView::inputFieldAB_Focused bool ___inputFieldAB_Focused_14; // BluetoothStatusEnum HRB_HomeView::bowStatus int32_t ___bowStatus_15; public: inline static int32_t get_offset_of__hRB_Bluetooth_6() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ____hRB_Bluetooth_6)); } inline HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * get__hRB_Bluetooth_6() const { return ____hRB_Bluetooth_6; } inline HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D ** get_address_of__hRB_Bluetooth_6() { return &____hRB_Bluetooth_6; } inline void set__hRB_Bluetooth_6(HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * value) { ____hRB_Bluetooth_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____hRB_Bluetooth_6), (void*)value); } inline static int32_t get_offset_of__btn_ble_text_7() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ____btn_ble_text_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__btn_ble_text_7() const { return ____btn_ble_text_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__btn_ble_text_7() { return &____btn_ble_text_7; } inline void set__btn_ble_text_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____btn_ble_text_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____btn_ble_text_7), (void*)value); } inline static int32_t get_offset_of_buttonAB_8() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___buttonAB_8)); } inline List_1_t21BC49A4390CA067C4050F19A1D58BE64AC2E89E * get_buttonAB_8() const { return ___buttonAB_8; } inline List_1_t21BC49A4390CA067C4050F19A1D58BE64AC2E89E ** get_address_of_buttonAB_8() { return &___buttonAB_8; } inline void set_buttonAB_8(List_1_t21BC49A4390CA067C4050F19A1D58BE64AC2E89E * value) { ___buttonAB_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___buttonAB_8), (void*)value); } inline static int32_t get_offset_of_btnColorAB_Light_9() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___btnColorAB_Light_9)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_btnColorAB_Light_9() const { return ___btnColorAB_Light_9; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_btnColorAB_Light_9() { return &___btnColorAB_Light_9; } inline void set_btnColorAB_Light_9(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___btnColorAB_Light_9 = value; } inline static int32_t get_offset_of_btnColorAB_Dark_10() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___btnColorAB_Dark_10)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_btnColorAB_Dark_10() const { return ___btnColorAB_Dark_10; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_btnColorAB_Dark_10() { return &___btnColorAB_Dark_10; } inline void set_btnColorAB_Dark_10(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___btnColorAB_Dark_10 = value; } inline static int32_t get_offset_of_currentABSwitchIndex_11() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___currentABSwitchIndex_11)); } inline int32_t get_currentABSwitchIndex_11() const { return ___currentABSwitchIndex_11; } inline int32_t* get_address_of_currentABSwitchIndex_11() { return &___currentABSwitchIndex_11; } inline void set_currentABSwitchIndex_11(int32_t value) { ___currentABSwitchIndex_11 = value; } inline static int32_t get_offset_of_textAB_12() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___textAB_12)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textAB_12() const { return ___textAB_12; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textAB_12() { return &___textAB_12; } inline void set_textAB_12(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textAB_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAB_12), (void*)value); } inline static int32_t get_offset_of_inputFieldAB_13() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___inputFieldAB_13)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputFieldAB_13() const { return ___inputFieldAB_13; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputFieldAB_13() { return &___inputFieldAB_13; } inline void set_inputFieldAB_13(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputFieldAB_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputFieldAB_13), (void*)value); } inline static int32_t get_offset_of_inputFieldAB_Focused_14() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___inputFieldAB_Focused_14)); } inline bool get_inputFieldAB_Focused_14() const { return ___inputFieldAB_Focused_14; } inline bool* get_address_of_inputFieldAB_Focused_14() { return &___inputFieldAB_Focused_14; } inline void set_inputFieldAB_Focused_14(bool value) { ___inputFieldAB_Focused_14 = value; } inline static int32_t get_offset_of_bowStatus_15() { return static_cast(offsetof(HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0, ___bowStatus_15)); } inline int32_t get_bowStatus_15() const { return ___bowStatus_15; } inline int32_t* get_address_of_bowStatus_15() { return &___bowStatus_15; } inline void set_bowStatus_15(int32_t value) { ___bowStatus_15 = value; } }; // HRB_MeView struct HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.UI.Image HRB_MeView::avatarImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___avatarImage_6; // UnityEngine.UI.Text HRB_MeView::nameText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___nameText_7; // UnityEngine.GameObject HRB_MeView::inputs GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___inputs_8; // JCUnityLib.Throttler HRB_MeView::throttlerSave Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerSave_9; // UnityEngine.GameObject HRB_MeView::datePickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___datePickerPrefab_10; // UnityEngine.GameObject HRB_MeView::locationPickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___locationPickerPrefab_11; // System.String HRB_MeView::countryCode String_t* ___countryCode_12; // System.String HRB_MeView::stateCode String_t* ___stateCode_13; // System.String HRB_MeView::cityCode String_t* ___cityCode_14; // System.Boolean HRB_MeView::avatarSelectViewInited bool ___avatarSelectViewInited_15; // System.Int32 HRB_MeView::curAvatarSelectID int32_t ___curAvatarSelectID_16; // HRB_MeView/MeUserInfo HRB_MeView::meUserInfo MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * ___meUserInfo_17; public: inline static int32_t get_offset_of_avatarImage_6() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___avatarImage_6)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_avatarImage_6() const { return ___avatarImage_6; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_avatarImage_6() { return &___avatarImage_6; } inline void set_avatarImage_6(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___avatarImage_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___avatarImage_6), (void*)value); } inline static int32_t get_offset_of_nameText_7() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___nameText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_nameText_7() const { return ___nameText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_nameText_7() { return &___nameText_7; } inline void set_nameText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___nameText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameText_7), (void*)value); } inline static int32_t get_offset_of_inputs_8() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___inputs_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_inputs_8() const { return ___inputs_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_inputs_8() { return &___inputs_8; } inline void set_inputs_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___inputs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputs_8), (void*)value); } inline static int32_t get_offset_of_throttlerSave_9() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___throttlerSave_9)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerSave_9() const { return ___throttlerSave_9; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerSave_9() { return &___throttlerSave_9; } inline void set_throttlerSave_9(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerSave_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerSave_9), (void*)value); } inline static int32_t get_offset_of_datePickerPrefab_10() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___datePickerPrefab_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_datePickerPrefab_10() const { return ___datePickerPrefab_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_datePickerPrefab_10() { return &___datePickerPrefab_10; } inline void set_datePickerPrefab_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___datePickerPrefab_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerPrefab_10), (void*)value); } inline static int32_t get_offset_of_locationPickerPrefab_11() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___locationPickerPrefab_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_locationPickerPrefab_11() const { return ___locationPickerPrefab_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_locationPickerPrefab_11() { return &___locationPickerPrefab_11; } inline void set_locationPickerPrefab_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___locationPickerPrefab_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___locationPickerPrefab_11), (void*)value); } inline static int32_t get_offset_of_countryCode_12() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___countryCode_12)); } inline String_t* get_countryCode_12() const { return ___countryCode_12; } inline String_t** get_address_of_countryCode_12() { return &___countryCode_12; } inline void set_countryCode_12(String_t* value) { ___countryCode_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryCode_12), (void*)value); } inline static int32_t get_offset_of_stateCode_13() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___stateCode_13)); } inline String_t* get_stateCode_13() const { return ___stateCode_13; } inline String_t** get_address_of_stateCode_13() { return &___stateCode_13; } inline void set_stateCode_13(String_t* value) { ___stateCode_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateCode_13), (void*)value); } inline static int32_t get_offset_of_cityCode_14() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___cityCode_14)); } inline String_t* get_cityCode_14() const { return ___cityCode_14; } inline String_t** get_address_of_cityCode_14() { return &___cityCode_14; } inline void set_cityCode_14(String_t* value) { ___cityCode_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___cityCode_14), (void*)value); } inline static int32_t get_offset_of_avatarSelectViewInited_15() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___avatarSelectViewInited_15)); } inline bool get_avatarSelectViewInited_15() const { return ___avatarSelectViewInited_15; } inline bool* get_address_of_avatarSelectViewInited_15() { return &___avatarSelectViewInited_15; } inline void set_avatarSelectViewInited_15(bool value) { ___avatarSelectViewInited_15 = value; } inline static int32_t get_offset_of_curAvatarSelectID_16() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___curAvatarSelectID_16)); } inline int32_t get_curAvatarSelectID_16() const { return ___curAvatarSelectID_16; } inline int32_t* get_address_of_curAvatarSelectID_16() { return &___curAvatarSelectID_16; } inline void set_curAvatarSelectID_16(int32_t value) { ___curAvatarSelectID_16 = value; } inline static int32_t get_offset_of_meUserInfo_17() { return static_cast(offsetof(HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76, ___meUserInfo_17)); } inline MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * get_meUserInfo_17() const { return ___meUserInfo_17; } inline MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E ** get_address_of_meUserInfo_17() { return &___meUserInfo_17; } inline void set_meUserInfo_17(MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * value) { ___meUserInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___meUserInfo_17), (void*)value); } }; // HRB_PlanView struct HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.UI.InputField HRB_PlanView::m_PlanWeightLoss_InputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___m_PlanWeightLoss_InputField_6; // UnityEngine.UI.Text HRB_PlanView::m_PlanWeightLoss_Text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_PlanWeightLoss_Text_7; // UnityEngine.UI.Text HRB_PlanView::_planDateStartText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____planDateStartText_8; // UnityEngine.UI.Text HRB_PlanView::_planDateEndText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____planDateEndText_9; // UnityEngine.UI.Text HRB_PlanView::_planDayText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____planDayText_10; // UnityEngine.GameObject HRB_PlanView::datePickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___datePickerPrefab_11; public: inline static int32_t get_offset_of_m_PlanWeightLoss_InputField_6() { return static_cast(offsetof(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3, ___m_PlanWeightLoss_InputField_6)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_m_PlanWeightLoss_InputField_6() const { return ___m_PlanWeightLoss_InputField_6; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_m_PlanWeightLoss_InputField_6() { return &___m_PlanWeightLoss_InputField_6; } inline void set_m_PlanWeightLoss_InputField_6(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___m_PlanWeightLoss_InputField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PlanWeightLoss_InputField_6), (void*)value); } inline static int32_t get_offset_of_m_PlanWeightLoss_Text_7() { return static_cast(offsetof(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3, ___m_PlanWeightLoss_Text_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_PlanWeightLoss_Text_7() const { return ___m_PlanWeightLoss_Text_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_PlanWeightLoss_Text_7() { return &___m_PlanWeightLoss_Text_7; } inline void set_m_PlanWeightLoss_Text_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_PlanWeightLoss_Text_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PlanWeightLoss_Text_7), (void*)value); } inline static int32_t get_offset_of__planDateStartText_8() { return static_cast(offsetof(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3, ____planDateStartText_8)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__planDateStartText_8() const { return ____planDateStartText_8; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__planDateStartText_8() { return &____planDateStartText_8; } inline void set__planDateStartText_8(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____planDateStartText_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____planDateStartText_8), (void*)value); } inline static int32_t get_offset_of__planDateEndText_9() { return static_cast(offsetof(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3, ____planDateEndText_9)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__planDateEndText_9() const { return ____planDateEndText_9; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__planDateEndText_9() { return &____planDateEndText_9; } inline void set__planDateEndText_9(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____planDateEndText_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____planDateEndText_9), (void*)value); } inline static int32_t get_offset_of__planDayText_10() { return static_cast(offsetof(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3, ____planDayText_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__planDayText_10() const { return ____planDayText_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__planDayText_10() { return &____planDayText_10; } inline void set__planDayText_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____planDayText_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____planDayText_10), (void*)value); } inline static int32_t get_offset_of_datePickerPrefab_11() { return static_cast(offsetof(HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3, ___datePickerPrefab_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_datePickerPrefab_11() const { return ___datePickerPrefab_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_datePickerPrefab_11() { return &___datePickerPrefab_11; } inline void set_datePickerPrefab_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___datePickerPrefab_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerPrefab_11), (void*)value); } }; // HRB_ViewMgr struct HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC : public ViewManager_1_t5BDF7DFD13D86428BB0E5054ADC635CE0AE90F1E { public: public: }; // UnityEngine.UI.LayoutElement struct LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.LayoutElement::m_IgnoreLayout bool ___m_IgnoreLayout_4; // System.Single UnityEngine.UI.LayoutElement::m_MinWidth float ___m_MinWidth_5; // System.Single UnityEngine.UI.LayoutElement::m_MinHeight float ___m_MinHeight_6; // System.Single UnityEngine.UI.LayoutElement::m_PreferredWidth float ___m_PreferredWidth_7; // System.Single UnityEngine.UI.LayoutElement::m_PreferredHeight float ___m_PreferredHeight_8; // System.Single UnityEngine.UI.LayoutElement::m_FlexibleWidth float ___m_FlexibleWidth_9; // System.Single UnityEngine.UI.LayoutElement::m_FlexibleHeight float ___m_FlexibleHeight_10; // System.Int32 UnityEngine.UI.LayoutElement::m_LayoutPriority int32_t ___m_LayoutPriority_11; public: inline static int32_t get_offset_of_m_IgnoreLayout_4() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_IgnoreLayout_4)); } inline bool get_m_IgnoreLayout_4() const { return ___m_IgnoreLayout_4; } inline bool* get_address_of_m_IgnoreLayout_4() { return &___m_IgnoreLayout_4; } inline void set_m_IgnoreLayout_4(bool value) { ___m_IgnoreLayout_4 = value; } inline static int32_t get_offset_of_m_MinWidth_5() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_MinWidth_5)); } inline float get_m_MinWidth_5() const { return ___m_MinWidth_5; } inline float* get_address_of_m_MinWidth_5() { return &___m_MinWidth_5; } inline void set_m_MinWidth_5(float value) { ___m_MinWidth_5 = value; } inline static int32_t get_offset_of_m_MinHeight_6() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_MinHeight_6)); } inline float get_m_MinHeight_6() const { return ___m_MinHeight_6; } inline float* get_address_of_m_MinHeight_6() { return &___m_MinHeight_6; } inline void set_m_MinHeight_6(float value) { ___m_MinHeight_6 = value; } inline static int32_t get_offset_of_m_PreferredWidth_7() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_PreferredWidth_7)); } inline float get_m_PreferredWidth_7() const { return ___m_PreferredWidth_7; } inline float* get_address_of_m_PreferredWidth_7() { return &___m_PreferredWidth_7; } inline void set_m_PreferredWidth_7(float value) { ___m_PreferredWidth_7 = value; } inline static int32_t get_offset_of_m_PreferredHeight_8() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_PreferredHeight_8)); } inline float get_m_PreferredHeight_8() const { return ___m_PreferredHeight_8; } inline float* get_address_of_m_PreferredHeight_8() { return &___m_PreferredHeight_8; } inline void set_m_PreferredHeight_8(float value) { ___m_PreferredHeight_8 = value; } inline static int32_t get_offset_of_m_FlexibleWidth_9() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_FlexibleWidth_9)); } inline float get_m_FlexibleWidth_9() const { return ___m_FlexibleWidth_9; } inline float* get_address_of_m_FlexibleWidth_9() { return &___m_FlexibleWidth_9; } inline void set_m_FlexibleWidth_9(float value) { ___m_FlexibleWidth_9 = value; } inline static int32_t get_offset_of_m_FlexibleHeight_10() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_FlexibleHeight_10)); } inline float get_m_FlexibleHeight_10() const { return ___m_FlexibleHeight_10; } inline float* get_address_of_m_FlexibleHeight_10() { return &___m_FlexibleHeight_10; } inline void set_m_FlexibleHeight_10(float value) { ___m_FlexibleHeight_10 = value; } inline static int32_t get_offset_of_m_LayoutPriority_11() { return static_cast(offsetof(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF, ___m_LayoutPriority_11)); } inline int32_t get_m_LayoutPriority_11() const { return ___m_LayoutPriority_11; } inline int32_t* get_address_of_m_LayoutPriority_11() { return &___m_LayoutPriority_11; } inline void set_m_LayoutPriority_11(int32_t value) { ___m_LayoutPriority_11 = value; } }; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.RectOffset UnityEngine.UI.LayoutGroup::m_Padding RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Padding_4; // UnityEngine.TextAnchor UnityEngine.UI.LayoutGroup::m_ChildAlignment int32_t ___m_ChildAlignment_5; // UnityEngine.RectTransform UnityEngine.UI.LayoutGroup::m_Rect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Rect_6; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.LayoutGroup::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_7; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalMinSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalMinSize_8; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalPreferredSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalPreferredSize_9; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalFlexibleSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalFlexibleSize_10; // System.Collections.Generic.List`1 UnityEngine.UI.LayoutGroup::m_RectChildren List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * ___m_RectChildren_11; public: inline static int32_t get_offset_of_m_Padding_4() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Padding_4)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Padding_4() const { return ___m_Padding_4; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Padding_4() { return &___m_Padding_4; } inline void set_m_Padding_4(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Padding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_4), (void*)value); } inline static int32_t get_offset_of_m_ChildAlignment_5() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_ChildAlignment_5)); } inline int32_t get_m_ChildAlignment_5() const { return ___m_ChildAlignment_5; } inline int32_t* get_address_of_m_ChildAlignment_5() { return &___m_ChildAlignment_5; } inline void set_m_ChildAlignment_5(int32_t value) { ___m_ChildAlignment_5 = value; } inline static int32_t get_offset_of_m_Rect_6() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Rect_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Rect_6() const { return ___m_Rect_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Rect_6() { return &___m_Rect_6; } inline void set_m_Rect_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Rect_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_6), (void*)value); } inline static int32_t get_offset_of_m_Tracker_7() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Tracker_7)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_7() const { return ___m_Tracker_7; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_7() { return &___m_Tracker_7; } inline void set_m_Tracker_7(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_7 = value; } inline static int32_t get_offset_of_m_TotalMinSize_8() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalMinSize_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalMinSize_8() const { return ___m_TotalMinSize_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalMinSize_8() { return &___m_TotalMinSize_8; } inline void set_m_TotalMinSize_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalMinSize_8 = value; } inline static int32_t get_offset_of_m_TotalPreferredSize_9() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalPreferredSize_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalPreferredSize_9() const { return ___m_TotalPreferredSize_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalPreferredSize_9() { return &___m_TotalPreferredSize_9; } inline void set_m_TotalPreferredSize_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalPreferredSize_9 = value; } inline static int32_t get_offset_of_m_TotalFlexibleSize_10() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalFlexibleSize_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalFlexibleSize_10() const { return ___m_TotalFlexibleSize_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalFlexibleSize_10() { return &___m_TotalFlexibleSize_10; } inline void set_m_TotalFlexibleSize_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalFlexibleSize_10 = value; } inline static int32_t get_offset_of_m_RectChildren_11() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_RectChildren_11)); } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * get_m_RectChildren_11() const { return ___m_RectChildren_11; } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 ** get_address_of_m_RectChildren_11() { return &___m_RectChildren_11; } inline void set_m_RectChildren_11(List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * value) { ___m_RectChildren_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectChildren_11), (void*)value); } }; // UnityEngine.UI.ScrollRect struct ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Content RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Content_4; // System.Boolean UnityEngine.UI.ScrollRect::m_Horizontal bool ___m_Horizontal_5; // System.Boolean UnityEngine.UI.ScrollRect::m_Vertical bool ___m_Vertical_6; // UnityEngine.UI.ScrollRect/MovementType UnityEngine.UI.ScrollRect::m_MovementType int32_t ___m_MovementType_7; // System.Single UnityEngine.UI.ScrollRect::m_Elasticity float ___m_Elasticity_8; // System.Boolean UnityEngine.UI.ScrollRect::m_Inertia bool ___m_Inertia_9; // System.Single UnityEngine.UI.ScrollRect::m_DecelerationRate float ___m_DecelerationRate_10; // System.Single UnityEngine.UI.ScrollRect::m_ScrollSensitivity float ___m_ScrollSensitivity_11; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Viewport RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Viewport_12; // UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_HorizontalScrollbar Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * ___m_HorizontalScrollbar_13; // UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_VerticalScrollbar Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * ___m_VerticalScrollbar_14; // UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_HorizontalScrollbarVisibility int32_t ___m_HorizontalScrollbarVisibility_15; // UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_VerticalScrollbarVisibility int32_t ___m_VerticalScrollbarVisibility_16; // System.Single UnityEngine.UI.ScrollRect::m_HorizontalScrollbarSpacing float ___m_HorizontalScrollbarSpacing_17; // System.Single UnityEngine.UI.ScrollRect::m_VerticalScrollbarSpacing float ___m_VerticalScrollbarSpacing_18; // UnityEngine.UI.ScrollRect/ScrollRectEvent UnityEngine.UI.ScrollRect::m_OnValueChanged ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E * ___m_OnValueChanged_19; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PointerStartLocalCursor Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PointerStartLocalCursor_20; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_ContentStartPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ContentStartPosition_21; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_ViewRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_ViewRect_22; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ContentBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_ContentBounds_23; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ViewBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_ViewBounds_24; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_Velocity Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Velocity_25; // System.Boolean UnityEngine.UI.ScrollRect::m_Dragging bool ___m_Dragging_26; // System.Boolean UnityEngine.UI.ScrollRect::m_Scrolling bool ___m_Scrolling_27; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PrevPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PrevPosition_28; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevContentBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_PrevContentBounds_29; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevViewBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___m_PrevViewBounds_30; // System.Boolean UnityEngine.UI.ScrollRect::m_HasRebuiltLayout bool ___m_HasRebuiltLayout_31; // System.Boolean UnityEngine.UI.ScrollRect::m_HSliderExpand bool ___m_HSliderExpand_32; // System.Boolean UnityEngine.UI.ScrollRect::m_VSliderExpand bool ___m_VSliderExpand_33; // System.Single UnityEngine.UI.ScrollRect::m_HSliderHeight float ___m_HSliderHeight_34; // System.Single UnityEngine.UI.ScrollRect::m_VSliderWidth float ___m_VSliderWidth_35; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Rect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Rect_36; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_HorizontalScrollbarRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_HorizontalScrollbarRect_37; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_VerticalScrollbarRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_VerticalScrollbarRect_38; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ScrollRect::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_39; // UnityEngine.Vector3[] UnityEngine.UI.ScrollRect::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_40; public: inline static int32_t get_offset_of_m_Content_4() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Content_4)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Content_4() const { return ___m_Content_4; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Content_4() { return &___m_Content_4; } inline void set_m_Content_4(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Content_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Content_4), (void*)value); } inline static int32_t get_offset_of_m_Horizontal_5() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Horizontal_5)); } inline bool get_m_Horizontal_5() const { return ___m_Horizontal_5; } inline bool* get_address_of_m_Horizontal_5() { return &___m_Horizontal_5; } inline void set_m_Horizontal_5(bool value) { ___m_Horizontal_5 = value; } inline static int32_t get_offset_of_m_Vertical_6() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Vertical_6)); } inline bool get_m_Vertical_6() const { return ___m_Vertical_6; } inline bool* get_address_of_m_Vertical_6() { return &___m_Vertical_6; } inline void set_m_Vertical_6(bool value) { ___m_Vertical_6 = value; } inline static int32_t get_offset_of_m_MovementType_7() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_MovementType_7)); } inline int32_t get_m_MovementType_7() const { return ___m_MovementType_7; } inline int32_t* get_address_of_m_MovementType_7() { return &___m_MovementType_7; } inline void set_m_MovementType_7(int32_t value) { ___m_MovementType_7 = value; } inline static int32_t get_offset_of_m_Elasticity_8() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Elasticity_8)); } inline float get_m_Elasticity_8() const { return ___m_Elasticity_8; } inline float* get_address_of_m_Elasticity_8() { return &___m_Elasticity_8; } inline void set_m_Elasticity_8(float value) { ___m_Elasticity_8 = value; } inline static int32_t get_offset_of_m_Inertia_9() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Inertia_9)); } inline bool get_m_Inertia_9() const { return ___m_Inertia_9; } inline bool* get_address_of_m_Inertia_9() { return &___m_Inertia_9; } inline void set_m_Inertia_9(bool value) { ___m_Inertia_9 = value; } inline static int32_t get_offset_of_m_DecelerationRate_10() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_DecelerationRate_10)); } inline float get_m_DecelerationRate_10() const { return ___m_DecelerationRate_10; } inline float* get_address_of_m_DecelerationRate_10() { return &___m_DecelerationRate_10; } inline void set_m_DecelerationRate_10(float value) { ___m_DecelerationRate_10 = value; } inline static int32_t get_offset_of_m_ScrollSensitivity_11() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ScrollSensitivity_11)); } inline float get_m_ScrollSensitivity_11() const { return ___m_ScrollSensitivity_11; } inline float* get_address_of_m_ScrollSensitivity_11() { return &___m_ScrollSensitivity_11; } inline void set_m_ScrollSensitivity_11(float value) { ___m_ScrollSensitivity_11 = value; } inline static int32_t get_offset_of_m_Viewport_12() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Viewport_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Viewport_12() const { return ___m_Viewport_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Viewport_12() { return &___m_Viewport_12; } inline void set_m_Viewport_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Viewport_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Viewport_12), (void*)value); } inline static int32_t get_offset_of_m_HorizontalScrollbar_13() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbar_13)); } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * get_m_HorizontalScrollbar_13() const { return ___m_HorizontalScrollbar_13; } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 ** get_address_of_m_HorizontalScrollbar_13() { return &___m_HorizontalScrollbar_13; } inline void set_m_HorizontalScrollbar_13(Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * value) { ___m_HorizontalScrollbar_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalScrollbar_13), (void*)value); } inline static int32_t get_offset_of_m_VerticalScrollbar_14() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbar_14)); } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * get_m_VerticalScrollbar_14() const { return ___m_VerticalScrollbar_14; } inline Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 ** get_address_of_m_VerticalScrollbar_14() { return &___m_VerticalScrollbar_14; } inline void set_m_VerticalScrollbar_14(Scrollbar_tECAC7FD315210FC856A3EC60AE1847A66AAF6C28 * value) { ___m_VerticalScrollbar_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalScrollbar_14), (void*)value); } inline static int32_t get_offset_of_m_HorizontalScrollbarVisibility_15() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbarVisibility_15)); } inline int32_t get_m_HorizontalScrollbarVisibility_15() const { return ___m_HorizontalScrollbarVisibility_15; } inline int32_t* get_address_of_m_HorizontalScrollbarVisibility_15() { return &___m_HorizontalScrollbarVisibility_15; } inline void set_m_HorizontalScrollbarVisibility_15(int32_t value) { ___m_HorizontalScrollbarVisibility_15 = value; } inline static int32_t get_offset_of_m_VerticalScrollbarVisibility_16() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbarVisibility_16)); } inline int32_t get_m_VerticalScrollbarVisibility_16() const { return ___m_VerticalScrollbarVisibility_16; } inline int32_t* get_address_of_m_VerticalScrollbarVisibility_16() { return &___m_VerticalScrollbarVisibility_16; } inline void set_m_VerticalScrollbarVisibility_16(int32_t value) { ___m_VerticalScrollbarVisibility_16 = value; } inline static int32_t get_offset_of_m_HorizontalScrollbarSpacing_17() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbarSpacing_17)); } inline float get_m_HorizontalScrollbarSpacing_17() const { return ___m_HorizontalScrollbarSpacing_17; } inline float* get_address_of_m_HorizontalScrollbarSpacing_17() { return &___m_HorizontalScrollbarSpacing_17; } inline void set_m_HorizontalScrollbarSpacing_17(float value) { ___m_HorizontalScrollbarSpacing_17 = value; } inline static int32_t get_offset_of_m_VerticalScrollbarSpacing_18() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbarSpacing_18)); } inline float get_m_VerticalScrollbarSpacing_18() const { return ___m_VerticalScrollbarSpacing_18; } inline float* get_address_of_m_VerticalScrollbarSpacing_18() { return &___m_VerticalScrollbarSpacing_18; } inline void set_m_VerticalScrollbarSpacing_18(float value) { ___m_VerticalScrollbarSpacing_18 = value; } inline static int32_t get_offset_of_m_OnValueChanged_19() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_OnValueChanged_19)); } inline ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E * get_m_OnValueChanged_19() const { return ___m_OnValueChanged_19; } inline ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E ** get_address_of_m_OnValueChanged_19() { return &___m_OnValueChanged_19; } inline void set_m_OnValueChanged_19(ScrollRectEvent_tA2F08EF8BB0B0B0F72DB8242DC5AB17BB0D1731E * value) { ___m_OnValueChanged_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_19), (void*)value); } inline static int32_t get_offset_of_m_PointerStartLocalCursor_20() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PointerStartLocalCursor_20)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PointerStartLocalCursor_20() const { return ___m_PointerStartLocalCursor_20; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PointerStartLocalCursor_20() { return &___m_PointerStartLocalCursor_20; } inline void set_m_PointerStartLocalCursor_20(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PointerStartLocalCursor_20 = value; } inline static int32_t get_offset_of_m_ContentStartPosition_21() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ContentStartPosition_21)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ContentStartPosition_21() const { return ___m_ContentStartPosition_21; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ContentStartPosition_21() { return &___m_ContentStartPosition_21; } inline void set_m_ContentStartPosition_21(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ContentStartPosition_21 = value; } inline static int32_t get_offset_of_m_ViewRect_22() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ViewRect_22)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_ViewRect_22() const { return ___m_ViewRect_22; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_ViewRect_22() { return &___m_ViewRect_22; } inline void set_m_ViewRect_22(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_ViewRect_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ViewRect_22), (void*)value); } inline static int32_t get_offset_of_m_ContentBounds_23() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ContentBounds_23)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_ContentBounds_23() const { return ___m_ContentBounds_23; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_ContentBounds_23() { return &___m_ContentBounds_23; } inline void set_m_ContentBounds_23(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_ContentBounds_23 = value; } inline static int32_t get_offset_of_m_ViewBounds_24() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_ViewBounds_24)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_ViewBounds_24() const { return ___m_ViewBounds_24; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_ViewBounds_24() { return &___m_ViewBounds_24; } inline void set_m_ViewBounds_24(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_ViewBounds_24 = value; } inline static int32_t get_offset_of_m_Velocity_25() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Velocity_25)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Velocity_25() const { return ___m_Velocity_25; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Velocity_25() { return &___m_Velocity_25; } inline void set_m_Velocity_25(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Velocity_25 = value; } inline static int32_t get_offset_of_m_Dragging_26() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Dragging_26)); } inline bool get_m_Dragging_26() const { return ___m_Dragging_26; } inline bool* get_address_of_m_Dragging_26() { return &___m_Dragging_26; } inline void set_m_Dragging_26(bool value) { ___m_Dragging_26 = value; } inline static int32_t get_offset_of_m_Scrolling_27() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Scrolling_27)); } inline bool get_m_Scrolling_27() const { return ___m_Scrolling_27; } inline bool* get_address_of_m_Scrolling_27() { return &___m_Scrolling_27; } inline void set_m_Scrolling_27(bool value) { ___m_Scrolling_27 = value; } inline static int32_t get_offset_of_m_PrevPosition_28() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PrevPosition_28)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PrevPosition_28() const { return ___m_PrevPosition_28; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PrevPosition_28() { return &___m_PrevPosition_28; } inline void set_m_PrevPosition_28(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PrevPosition_28 = value; } inline static int32_t get_offset_of_m_PrevContentBounds_29() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PrevContentBounds_29)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_PrevContentBounds_29() const { return ___m_PrevContentBounds_29; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_PrevContentBounds_29() { return &___m_PrevContentBounds_29; } inline void set_m_PrevContentBounds_29(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_PrevContentBounds_29 = value; } inline static int32_t get_offset_of_m_PrevViewBounds_30() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_PrevViewBounds_30)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_m_PrevViewBounds_30() const { return ___m_PrevViewBounds_30; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_m_PrevViewBounds_30() { return &___m_PrevViewBounds_30; } inline void set_m_PrevViewBounds_30(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___m_PrevViewBounds_30 = value; } inline static int32_t get_offset_of_m_HasRebuiltLayout_31() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HasRebuiltLayout_31)); } inline bool get_m_HasRebuiltLayout_31() const { return ___m_HasRebuiltLayout_31; } inline bool* get_address_of_m_HasRebuiltLayout_31() { return &___m_HasRebuiltLayout_31; } inline void set_m_HasRebuiltLayout_31(bool value) { ___m_HasRebuiltLayout_31 = value; } inline static int32_t get_offset_of_m_HSliderExpand_32() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HSliderExpand_32)); } inline bool get_m_HSliderExpand_32() const { return ___m_HSliderExpand_32; } inline bool* get_address_of_m_HSliderExpand_32() { return &___m_HSliderExpand_32; } inline void set_m_HSliderExpand_32(bool value) { ___m_HSliderExpand_32 = value; } inline static int32_t get_offset_of_m_VSliderExpand_33() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VSliderExpand_33)); } inline bool get_m_VSliderExpand_33() const { return ___m_VSliderExpand_33; } inline bool* get_address_of_m_VSliderExpand_33() { return &___m_VSliderExpand_33; } inline void set_m_VSliderExpand_33(bool value) { ___m_VSliderExpand_33 = value; } inline static int32_t get_offset_of_m_HSliderHeight_34() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HSliderHeight_34)); } inline float get_m_HSliderHeight_34() const { return ___m_HSliderHeight_34; } inline float* get_address_of_m_HSliderHeight_34() { return &___m_HSliderHeight_34; } inline void set_m_HSliderHeight_34(float value) { ___m_HSliderHeight_34 = value; } inline static int32_t get_offset_of_m_VSliderWidth_35() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VSliderWidth_35)); } inline float get_m_VSliderWidth_35() const { return ___m_VSliderWidth_35; } inline float* get_address_of_m_VSliderWidth_35() { return &___m_VSliderWidth_35; } inline void set_m_VSliderWidth_35(float value) { ___m_VSliderWidth_35 = value; } inline static int32_t get_offset_of_m_Rect_36() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Rect_36)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Rect_36() const { return ___m_Rect_36; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Rect_36() { return &___m_Rect_36; } inline void set_m_Rect_36(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Rect_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_36), (void*)value); } inline static int32_t get_offset_of_m_HorizontalScrollbarRect_37() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_HorizontalScrollbarRect_37)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_HorizontalScrollbarRect_37() const { return ___m_HorizontalScrollbarRect_37; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_HorizontalScrollbarRect_37() { return &___m_HorizontalScrollbarRect_37; } inline void set_m_HorizontalScrollbarRect_37(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_HorizontalScrollbarRect_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalScrollbarRect_37), (void*)value); } inline static int32_t get_offset_of_m_VerticalScrollbarRect_38() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_VerticalScrollbarRect_38)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_VerticalScrollbarRect_38() const { return ___m_VerticalScrollbarRect_38; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_VerticalScrollbarRect_38() { return &___m_VerticalScrollbarRect_38; } inline void set_m_VerticalScrollbarRect_38(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_VerticalScrollbarRect_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalScrollbarRect_38), (void*)value); } inline static int32_t get_offset_of_m_Tracker_39() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Tracker_39)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_39() const { return ___m_Tracker_39; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_39() { return &___m_Tracker_39; } inline void set_m_Tracker_39(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_39 = value; } inline static int32_t get_offset_of_m_Corners_40() { return static_cast(offsetof(ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA, ___m_Corners_40)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_40() const { return ___m_Corners_40; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_40() { return &___m_Corners_40; } inline void set_m_Corners_40(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_40), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * ___m_OnClick_20; public: inline static int32_t get_offset_of_m_OnClick_20() { return static_cast(offsetof(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D, ___m_OnClick_20)); } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * get_m_OnClick_20() const { return ___m_OnClick_20; } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F ** get_address_of_m_OnClick_20() { return &___m_OnClick_20; } inline void set_m_OnClick_20(ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * value) { ___m_OnClick_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_20), (void*)value); } }; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 : public LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 { public: // UnityEngine.UI.GridLayoutGroup/Corner UnityEngine.UI.GridLayoutGroup::m_StartCorner int32_t ___m_StartCorner_12; // UnityEngine.UI.GridLayoutGroup/Axis UnityEngine.UI.GridLayoutGroup::m_StartAxis int32_t ___m_StartAxis_13; // UnityEngine.Vector2 UnityEngine.UI.GridLayoutGroup::m_CellSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_CellSize_14; // UnityEngine.Vector2 UnityEngine.UI.GridLayoutGroup::m_Spacing Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Spacing_15; // UnityEngine.UI.GridLayoutGroup/Constraint UnityEngine.UI.GridLayoutGroup::m_Constraint int32_t ___m_Constraint_16; // System.Int32 UnityEngine.UI.GridLayoutGroup::m_ConstraintCount int32_t ___m_ConstraintCount_17; public: inline static int32_t get_offset_of_m_StartCorner_12() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_StartCorner_12)); } inline int32_t get_m_StartCorner_12() const { return ___m_StartCorner_12; } inline int32_t* get_address_of_m_StartCorner_12() { return &___m_StartCorner_12; } inline void set_m_StartCorner_12(int32_t value) { ___m_StartCorner_12 = value; } inline static int32_t get_offset_of_m_StartAxis_13() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_StartAxis_13)); } inline int32_t get_m_StartAxis_13() const { return ___m_StartAxis_13; } inline int32_t* get_address_of_m_StartAxis_13() { return &___m_StartAxis_13; } inline void set_m_StartAxis_13(int32_t value) { ___m_StartAxis_13 = value; } inline static int32_t get_offset_of_m_CellSize_14() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_CellSize_14)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_CellSize_14() const { return ___m_CellSize_14; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_CellSize_14() { return &___m_CellSize_14; } inline void set_m_CellSize_14(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_CellSize_14 = value; } inline static int32_t get_offset_of_m_Spacing_15() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_Spacing_15)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Spacing_15() const { return ___m_Spacing_15; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Spacing_15() { return &___m_Spacing_15; } inline void set_m_Spacing_15(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Spacing_15 = value; } inline static int32_t get_offset_of_m_Constraint_16() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_Constraint_16)); } inline int32_t get_m_Constraint_16() const { return ___m_Constraint_16; } inline int32_t* get_address_of_m_Constraint_16() { return &___m_Constraint_16; } inline void set_m_Constraint_16(int32_t value) { ___m_Constraint_16 = value; } inline static int32_t get_offset_of_m_ConstraintCount_17() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_ConstraintCount_17)); } inline int32_t get_m_ConstraintCount_17() const { return ___m_ConstraintCount_17; } inline int32_t* get_address_of_m_ConstraintCount_17() { return &___m_ConstraintCount_17; } inline void set_m_ConstraintCount_17(int32_t value) { ___m_ConstraintCount_17 = value; } }; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * ___m_Keyboard_20; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_TextComponent_22; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Placeholder_23; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_24; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_25; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_26; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_27; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_28; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_29; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_30; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_31; // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnEndEdit EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * ___m_OnEndEdit_32; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * ___m_OnSubmit_33; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * ___m_OnValueChanged_34; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * ___m_OnValidateInput_35; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_CaretColor_36; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_37; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectionColor_38; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_39; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_40; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_41; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_42; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect bool ___m_ShouldActivateOnSelect_43; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_44; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_45; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___caretRectTrans_46; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_CursorVerts_47; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_InputTextCache_48; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CachedInputRenderer_49; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_50; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_Mesh_51; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_52; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_53; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_54; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_55; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_58; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_BlinkCoroutine_59; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_60; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_61; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_62; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_DragCoroutine_63; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_64; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_65; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_66; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___m_WaitForSecondsRealtime_67; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_68; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ProcessingEvent_70; public: inline static int32_t get_offset_of_m_Keyboard_20() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Keyboard_20)); } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * get_m_Keyboard_20() const { return ___m_Keyboard_20; } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E ** get_address_of_m_Keyboard_20() { return &___m_Keyboard_20; } inline void set_m_Keyboard_20(TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * value) { ___m_Keyboard_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_20), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_22() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TextComponent_22)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_TextComponent_22() const { return ___m_TextComponent_22; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_TextComponent_22() { return &___m_TextComponent_22; } inline void set_m_TextComponent_22(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_TextComponent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_22), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Placeholder_23)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Placeholder_23() const { return ___m_Placeholder_23; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; } inline void set_m_Placeholder_23(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Placeholder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_23), (void*)value); } inline static int32_t get_offset_of_m_ContentType_24() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ContentType_24)); } inline int32_t get_m_ContentType_24() const { return ___m_ContentType_24; } inline int32_t* get_address_of_m_ContentType_24() { return &___m_ContentType_24; } inline void set_m_ContentType_24(int32_t value) { ___m_ContentType_24 = value; } inline static int32_t get_offset_of_m_InputType_25() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputType_25)); } inline int32_t get_m_InputType_25() const { return ___m_InputType_25; } inline int32_t* get_address_of_m_InputType_25() { return &___m_InputType_25; } inline void set_m_InputType_25(int32_t value) { ___m_InputType_25 = value; } inline static int32_t get_offset_of_m_AsteriskChar_26() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AsteriskChar_26)); } inline Il2CppChar get_m_AsteriskChar_26() const { return ___m_AsteriskChar_26; } inline Il2CppChar* get_address_of_m_AsteriskChar_26() { return &___m_AsteriskChar_26; } inline void set_m_AsteriskChar_26(Il2CppChar value) { ___m_AsteriskChar_26 = value; } inline static int32_t get_offset_of_m_KeyboardType_27() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_KeyboardType_27)); } inline int32_t get_m_KeyboardType_27() const { return ___m_KeyboardType_27; } inline int32_t* get_address_of_m_KeyboardType_27() { return &___m_KeyboardType_27; } inline void set_m_KeyboardType_27(int32_t value) { ___m_KeyboardType_27 = value; } inline static int32_t get_offset_of_m_LineType_28() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_LineType_28)); } inline int32_t get_m_LineType_28() const { return ___m_LineType_28; } inline int32_t* get_address_of_m_LineType_28() { return &___m_LineType_28; } inline void set_m_LineType_28(int32_t value) { ___m_LineType_28 = value; } inline static int32_t get_offset_of_m_HideMobileInput_29() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HideMobileInput_29)); } inline bool get_m_HideMobileInput_29() const { return ___m_HideMobileInput_29; } inline bool* get_address_of_m_HideMobileInput_29() { return &___m_HideMobileInput_29; } inline void set_m_HideMobileInput_29(bool value) { ___m_HideMobileInput_29 = value; } inline static int32_t get_offset_of_m_CharacterValidation_30() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterValidation_30)); } inline int32_t get_m_CharacterValidation_30() const { return ___m_CharacterValidation_30; } inline int32_t* get_address_of_m_CharacterValidation_30() { return &___m_CharacterValidation_30; } inline void set_m_CharacterValidation_30(int32_t value) { ___m_CharacterValidation_30 = value; } inline static int32_t get_offset_of_m_CharacterLimit_31() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterLimit_31)); } inline int32_t get_m_CharacterLimit_31() const { return ___m_CharacterLimit_31; } inline int32_t* get_address_of_m_CharacterLimit_31() { return &___m_CharacterLimit_31; } inline void set_m_CharacterLimit_31(int32_t value) { ___m_CharacterLimit_31 = value; } inline static int32_t get_offset_of_m_OnEndEdit_32() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnEndEdit_32)); } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * get_m_OnEndEdit_32() const { return ___m_OnEndEdit_32; } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D ** get_address_of_m_OnEndEdit_32() { return &___m_OnEndEdit_32; } inline void set_m_OnEndEdit_32(EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * value) { ___m_OnEndEdit_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_32), (void*)value); } inline static int32_t get_offset_of_m_OnSubmit_33() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnSubmit_33)); } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * get_m_OnSubmit_33() const { return ___m_OnSubmit_33; } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 ** get_address_of_m_OnSubmit_33() { return &___m_OnSubmit_33; } inline void set_m_OnSubmit_33(SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * value) { ___m_OnSubmit_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSubmit_33), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_34() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValueChanged_34)); } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * get_m_OnValueChanged_34() const { return ___m_OnValueChanged_34; } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 ** get_address_of_m_OnValueChanged_34() { return &___m_OnValueChanged_34; } inline void set_m_OnValueChanged_34(OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * value) { ___m_OnValueChanged_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_34), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_35() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValidateInput_35)); } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * get_m_OnValidateInput_35() const { return ___m_OnValidateInput_35; } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F ** get_address_of_m_OnValidateInput_35() { return &___m_OnValidateInput_35; } inline void set_m_OnValidateInput_35(OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * value) { ___m_OnValidateInput_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_35), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_36() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretColor_36)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_CaretColor_36() const { return ___m_CaretColor_36; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_CaretColor_36() { return &___m_CaretColor_36; } inline void set_m_CaretColor_36(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_CaretColor_36 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_37() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CustomCaretColor_37)); } inline bool get_m_CustomCaretColor_37() const { return ___m_CustomCaretColor_37; } inline bool* get_address_of_m_CustomCaretColor_37() { return &___m_CustomCaretColor_37; } inline void set_m_CustomCaretColor_37(bool value) { ___m_CustomCaretColor_37 = value; } inline static int32_t get_offset_of_m_SelectionColor_38() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_SelectionColor_38)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectionColor_38() const { return ___m_SelectionColor_38; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectionColor_38() { return &___m_SelectionColor_38; } inline void set_m_SelectionColor_38(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectionColor_38 = value; } inline static int32_t get_offset_of_m_Text_39() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Text_39)); } inline String_t* get_m_Text_39() const { return ___m_Text_39; } inline String_t** get_address_of_m_Text_39() { return &___m_Text_39; } inline void set_m_Text_39(String_t* value) { ___m_Text_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_39), (void*)value); } inline static int32_t get_offset_of_m_CaretBlinkRate_40() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretBlinkRate_40)); } inline float get_m_CaretBlinkRate_40() const { return ___m_CaretBlinkRate_40; } inline float* get_address_of_m_CaretBlinkRate_40() { return &___m_CaretBlinkRate_40; } inline void set_m_CaretBlinkRate_40(float value) { ___m_CaretBlinkRate_40 = value; } inline static int32_t get_offset_of_m_CaretWidth_41() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretWidth_41)); } inline int32_t get_m_CaretWidth_41() const { return ___m_CaretWidth_41; } inline int32_t* get_address_of_m_CaretWidth_41() { return &___m_CaretWidth_41; } inline void set_m_CaretWidth_41(int32_t value) { ___m_CaretWidth_41 = value; } inline static int32_t get_offset_of_m_ReadOnly_42() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ReadOnly_42)); } inline bool get_m_ReadOnly_42() const { return ___m_ReadOnly_42; } inline bool* get_address_of_m_ReadOnly_42() { return &___m_ReadOnly_42; } inline void set_m_ReadOnly_42(bool value) { ___m_ReadOnly_42 = value; } inline static int32_t get_offset_of_m_ShouldActivateOnSelect_43() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateOnSelect_43)); } inline bool get_m_ShouldActivateOnSelect_43() const { return ___m_ShouldActivateOnSelect_43; } inline bool* get_address_of_m_ShouldActivateOnSelect_43() { return &___m_ShouldActivateOnSelect_43; } inline void set_m_ShouldActivateOnSelect_43(bool value) { ___m_ShouldActivateOnSelect_43 = value; } inline static int32_t get_offset_of_m_CaretPosition_44() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretPosition_44)); } inline int32_t get_m_CaretPosition_44() const { return ___m_CaretPosition_44; } inline int32_t* get_address_of_m_CaretPosition_44() { return &___m_CaretPosition_44; } inline void set_m_CaretPosition_44(int32_t value) { ___m_CaretPosition_44 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_45() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretSelectPosition_45)); } inline int32_t get_m_CaretSelectPosition_45() const { return ___m_CaretSelectPosition_45; } inline int32_t* get_address_of_m_CaretSelectPosition_45() { return &___m_CaretSelectPosition_45; } inline void set_m_CaretSelectPosition_45(int32_t value) { ___m_CaretSelectPosition_45 = value; } inline static int32_t get_offset_of_caretRectTrans_46() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___caretRectTrans_46)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_caretRectTrans_46() const { return ___caretRectTrans_46; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_caretRectTrans_46() { return &___caretRectTrans_46; } inline void set_caretRectTrans_46(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___caretRectTrans_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_46), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_47() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CursorVerts_47)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_CursorVerts_47() const { return ___m_CursorVerts_47; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_CursorVerts_47() { return &___m_CursorVerts_47; } inline void set_m_CursorVerts_47(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_CursorVerts_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_47), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_48() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputTextCache_48)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_InputTextCache_48() const { return ___m_InputTextCache_48; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_InputTextCache_48() { return &___m_InputTextCache_48; } inline void set_m_InputTextCache_48(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_InputTextCache_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_48), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_49() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CachedInputRenderer_49)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CachedInputRenderer_49() const { return ___m_CachedInputRenderer_49; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CachedInputRenderer_49() { return &___m_CachedInputRenderer_49; } inline void set_m_CachedInputRenderer_49(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CachedInputRenderer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_49), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_50() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_PreventFontCallback_50)); } inline bool get_m_PreventFontCallback_50() const { return ___m_PreventFontCallback_50; } inline bool* get_address_of_m_PreventFontCallback_50() { return &___m_PreventFontCallback_50; } inline void set_m_PreventFontCallback_50(bool value) { ___m_PreventFontCallback_50 = value; } inline static int32_t get_offset_of_m_Mesh_51() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Mesh_51)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_Mesh_51() const { return ___m_Mesh_51; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_Mesh_51() { return &___m_Mesh_51; } inline void set_m_Mesh_51(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_Mesh_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_51), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_52() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AllowInput_52)); } inline bool get_m_AllowInput_52() const { return ___m_AllowInput_52; } inline bool* get_address_of_m_AllowInput_52() { return &___m_AllowInput_52; } inline void set_m_AllowInput_52(bool value) { ___m_AllowInput_52 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_53() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateNextUpdate_53)); } inline bool get_m_ShouldActivateNextUpdate_53() const { return ___m_ShouldActivateNextUpdate_53; } inline bool* get_address_of_m_ShouldActivateNextUpdate_53() { return &___m_ShouldActivateNextUpdate_53; } inline void set_m_ShouldActivateNextUpdate_53(bool value) { ___m_ShouldActivateNextUpdate_53 = value; } inline static int32_t get_offset_of_m_UpdateDrag_54() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_UpdateDrag_54)); } inline bool get_m_UpdateDrag_54() const { return ___m_UpdateDrag_54; } inline bool* get_address_of_m_UpdateDrag_54() { return &___m_UpdateDrag_54; } inline void set_m_UpdateDrag_54(bool value) { ___m_UpdateDrag_54 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_55() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragPositionOutOfBounds_55)); } inline bool get_m_DragPositionOutOfBounds_55() const { return ___m_DragPositionOutOfBounds_55; } inline bool* get_address_of_m_DragPositionOutOfBounds_55() { return &___m_DragPositionOutOfBounds_55; } inline void set_m_DragPositionOutOfBounds_55(bool value) { ___m_DragPositionOutOfBounds_55 = value; } inline static int32_t get_offset_of_m_CaretVisible_58() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretVisible_58)); } inline bool get_m_CaretVisible_58() const { return ___m_CaretVisible_58; } inline bool* get_address_of_m_CaretVisible_58() { return &___m_CaretVisible_58; } inline void set_m_CaretVisible_58(bool value) { ___m_CaretVisible_58 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_59() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkCoroutine_59)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_BlinkCoroutine_59() const { return ___m_BlinkCoroutine_59; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_BlinkCoroutine_59() { return &___m_BlinkCoroutine_59; } inline void set_m_BlinkCoroutine_59(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_BlinkCoroutine_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_59), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_60() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkStartTime_60)); } inline float get_m_BlinkStartTime_60() const { return ___m_BlinkStartTime_60; } inline float* get_address_of_m_BlinkStartTime_60() { return &___m_BlinkStartTime_60; } inline void set_m_BlinkStartTime_60(float value) { ___m_BlinkStartTime_60 = value; } inline static int32_t get_offset_of_m_DrawStart_61() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawStart_61)); } inline int32_t get_m_DrawStart_61() const { return ___m_DrawStart_61; } inline int32_t* get_address_of_m_DrawStart_61() { return &___m_DrawStart_61; } inline void set_m_DrawStart_61(int32_t value) { ___m_DrawStart_61 = value; } inline static int32_t get_offset_of_m_DrawEnd_62() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawEnd_62)); } inline int32_t get_m_DrawEnd_62() const { return ___m_DrawEnd_62; } inline int32_t* get_address_of_m_DrawEnd_62() { return &___m_DrawEnd_62; } inline void set_m_DrawEnd_62(int32_t value) { ___m_DrawEnd_62 = value; } inline static int32_t get_offset_of_m_DragCoroutine_63() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragCoroutine_63)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_DragCoroutine_63() const { return ___m_DragCoroutine_63; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_DragCoroutine_63() { return &___m_DragCoroutine_63; } inline void set_m_DragCoroutine_63(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_DragCoroutine_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_63), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_64() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OriginalText_64)); } inline String_t* get_m_OriginalText_64() const { return ___m_OriginalText_64; } inline String_t** get_address_of_m_OriginalText_64() { return &___m_OriginalText_64; } inline void set_m_OriginalText_64(String_t* value) { ___m_OriginalText_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_64), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_65() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WasCanceled_65)); } inline bool get_m_WasCanceled_65() const { return ___m_WasCanceled_65; } inline bool* get_address_of_m_WasCanceled_65() { return &___m_WasCanceled_65; } inline void set_m_WasCanceled_65(bool value) { ___m_WasCanceled_65 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_66() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HasDoneFocusTransition_66)); } inline bool get_m_HasDoneFocusTransition_66() const { return ___m_HasDoneFocusTransition_66; } inline bool* get_address_of_m_HasDoneFocusTransition_66() { return &___m_HasDoneFocusTransition_66; } inline void set_m_HasDoneFocusTransition_66(bool value) { ___m_HasDoneFocusTransition_66 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_67() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WaitForSecondsRealtime_67)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_m_WaitForSecondsRealtime_67() const { return ___m_WaitForSecondsRealtime_67; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_m_WaitForSecondsRealtime_67() { return &___m_WaitForSecondsRealtime_67; } inline void set_m_WaitForSecondsRealtime_67(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___m_WaitForSecondsRealtime_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_67), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TouchKeyboardAllowsInPlaceEditing_68)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_68() const { return ___m_TouchKeyboardAllowsInPlaceEditing_68; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return &___m_TouchKeyboardAllowsInPlaceEditing_68; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_68(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_68 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_70() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ProcessingEvent_70)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ProcessingEvent_70() const { return ___m_ProcessingEvent_70; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ProcessingEvent_70() { return &___m_ProcessingEvent_70; } inline void set_m_ProcessingEvent_70(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ProcessingEvent_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_70), (void*)value); } }; struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___kSeparators_21; public: inline static int32_t get_offset_of_kSeparators_21() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields, ___kSeparators_21)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_kSeparators_21() const { return ___kSeparators_21; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_kSeparators_21() { return &___kSeparators_21; } inline void set_kSeparators_21(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___kSeparators_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_21), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.Shadow struct Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E : public BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA { public: // UnityEngine.Color UnityEngine.UI.Shadow::m_EffectColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_EffectColor_5; // UnityEngine.Vector2 UnityEngine.UI.Shadow::m_EffectDistance Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_EffectDistance_6; // System.Boolean UnityEngine.UI.Shadow::m_UseGraphicAlpha bool ___m_UseGraphicAlpha_7; public: inline static int32_t get_offset_of_m_EffectColor_5() { return static_cast(offsetof(Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E, ___m_EffectColor_5)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_EffectColor_5() const { return ___m_EffectColor_5; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_EffectColor_5() { return &___m_EffectColor_5; } inline void set_m_EffectColor_5(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_EffectColor_5 = value; } inline static int32_t get_offset_of_m_EffectDistance_6() { return static_cast(offsetof(Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E, ___m_EffectDistance_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_EffectDistance_6() const { return ___m_EffectDistance_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_EffectDistance_6() { return &___m_EffectDistance_6; } inline void set_m_EffectDistance_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_EffectDistance_6 = value; } inline static int32_t get_offset_of_m_UseGraphicAlpha_7() { return static_cast(offsetof(Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E, ___m_UseGraphicAlpha_7)); } inline bool get_m_UseGraphicAlpha_7() const { return ___m_UseGraphicAlpha_7; } inline bool* get_address_of_m_UseGraphicAlpha_7() { return &___m_UseGraphicAlpha_7; } inline void set_m_UseGraphicAlpha_7(bool value) { ___m_UseGraphicAlpha_7 = value; } }; // UnityEngine.UI.Slider struct Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_FillRect_20; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_HandleRect_21; // UnityEngine.UI.Slider/Direction UnityEngine.UI.Slider::m_Direction int32_t ___m_Direction_22; // System.Single UnityEngine.UI.Slider::m_MinValue float ___m_MinValue_23; // System.Single UnityEngine.UI.Slider::m_MaxValue float ___m_MaxValue_24; // System.Boolean UnityEngine.UI.Slider::m_WholeNumbers bool ___m_WholeNumbers_25; // System.Single UnityEngine.UI.Slider::m_Value float ___m_Value_26; // UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::m_OnValueChanged SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 * ___m_OnValueChanged_27; // UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___m_FillImage_28; // UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_FillTransform_29; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_FillContainerRect_30; // UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_HandleTransform_31; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_HandleContainerRect_32; // UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Offset_33; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_34; // System.Boolean UnityEngine.UI.Slider::m_DelayedUpdateVisuals bool ___m_DelayedUpdateVisuals_35; public: inline static int32_t get_offset_of_m_FillRect_20() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillRect_20)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_FillRect_20() const { return ___m_FillRect_20; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_FillRect_20() { return &___m_FillRect_20; } inline void set_m_FillRect_20(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_FillRect_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillRect_20), (void*)value); } inline static int32_t get_offset_of_m_HandleRect_21() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_HandleRect_21)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_HandleRect_21() const { return ___m_HandleRect_21; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_HandleRect_21() { return &___m_HandleRect_21; } inline void set_m_HandleRect_21(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_HandleRect_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleRect_21), (void*)value); } inline static int32_t get_offset_of_m_Direction_22() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Direction_22)); } inline int32_t get_m_Direction_22() const { return ___m_Direction_22; } inline int32_t* get_address_of_m_Direction_22() { return &___m_Direction_22; } inline void set_m_Direction_22(int32_t value) { ___m_Direction_22 = value; } inline static int32_t get_offset_of_m_MinValue_23() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_MinValue_23)); } inline float get_m_MinValue_23() const { return ___m_MinValue_23; } inline float* get_address_of_m_MinValue_23() { return &___m_MinValue_23; } inline void set_m_MinValue_23(float value) { ___m_MinValue_23 = value; } inline static int32_t get_offset_of_m_MaxValue_24() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_MaxValue_24)); } inline float get_m_MaxValue_24() const { return ___m_MaxValue_24; } inline float* get_address_of_m_MaxValue_24() { return &___m_MaxValue_24; } inline void set_m_MaxValue_24(float value) { ___m_MaxValue_24 = value; } inline static int32_t get_offset_of_m_WholeNumbers_25() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_WholeNumbers_25)); } inline bool get_m_WholeNumbers_25() const { return ___m_WholeNumbers_25; } inline bool* get_address_of_m_WholeNumbers_25() { return &___m_WholeNumbers_25; } inline void set_m_WholeNumbers_25(bool value) { ___m_WholeNumbers_25 = value; } inline static int32_t get_offset_of_m_Value_26() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Value_26)); } inline float get_m_Value_26() const { return ___m_Value_26; } inline float* get_address_of_m_Value_26() { return &___m_Value_26; } inline void set_m_Value_26(float value) { ___m_Value_26 = value; } inline static int32_t get_offset_of_m_OnValueChanged_27() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_OnValueChanged_27)); } inline SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 * get_m_OnValueChanged_27() const { return ___m_OnValueChanged_27; } inline SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 ** get_address_of_m_OnValueChanged_27() { return &___m_OnValueChanged_27; } inline void set_m_OnValueChanged_27(SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 * value) { ___m_OnValueChanged_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_27), (void*)value); } inline static int32_t get_offset_of_m_FillImage_28() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillImage_28)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_m_FillImage_28() const { return ___m_FillImage_28; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_m_FillImage_28() { return &___m_FillImage_28; } inline void set_m_FillImage_28(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___m_FillImage_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillImage_28), (void*)value); } inline static int32_t get_offset_of_m_FillTransform_29() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillTransform_29)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_FillTransform_29() const { return ___m_FillTransform_29; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_FillTransform_29() { return &___m_FillTransform_29; } inline void set_m_FillTransform_29(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_FillTransform_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillTransform_29), (void*)value); } inline static int32_t get_offset_of_m_FillContainerRect_30() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillContainerRect_30)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_FillContainerRect_30() const { return ___m_FillContainerRect_30; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_FillContainerRect_30() { return &___m_FillContainerRect_30; } inline void set_m_FillContainerRect_30(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_FillContainerRect_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillContainerRect_30), (void*)value); } inline static int32_t get_offset_of_m_HandleTransform_31() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_HandleTransform_31)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_HandleTransform_31() const { return ___m_HandleTransform_31; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_HandleTransform_31() { return &___m_HandleTransform_31; } inline void set_m_HandleTransform_31(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_HandleTransform_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleTransform_31), (void*)value); } inline static int32_t get_offset_of_m_HandleContainerRect_32() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_HandleContainerRect_32)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_HandleContainerRect_32() const { return ___m_HandleContainerRect_32; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_HandleContainerRect_32() { return &___m_HandleContainerRect_32; } inline void set_m_HandleContainerRect_32(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_HandleContainerRect_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleContainerRect_32), (void*)value); } inline static int32_t get_offset_of_m_Offset_33() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Offset_33)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Offset_33() const { return ___m_Offset_33; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Offset_33() { return &___m_Offset_33; } inline void set_m_Offset_33(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Offset_33 = value; } inline static int32_t get_offset_of_m_Tracker_34() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Tracker_34)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_34() const { return ___m_Tracker_34; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_34() { return &___m_Tracker_34; } inline void set_m_Tracker_34(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_34 = value; } inline static int32_t get_offset_of_m_DelayedUpdateVisuals_35() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_DelayedUpdateVisuals_35)); } inline bool get_m_DelayedUpdateVisuals_35() const { return ___m_DelayedUpdateVisuals_35; } inline bool* get_address_of_m_DelayedUpdateVisuals_35() { return &___m_DelayedUpdateVisuals_35; } inline void set_m_DelayedUpdateVisuals_35(bool value) { ___m_DelayedUpdateVisuals_35 = value; } }; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Toggle/ToggleTransition UnityEngine.UI.Toggle::toggleTransition int32_t ___toggleTransition_20; // UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_21; // UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * ___m_Group_22; // UnityEngine.UI.Toggle/ToggleEvent UnityEngine.UI.Toggle::onValueChanged ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * ___onValueChanged_23; // System.Boolean UnityEngine.UI.Toggle::m_IsOn bool ___m_IsOn_24; public: inline static int32_t get_offset_of_toggleTransition_20() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___toggleTransition_20)); } inline int32_t get_toggleTransition_20() const { return ___toggleTransition_20; } inline int32_t* get_address_of_toggleTransition_20() { return &___toggleTransition_20; } inline void set_toggleTransition_20(int32_t value) { ___toggleTransition_20 = value; } inline static int32_t get_offset_of_graphic_21() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___graphic_21)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_graphic_21() const { return ___graphic_21; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_graphic_21() { return &___graphic_21; } inline void set_graphic_21(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___graphic_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphic_21), (void*)value); } inline static int32_t get_offset_of_m_Group_22() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___m_Group_22)); } inline ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * get_m_Group_22() const { return ___m_Group_22; } inline ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 ** get_address_of_m_Group_22() { return &___m_Group_22; } inline void set_m_Group_22(ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * value) { ___m_Group_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Group_22), (void*)value); } inline static int32_t get_offset_of_onValueChanged_23() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___onValueChanged_23)); } inline ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * get_onValueChanged_23() const { return ___onValueChanged_23; } inline ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 ** get_address_of_onValueChanged_23() { return &___onValueChanged_23; } inline void set_onValueChanged_23(ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * value) { ___onValueChanged_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_23), (void*)value); } inline static int32_t get_offset_of_m_IsOn_24() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___m_IsOn_24)); } inline bool get_m_IsOn_24() const { return ___m_IsOn_24; } inline bool* get_address_of_m_IsOn_24() { return &___m_IsOn_24; } inline void set_m_IsOn_24(bool value) { ___m_IsOn_24 = value; } }; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_37; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_38; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_39; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_40; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_41; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_42; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_43; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_44; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_45; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_46; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_47; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_48; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_49; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_50; public: inline static int32_t get_offset_of_m_Sprite_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_37)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_37() const { return ___m_Sprite_37; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_37() { return &___m_Sprite_37; } inline void set_m_Sprite_37(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_37), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_38() const { return ___m_OverrideSprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_38() { return &___m_OverrideSprite_38; } inline void set_m_OverrideSprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_38), (void*)value); } inline static int32_t get_offset_of_m_Type_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_39)); } inline int32_t get_m_Type_39() const { return ___m_Type_39; } inline int32_t* get_address_of_m_Type_39() { return &___m_Type_39; } inline void set_m_Type_39(int32_t value) { ___m_Type_39 = value; } inline static int32_t get_offset_of_m_PreserveAspect_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_40)); } inline bool get_m_PreserveAspect_40() const { return ___m_PreserveAspect_40; } inline bool* get_address_of_m_PreserveAspect_40() { return &___m_PreserveAspect_40; } inline void set_m_PreserveAspect_40(bool value) { ___m_PreserveAspect_40 = value; } inline static int32_t get_offset_of_m_FillCenter_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_41)); } inline bool get_m_FillCenter_41() const { return ___m_FillCenter_41; } inline bool* get_address_of_m_FillCenter_41() { return &___m_FillCenter_41; } inline void set_m_FillCenter_41(bool value) { ___m_FillCenter_41 = value; } inline static int32_t get_offset_of_m_FillMethod_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_42)); } inline int32_t get_m_FillMethod_42() const { return ___m_FillMethod_42; } inline int32_t* get_address_of_m_FillMethod_42() { return &___m_FillMethod_42; } inline void set_m_FillMethod_42(int32_t value) { ___m_FillMethod_42 = value; } inline static int32_t get_offset_of_m_FillAmount_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_43)); } inline float get_m_FillAmount_43() const { return ___m_FillAmount_43; } inline float* get_address_of_m_FillAmount_43() { return &___m_FillAmount_43; } inline void set_m_FillAmount_43(float value) { ___m_FillAmount_43 = value; } inline static int32_t get_offset_of_m_FillClockwise_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_44)); } inline bool get_m_FillClockwise_44() const { return ___m_FillClockwise_44; } inline bool* get_address_of_m_FillClockwise_44() { return &___m_FillClockwise_44; } inline void set_m_FillClockwise_44(bool value) { ___m_FillClockwise_44 = value; } inline static int32_t get_offset_of_m_FillOrigin_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_45)); } inline int32_t get_m_FillOrigin_45() const { return ___m_FillOrigin_45; } inline int32_t* get_address_of_m_FillOrigin_45() { return &___m_FillOrigin_45; } inline void set_m_FillOrigin_45(int32_t value) { ___m_FillOrigin_45 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_46)); } inline float get_m_AlphaHitTestMinimumThreshold_46() const { return ___m_AlphaHitTestMinimumThreshold_46; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_46() { return &___m_AlphaHitTestMinimumThreshold_46; } inline void set_m_AlphaHitTestMinimumThreshold_46(float value) { ___m_AlphaHitTestMinimumThreshold_46 = value; } inline static int32_t get_offset_of_m_Tracked_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_47)); } inline bool get_m_Tracked_47() const { return ___m_Tracked_47; } inline bool* get_address_of_m_Tracked_47() { return &___m_Tracked_47; } inline void set_m_Tracked_47(bool value) { ___m_Tracked_47 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_48)); } inline bool get_m_UseSpriteMesh_48() const { return ___m_UseSpriteMesh_48; } inline bool* get_address_of_m_UseSpriteMesh_48() { return &___m_UseSpriteMesh_48; } inline void set_m_UseSpriteMesh_48(bool value) { ___m_UseSpriteMesh_48 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_49)); } inline float get_m_PixelsPerUnitMultiplier_49() const { return ___m_PixelsPerUnitMultiplier_49; } inline float* get_address_of_m_PixelsPerUnitMultiplier_49() { return &___m_PixelsPerUnitMultiplier_49; } inline void set_m_PixelsPerUnitMultiplier_49(float value) { ___m_PixelsPerUnitMultiplier_49 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_50)); } inline float get_m_CachedReferencePixelsPerUnit_50() const { return ___m_CachedReferencePixelsPerUnit_50; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_50() { return &___m_CachedReferencePixelsPerUnit_50; } inline void set_m_CachedReferencePixelsPerUnit_50(float value) { ___m_CachedReferencePixelsPerUnit_50 = value; } }; struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_36; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_51; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_52; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_54; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_55; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_56; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_36() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_36() const { return ___s_ETC1DefaultUI_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_36() { return &___s_ETC1DefaultUI_36; } inline void set_s_ETC1DefaultUI_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_36), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_51)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_51() const { return ___s_VertScratch_51; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_51() { return &___s_VertScratch_51; } inline void set_s_VertScratch_51(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_51), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_52() const { return ___s_UVScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_52() { return &___s_UVScratch_52; } inline void set_s_UVScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_52), (void*)value); } inline static int32_t get_offset_of_s_Xy_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_53)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_53() const { return ___s_Xy_53; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_53() { return &___s_Xy_53; } inline void set_s_Xy_53(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_53), (void*)value); } inline static int32_t get_offset_of_s_Uv_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_54() const { return ___s_Uv_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_54() { return &___s_Uv_54; } inline void set_s_Uv_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_54), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_55)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_55() const { return ___m_TrackedTexturelessImages_55; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_55() { return &___m_TrackedTexturelessImages_55; } inline void set_m_TrackedTexturelessImages_55(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_55), (void*)value); } inline static int32_t get_offset_of_s_Initialized_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_56)); } inline bool get_s_Initialized_56() const { return ___s_Initialized_56; } inline bool* get_address_of_s_Initialized_56() { return &___s_Initialized_56; } inline void set_s_Initialized_56(bool value) { ___s_Initialized_56 = value; } }; // UnityEngine.UI.Outline struct Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 : public Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E { public: public: }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4 : public RuntimeArray { public: ALIGN_FIELD (8) JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * m_Items[1]; public: inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Double[][] struct DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D : public RuntimeArray { public: ALIGN_FIELD (8) DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* m_Items[1]; public: inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * m_Items[1]; public: inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.Decompression.Zlib.DeflateManager/Config[] struct ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B : public RuntimeArray { public: ALIGN_FIELD (8) Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * m_Items[1]; public: inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486 : public RuntimeArray { public: ALIGN_FIELD (8) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * m_Items[1]; public: inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D : public RuntimeArray { public: ALIGN_FIELD (8) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * m_Items[1]; public: inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B : public RuntimeArray { public: ALIGN_FIELD (8) ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 m_Items[1]; public: inline ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF : public RuntimeArray { public: ALIGN_FIELD (8) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * m_Items[1]; public: inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B LinkedList_1_GetEnumerator_mA8E32570A3D8AE477E2EFAC93C602C8F319A1965_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8C0026B8E1A6150866B1D0100A28B12A672875BB_gshared (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m5259FBF9B6A888C745BA8877D281B992C503520D_gshared (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_gshared (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * __this, int32_t ___obj0, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_TisRuntimeObject_mE5EA269CC504F1FEBC421FD1C155697A75D6EB2A_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject>() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__10>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__13>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__12>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__14>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__11>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__15>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * ___stateMachine1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m02BDA2BE9BA7A8D6BB8554AE3E32ED6EF05EDC0C_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_gshared (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mC42208766336605241CB3D634B70366590838C53_gshared (Dictionary_2_t0D2BB9F0E2FC837777BFA6F573B64ED6362F83C8 * __this, uint64_t ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m523078FF3CDB2FFDA274F956744BDB93029E42E6_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void MagJsonConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MagJsonConverter__ctor_m36AE0C0035DED13EE0F9AB02B046512046E106A4 (MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mB6325BCF37763104414D86846714425CFEBC564E (RuntimeObject * ___value0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method); // System.Boolean JCEngineCore.JCEntity::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void BLEServicesManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m94F69BF1397BC8461970E0B281443F6FB676F002 (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.String ArduinoBluetoothAPI.BluetoothHelperCharacteristic::getName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4 (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * __this, float ___seconds0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::GetNextBytes(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SecureRandom_GetNextBytes_m9E0D5D9B14E0C8CFC21BA52F08B4EE1A2E4687A8 (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID,BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseObject__ctor_m8A26AA1B78DF06138F43F2DAA5BABE67141A82EC (ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F * __this, CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId0, CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___certStatus1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate2, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate3, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mAD66301B1A38B9086980DD9FB740E1FCC462F84D (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mECD45F3763663E885D05D3A1AB82A645E70C1F34 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::get_HasRevocationReason() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RevokedStatus_get_HasRevocationReason_m0141D093D7551EC29FDB55844916E76DCC5DCB36 (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::get_RevocationReason() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RevokedStatus_get_RevocationReason_m6753F16203CAE3909870ADDC2811CBA6C792F1B7 (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrlReason__ctor_mA707713755B63EE9462C21FF6F2037B4299F0BD4 (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * __this, int32_t ___reason0, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::get_RevocationTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 RevokedStatus_get_RevocationTime_m27081AC2466F555FBE80C5319655D0A976414880 (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2 (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime0, CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_m8509DFE1E9A3FEEF42E5DAAD41FAC5DC99F639D5 (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::ToAsn1Object() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32_inline (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleResponse__ctor_m935104EB79BB97850F227FABD61A050F2F002021 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___certID0, CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * ___certStatus1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate2, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate3, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleExtensions4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::get_Out() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___os0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString_Encode_mB586C25ABA4B4B87B6D5F1E6B755083BB29824F6 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::WriteBerEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerGenerator_WriteBerEnd_m4606E9B56EA9BCE96CCC4E272286D42A21AE6D5F (BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedList`1/Enumerator System.Collections.Generic.LinkedList`1::GetEnumerator() inline Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D (LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * __this, const RuntimeMethod* method) { return (( Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C (*) (LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 *, const RuntimeMethod*))LinkedList_1_GetEnumerator_mA8E32570A3D8AE477E2EFAC93C602C8F319A1965_gshared)(__this, method); } // !0 System.Collections.Generic.LinkedList`1/Enumerator::get_Current() inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C * __this, const RuntimeMethod* method) { return (( BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * (*) (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *, const RuntimeMethod*))Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline)(__this, method); } // System.String ArduinoBluetoothAPI.BluetoothDevice::get_DeviceName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.LinkedList`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04 (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *, const RuntimeMethod*))Enumerator_MoveNext_m8C0026B8E1A6150866B1D0100A28B12A672875BB_gshared)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1/Enumerator::Dispose() inline void Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8 (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *, const RuntimeMethod*))Enumerator_Dispose_m5259FBF9B6A888C745BA8877D281B992C503520D_gshared)(__this, method); } // System.Void BluetoothAim::SetStatus(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, int32_t ___statusValue0, const RuntimeMethod* method); // System.Boolean BluetoothAim::sendCMD_CheckAndDoStop(DG.Tweening.Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothAim_sendCMD_CheckAndDoStop_mDA1407E64D55BB91570807718D9B72F17B6BCE14 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequence0, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::sendCMD_CheckNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_sendCMD_CheckNext_mA756211F9D92C3576AB50D2030AC1F8A6D8D2158 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void BluetoothAim::WriteData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_WriteData_mCDD206A6868D45DF9CB02D2F1A3528C6518A6A2C (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Camera BowCamera::get_cameraComp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mD00C34FDEA540382CC03C3E48009C270C13C6609 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void UnityEngine.Component::set_tag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.CameraClearFlags UnityEngine.Camera::get_clearFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_clearFlags_m7D0E7A0DBAB6A84B680EC09835AA2F081A17E0D7 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Camera::get_backgroundColor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_backgroundColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Camera::get_cullingMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_cullingMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_nearClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_nearClipPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m4EA1D92F6E1D17E423EC036561E115F434DC2263 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_depth_m063B48665DB9226949AC3A615362EA20193B823D (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depth_m33DBE382C6A293EDFF50FF459CBAB2FD3B7F469C (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.RenderingPath UnityEngine.Camera::get_renderingPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_renderingPath_m9E4313D0F05EDEA75B1154CCE05EB8F9FC0474CD (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_renderingPath(UnityEngine.RenderingPath) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_renderingPath_mCB2BAB2434EEAE5C3B44083403B8D620414DFD86 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * GameObject_AddComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_mBAEE3A19BF233076F708B9E4EF8156ADFE992305 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Void BowCamera::AutoSwitchCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCamera_AutoSwitchCamera_mD0CFC226BCEF552DF92F9EDD2553F075AE8D02F6 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // System.Void BowCamera/BowCameraFixed::InitForLimitBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCameraFixed_InitForLimitBound_m84B111365FD6A596DE00AD9326CE36513E872261 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void CrossHair::UpdatePostionWhenFixedCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossHair_UpdatePostionWhenFixedCamera_m4C9EFF1CFF009496A0587280193D94DBF60FBC06 (CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToViewportPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Int32 UnityEngine.Canvas::get_sortingOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4 (Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * __this, const RuntimeMethod* method); // System.Void CaptchaController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1_U3CU3Em__Finally1_m94610C21356AE24CB3BCC0B726A12E520E49851F (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method); // UnityEngine.Sprite UnityEngine.UI.Image::get_sprite() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * Image_get_sprite_mA6FB016B4E3FE5EFFAE4B3AEE2D2DF89C61E0AF3_inline (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A (int32_t ___minInclusive0, int32_t ___maxExclusive1, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413 (String_t* ___path0, const RuntimeMethod* method) { return (( Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4 (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___value0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * __this, int32_t ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B *, int32_t, const RuntimeMethod*))Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_gshared)(__this, ___obj0, method); } // System.String CommonConfig::get_gateServerURL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088 (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void UnityEngine.Networking.UnityWebRequest::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_mC2ED369A4ACE53AFF2E70A38BE95EB48D68D4975 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, String_t* ___url0, String_t* ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Networking.DownloadHandlerTexture::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerTexture__ctor_m41A122F8C1E53E04BE0608574E22F37E7E11A503 (DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Networking.UnityWebRequest::set_downloadHandler(UnityEngine.Networking.DownloadHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_downloadHandler_m7496D2C5F755BEB68651A4F33EA9BDA319D092C2 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * ___value0, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::SendWebRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::GetContent(UnityEngine.Networking.UnityWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * DownloadHandlerTexture_GetContent_m7CB6BFDD4B9E159B2BB46684707DFA9668AC21E6 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___www0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // UnityEngine.Sprite UnityEngine.Sprite::Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * Sprite_Create_m9817936760193300A6049A788C3446C7ADB49C6B (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture0, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect1, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot2, const RuntimeMethod* method); // System.Void CaptchaController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1_System_IDisposable_Dispose_mB14B7995E34799156CEADC2B88C2C626E2FCBB85 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint16(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint16_m4FC1E9DBDFD168A951B8B67BEE54B5DC8103C782 (int64_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::WriteBufTo(System.IO.MemoryStream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_WriteBufTo_m1F1A2184DB31498E911F78589909551BE67E0863 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m3FAFC1C6647EE071C3D9770E42ED15956D8C2E37 (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.MacUtilities::DoFinal(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* MacUtilities_DoFinal_m07D2EDE7426AE8B7BB98545CFE3D0CB03393A7D4 (RuntimeObject* ___mac0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::ToAsn1EncodableVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSet__ctor_m3E3F8B7FEFC077FBAC710FAABB29FC9398AA2283 (BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Security.MacUtilities::GetMac(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MacUtilities_GetMac_m0134FE4EB92D450E3FDA036E2215C0B781379345 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.MacSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MacSink__ctor_mEB685E164599ADAA2F7C0AFA39C6CD6A6491832B (MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F * __this, RuntimeObject* ___mac0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::.ctor(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeInputStream__ctor_mCE28725FEC10FA7EA1C3BFD80A7E1DE25FEA347B (TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288 (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m5F84B3E44197913435F2CEC788FC3C0C3E193284 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.ParameterUtilities::GetCipherParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParameterUtilities_GetCipherParameters_m45BAAB64F5E8DEEEAFB4BC147909CBBFEC9AE012 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algOid0, RuntimeObject* ___key1, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Params2, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1 (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CipherStream__ctor_m207C8DA30EBB0F7EF335542A57EDEB1ECFB8A940 (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___readCipher1, RuntimeObject* ___writeCipher2, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___digestAlgOid0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncryptionAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetEncryptionAlgName_m2DDC7C20FA911DDDA8387C40C3D109B519FFFE64 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___encryptionAlgOid0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1SignatureFactory__ctor_mCCB3373A405722F8287366B4FC0C352BB0A05DD2 (Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A * __this, String_t* ___algorithm0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultDigestAlgorithmIdentifierFinder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultDigestAlgorithmIdentifierFinder__ctor_mA2296D7FA5B73A875F261546AE72C8BF9463F68D (DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultDigestAlgorithmIdentifierFinder::find(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * DefaultDigestAlgorithmIdentifierFinder_find_mCC4E5E44B166CB2D134C304145964E8BF0CF4E22 (DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgId0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::get_DigestAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInf_get_DigestAlgorithmID_m913FCE54466D1BA805B34787FEE1B316F8B2407D (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSink__ctor_m4467F80C18FF53BA50D6C4CD7ADCDD1C9E4F5DED (DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::DoFinal(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC (RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IO.BufferedStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedStream__ctor_mA467BF66E11AE1F1B9DCDCFAEB852153948BB010 (BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.Attribute BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::get_Item(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D * AttributeTable_get_Item_m40741A254AFE64CECE57C5689B7E468FF61FC504 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::ToDictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeTable_ToDictionary_m4BDC6ADAD37623C0D8C3E17A340FF5F5B8D69358 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::.ctor(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTable__ctor_m6D0A382BA38EABF09D1863283A112BD4CD9566E5 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, RuntimeObject* ___attrs0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetDefaultX509Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A (String_t* ___algorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncAlgorithmIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsSignedHelper_GetEncAlgorithmIdentifier_m44EC376A8477A72CD74BAF71625F99B16640CEB9 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___encOid0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___sigX509Parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfo__ctor_mF23B30257BFD628BEF3A79512A3F50A16EC133A2 (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sid0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgorithm1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authenticatedAttributes2, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digEncryptionAlgorithm3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedDigest4, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthenticatedAttributes5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::DoClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_DoClose_mF46F59FC0B23C1D5C32D19535EF9E98DBF118CE3 (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::get_UseDerForCerts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateBerSetFromList(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01 (RuntimeObject* ___berObjects0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateDerSetFromList(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86 (RuntimeObject* ___derObjects0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05 (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::WriteToGenerator(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_WriteToGenerator_mDB099C6BDDA30BDEED3E370718ED7F98D33FA43D (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * ___ag0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___ae1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::get_UseDerForCrls() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::get_DigestAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * DigestAndSignerInfoGeneratorHolder_get_DigestAlgorithm_m38E6360D184D379344B7B965BA3B977E76CDA270 (DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::ToSignerInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetSignatureInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetSignatureInstance_m504AC02D41081F41FD2D4C2047F90A0A56748636 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureException__ctor_m7541E59406F8DEA971A5EC8250C21A406171F72A (SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithRandom__ctor_m9CC2D927A9DC93F6BED2DE101C93E19050FEDF97 (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, RuntimeObject* ___parameters0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, String_t* ___encoding0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DigestInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestInfo__ctor_mD853B0D734A72030E6824F1173C5BDCFFF27BAE8 (DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsStreamException__ctor_mAB853510FD330F03154C02D03E382921884BF39C (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * __this, String_t* ___name0, Exception_t * ___e1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_ReadFully_mC7CA0814C1B32981B343B42528D1A17060FF8E0A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method); // System.Void BestHTTP.Cookies.Cookie/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mAAFB6DCE8040C717430DE109207E3BD1DAD080AE (U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * __this, const RuntimeMethod* method); // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager::ReviewNewUserGuide() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuiderManager_ReviewNewUserGuide_mF4184B6DEC79650B20E22028F0F897D2AD76C93D (NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis__ctor_m486C4129232F0F15151DA882C1C9F1DFDFE5D047 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, String_t* ___name0, bool ___matchToInputSettings1, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::set_name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualAxis_set_name_mE474E7B124D3E784ADF9D3532BC0A75F2684A2A2_inline (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::set_matchWithInputManager(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualAxis_set_matchWithInputManager_m61D9709975B67900CAD15101BF9C3AD57D2D88D0_inline (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, bool ___value0, const RuntimeMethod* method); // System.String UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* VirtualAxis_get_name_mBBB8C139AABF771FC91A61B8444F835908F25A39_inline (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::UnRegisterVirtualAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossPlatformInputManager_UnRegisterVirtualAxis_m64342E501FD520FE5FE28A1AB5CF1B56334168F7 (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton__ctor_m50F9D1236BD4CFA9C3136E0D9321DF9604D5C021 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, String_t* ___name0, bool ___matchToInputSettings1, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::set_name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualButton_set_name_mEF2365424C0A01C48B1D95066D01E5DC0B5B6DFA_inline (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::set_matchWithInputManager(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualButton_set_matchWithInputManager_m371812D456658C76DBC0128EC168A3091BBDF5C0_inline (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Time::get_frameCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0 (const RuntimeMethod* method); // System.String UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* VirtualButton_get_name_m0B8D3FE4453224CE39D4316089F38D80399B449C_inline (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::UnRegisterVirtualButton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossPlatformInputManager_UnRegisterVirtualButton_m6EFB512B492D6FD6475DE35B931F27CE5B107741 (String_t* ___name0, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Curve25519FieldElement__ctor_m624563CA573F130C255992A2487A98A2B84A2B7E (Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void JCUnityLib.CustomJson/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mC74A99C9B2ACC8CEF423FBCA33AB01F00C243BD6 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF (RuntimeObject * ___o0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_FromObject_m841DC4F6F38D049C725FDF17AA2CE31DFC56F953 (RuntimeObject * ___o0, const RuntimeMethod* method); // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline int16_t JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( int16_t (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline int32_t JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline int64_t JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( int64_t (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline float JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( float (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline double JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( double (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline bool JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( bool (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject() inline DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* JToken_ToObject_TisDoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D_m7A8510EC541865948F60864C625A1E8474712917 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisRuntimeObject_mE5EA269CC504F1FEBC421FD1C155697A75D6EB2A_gshared)(__this, method); } // !!0 Newtonsoft.Json.Linq.JToken::ToObject>() inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770_gshared)(__this, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9 (X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Curve25519__ctor_mCE0E038EA9C3A18971664A507C3E0EB1A78A2762 (Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves::ConfigureCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Curve25519Holder__ctor_mAB53B8165B420DED881F71A9A800FB43DAB99AA0 (Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Curve__ctor_mC3E45C417D82AE9A695D926527FB5DF2E5EFAE20 (SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Holder__ctor_mEEB3A860EFE82082BF0734698FB37DAE6CEF6712 (SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP128R1Curve__ctor_m0C075015D33FE04827A1EFDB3CD5FE1C4B18BF78 (SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP128R1Holder__ctor_mDE61FF3287D8C6AB0D78A863EC6342A5E2B7366B (SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, String_t* ___str0, int32_t ___radix1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlvTypeBParameters__ctor_mA477D1447EA53A12E140EB7F17441A6FF90A746F (GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___beta0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___lambda1, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___v12, BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___v23, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g14, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g25, int32_t ___bits6, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160K1Curve__ctor_mA44526AE58208ECB188C7D924CEC70BDBA9738C7 (SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves::ConfigureCurveGlv(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.GlvTypeBParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * CustomNamedCurves_ConfigureCurveGlv_mD4496136460BA674B4464DB2E6A6FBE19F73F909 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * ___p1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160K1Holder__ctor_m116E7C34147FF459F618381D8ACB19BD1845EB58 (SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R1Curve__ctor_m3F915D8F1743A7D8EB7235D46D26E45B3D9F7149 (SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R1Holder__ctor_m1C758EDF2E92E5EEFF5E5DD7D8AF3047DB94DCBD (SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R2Curve__ctor_m981B11036EAA53F4AD0F13CFD80B5D13A76447D2 (SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R2Holder__ctor_mE5B3BEEE435CE00D53D29B794AA9A023235D3D0F (SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192K1Curve__ctor_m4FFD75B67C2CFC72E7FF0618CA865458DC1F3D40 (SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192K1Holder__ctor_m8D73BCA37859221DD695C9055EB17CBD72149805 (SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192R1Curve__ctor_mC1AF61DFCD2DDD2FCE7C852942386D3BCCF8F291 (SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192R1Holder__ctor_m904053EC5F0B0B35B37B7DFA78CAE6EBFE4C5B50 (SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224K1Curve__ctor_m54B9128D472414F77B9AA2750CE76D7F11C14221 (SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224K1Holder__ctor_m5384FAA20E21524785371CA01F081C6CE12A2BA3 (SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224R1Curve__ctor_mB9922181EC8D513513EC09B6E7CE7F225FC047EA (SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224R1Holder__ctor_mC50658AFB0EACE8E8839873A80AA8A1684B42398 (SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Curve__ctor_mC2CC97AD24163F9AD43D7E07B36BCA648932958E (SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Holder__ctor_mEB74CC80FF4FFD973B5832A3E96E3C614A541EE9 (SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Curve__ctor_m35DA3FAFED94A66444A7D7F7711D1EE63A54ED6F (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Holder__ctor_mB877618F63309DBD7CC60B14A782DE52DE6FE002 (SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Curve__ctor_m9D55E8380399E39DE4F711A8D369C93E09E40765 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Holder__ctor_m0D5ED9A126421275DACC37B2FCF227D21881E57C (SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Curve__ctor_mCDF3FDDBEE7CAEB4D195CCF1FBCFD407F69220A5 (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Holder__ctor_m7C994B8F3252C4C9A28954C5B02F42A406A9F1C3 (SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Curve__ctor_m125BBFEFC5BA374F21B688ADD3CCC3858615CFA6 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Holder__ctor_m1BFE5D84B87CF5EC5D2FA342F6F2101BBD79F071 (SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Curve__ctor_mEBDD1353BC5AD00DC159F4081932200C465C8E83 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Holder__ctor_m0690047F4E0D7EA4B8FB34E75F05D00057ECDE41 (SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Curve__ctor_m3566CEB2115D6C55B46D05FEE779A8D608FBD924 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Holder__ctor_mA1BDB7B35A6F1546BD33EAF80B2E20AD40740598 (SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Curve__ctor_mC1A38548700CC59213C8ED244BC6CB3A8940B5E6 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Holder__ctor_m7D73C3F3FC17B3F84018C52DCF97A5E9BD72FC2E (SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163K1Curve__ctor_mC16FED22976FFAA4F7E58D009A924572A9A86A4E (SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163K1Holder__ctor_mD9FBEC71BFA59B132D7BB193F149CDD99D47F1DB (SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R1Curve__ctor_m33C2D4A72CF1D6F981D23F012D9254B2CE53D460 (SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R1Holder__ctor_m54DE17B7898E587C667B5933F182171F120CEE93 (SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R2Curve__ctor_mBCEEF0B60A430BEC3143C60D5A7C7BED19D6FAF5 (SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R2Holder__ctor_m0A1A4D1629B9EF8CB92648C352AE4B7E42CF3DE1 (SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R1Curve__ctor_mC4772C348B6482EC83025CAE4700C242BE6B96C2 (SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R1Holder__ctor_mDA44198A2E91E8A64CC7CDAF18B3710E7600B285 (SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT193R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R2Curve__ctor_m05E211DC1DC0936600663EAD0A859422718254BC (SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R2Holder__ctor_m7B5BF4DAEE182686E09EC6A514E800C237A7F612 (SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233K1Curve__ctor_mE9430F87D5A08B93D03FFFBB2E754FFAC8FEC2D5 (SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233K1Holder__ctor_m0E5BF0401049E09029A6AE09DAB08646CFD0F44A (SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT233R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233R1Curve__ctor_mEE5D629B6D8E983F28933E5CF7FDBDD778D333A3 (SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233R1Holder__ctor_mF3114E82CBDC5206F2967C356B1E458D34285FA5 (SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT239K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT239K1Curve__ctor_mEE752A083734CCE0EF1CE1AE1DE71DE8765F6DA5 (SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT239K1Holder__ctor_mAC93E1B9FE578738CB4887370079CAC50E964C63 (SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283K1Curve__ctor_m005CB9361F14A13849EB0B71F790246F810CBF2E (SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283K1Holder__ctor_m7F370D0484442430CF97A90EA0E90BAB5389AEBD (SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT283R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283R1Curve__ctor_mEFD9AB2996311D959FD7B92B4DB3848AFCE092CD (SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283R1Holder__ctor_m9D5515BA2882E3D5F54C962CA6CEA849F309949F (SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409K1Curve__ctor_m58ED06579EC9684C3C3C8B02DEA08685FD971734 (SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409K1Holder__ctor_m0286EFCABFF33F30AB951DDE9F10569EAF99CD7B (SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT409R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409R1Curve__ctor_m2F499CC957F32ECF992169CF5772B1314CA97DE9 (SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409R1Holder__ctor_m07E3E722CAE9F215BAC962168B86D364B48A9153 (SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571K1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571K1Curve__ctor_m65032E339CB30FBD814635E1FE34F5A71E31D6D5 (SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571K1Holder__ctor_m20B4641B1EE9589A90DA260424A0E9023DA3D956 (SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT571R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571R1Curve__ctor_mF0AFA8C52A81E0C7AD6623D16B6F2EA22983F2B6 (SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571R1Holder__ctor_m53B7F328A57806DCD1088C3A512430C679BE5DF6 (SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::get_active() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.TweenExtensions::IsComplete(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenExtensions_IsComplete_mC87F29FE0746C793F0C11175A9B37087C1C436FD (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Void UnityEngine.CustomYieldInstruction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE (CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 * __this, const RuntimeMethod* method); // System.Int32 DG.Tweening.TweenExtensions::CompletedLoops(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Single DG.Tweening.Tween::get_position() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Tween_get_position_mD6398F29BFD354FE9D8C9A6870EF82FD6E879C0C_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::get_playedOnce() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tween_get_playedOnce_mFA82C31BFA8C147EEE916A0C92FD3A705F717F20_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AudioSource::get_volume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioSource_get_volume_mFD700932958E0A96199B012E28AE4E9F7D6C1556 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_volume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.AudioSource::get_pitch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_pitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Audio.AudioMixer::GetFloat(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioMixer_GetFloat_m269CC0D94DFA272A6900F2A75AE94FF7B9D8E40C (AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * __this, String_t* ___name0, float* ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.Audio.AudioMixer::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioMixer_SetFloat_m305579F01374620674AF66DA63DDD4BDBC9089CE (AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::MovePosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Rigidbody::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Rigidbody_get_rotation_mEB90F9D223B0BA32A1962971E3A93DEE1670D18A (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::get_isRelative() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tween_get_isRelative_m2B8146895940DCFAA932D083B4DD54AE5620C7D3_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method); // System.Single DG.Tweening.TweenExtensions::ElapsedPercentage(DG.Tweening.Tween,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TweenExtensions_ElapsedPercentage_mC12ED1EAF1BEBF089D80B420DC6D987DE9C7C618 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, bool ___includeLoops1, const RuntimeMethod* method); // System.Single DG.Tweening.DOVirtual::EasedValue(System.Single,System.Single,System.Single,DG.Tweening.Ease) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DOVirtual_EasedValue_m13B1BCEC7154DBD3C6B63DD66BED84E3ACCB3E92 (float ___from0, float ___to1, float ___lifetimePercentage2, int32_t ___easeType3, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Rigidbody2D::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2 (Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rigidbody2D::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rigidbody2D_get_rotation_mD58E62EDB334FCDF7914A94C940F7903E8ADBBFF (Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody2D::set_position(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody2D_set_position_m1604084713EB195D44B8B411D4BCAFA5941E3413 (Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody2D::MovePosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody2D_MovePosition_mB4493BFC30B2FEBB02C7819AAE626871939D5BD9 (Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.SpriteRenderer::get_color() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 SpriteRenderer_get_color_mAE96B8C6754CBE7820863BD5E97729B5DBF96EAC (SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * __this, const RuntimeMethod* method); // System.Void UnityEngine.SpriteRenderer::set_color(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpriteRenderer_set_color_mF2888B03FBD14DAD540AB3F6617231712EB5CD33 (SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::op_Subtraction(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_op_Subtraction_m1D412109F3F9264B0A4F1106D2FEB8A2746B3A0F (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___a0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___b1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::op_Addition(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_op_Addition_m791A7C77B17D4A49301A7D275E8E4D8B117415A8 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___a0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___b1, const RuntimeMethod* method); // System.Single UnityEngine.CanvasGroup::get_alpha() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasGroup_get_alpha_m38E292E68116A55A99F222F4E1F31CBE189690D9 (CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * __this, const RuntimeMethod* method); // System.Void UnityEngine.CanvasGroup::set_alpha(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasGroup_set_alpha_m522B58BDF64D87252B0D43D254FF3A4D5993DC53 (CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.UI.Shadow::get_effectColor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Shadow_get_effectColor_m00C1776542129598C244BB469E7128D60F6BCAC2_inline (Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Shadow::set_effectColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shadow_set_effectColor_mFB6601937B8DCBB52A6095435A380C4AE0A807DF (Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.UI.Shadow::get_effectDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Shadow_get_effectDistance_mD0C417FD305D3F674FB111F38B41C9B94808E7C0_inline (Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Shadow::set_effectDistance(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shadow_set_effectDistance_m5C9FAC6D8D46E952FF29D00852E790E6A3BF2E09 (Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchoredPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RectTransform::get_anchoredPosition3D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RectTransform_get_anchoredPosition3D_mA9E9CCB2E97E4DCE93CF7194856F831E48F678A2 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchoredPosition3D(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition3D_mD232BFB736C35B6F3367E1D63BBA6FAE098DA761 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_anchorMax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_anchorMax_mC1577047A20870209C9A6801B75FE6930AE56F1E (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchorMax(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMax_m67E04F54B5122804E32019D5FAE50C21CC67651D (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_anchorMin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_anchorMin_m5CBB2E649A3D4234A7A5A16B1BBAADAC9C033319 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchorMin(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMin_mD9E6E95890B701A5190C12F5AE42E622246AF798 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_sizeDelta_mCFAE8C916280C173AB79BE32B910376E310D1C50 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Single DG.Tweening.TweenExtensions::ElapsedDirectionalPercentage(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TweenExtensions_ElapsedDirectionalPercentage_m478ED527B4F86DCC0240987C317231168587F5DF (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Single UnityEngine.UI.ScrollRect::get_horizontalNormalizedPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollRect_get_horizontalNormalizedPosition_m2447569D682F6F02D64671B82B64FA9C80EE8FE2 (ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * __this, const RuntimeMethod* method); // System.Single UnityEngine.UI.ScrollRect::get_verticalNormalizedPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollRect_get_verticalNormalizedPosition_mB5E338D332643DF0B7464F45CC9C04DD9868FBB4 (ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.ScrollRect::set_horizontalNormalizedPosition(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_horizontalNormalizedPosition_m3552851D166277D4DEDFCB6B81BF6726666D3AF5 (ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.ScrollRect::set_verticalNormalizedPosition(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalNormalizedPosition_m18393A7B91359B013466A984325F233535A6941D (ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * __this, float ___value0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single UnityEngine.UI.Image::get_fillAmount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Image_get_fillAmount_mA6F275C1167931E2F166EA85058EF181D8008B09_inline (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::set_fillAmount(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillAmount_m1D28CFC9B15A45AB6C561AA42BD8F305605E9E3C (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Rect UnityEngine.RectTransform::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_xMin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_m02EA330BE4C4A07A3F18F50F257832E9E3C2B873 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_yMin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_m2C91041817D410B32B80E338764109D75ACB01E4 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransformUtility::WorldToScreenPoint(UnityEngine.Camera,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransformUtility_WorldToScreenPoint_m92E801861EE14D73219C34A6175847C4A46105E1 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPoint1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.RectTransformUtility::ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectTransformUtility_ScreenPointToLocalPointInRectangle_m9A7DB8DE3636CE91CDF6CE088A21B5DDF2678F03 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rect0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPoint1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam2, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___localPoint3, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Subtraction_m6E536A8C72FEAA37FF8D5E26E11D6E71EB59599A_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Material::GetTextureOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Material_GetTextureOffset_m53C54C035DFCB16181F0226D9C41C9EAB2301617 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTextureOffset(System.Int32,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTextureOffset_mDEE0C861BD2FC8D38924087590BE8FD123195A78 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Material::GetTextureScale(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Material_GetTextureScale_mE494CDECFF6B59EDB43D6000608A91A4B7289A9C (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTextureScale(System.Int32,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTextureScale_m9F02CF20C15805224119E8A1AE57B1B064CB72C1 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value1, const RuntimeMethod* method); // System.Int32 DG.Tweening.Core.Debugger::get_logPriority() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline (const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogInvalidTween(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Runtime.CompilerServices.YieldAwaitable System.Threading.Tasks.Task::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B (const RuntimeMethod* method); // System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter System.Runtime.CompilerServices.YieldAwaitable::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8 (YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__10>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *, U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.YieldAwaitable/YieldAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForCompletionU3Ed__10_MoveNext_m7A14EB02262CB797C27664F35565B88E8BA060D3 (U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__10::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForCompletionU3Ed__10_SetStateMachine_m85F5E4DAF7F7E7AB65762F3F6C95BFAE3F039819 (U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__13>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *, U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForElapsedLoopsU3Ed__13_MoveNext_mD74D8D5D0970E23A40CE0D8B83297BBC68E25712 (U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * __this, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__13::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForElapsedLoopsU3Ed__13_SetStateMachine_m5E02C400A516339612E14DF2ED0B6046D90F6F47 (U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__12>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *, U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__12::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForKillU3Ed__12_MoveNext_mAA9DB56F9B8B3A6E9069CC690E90634D7F51A276 (U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * __this, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__12::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForKillU3Ed__12_SetStateMachine_m47EB31E97C542A8D7AC82CC7EAF613DC8EEDEABD (U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__14>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *, U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForPositionU3Ed__14_MoveNext_m69E154F3EFA854C85D27C84F5C8624AE7595D01E (U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__14::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForPositionU3Ed__14_SetStateMachine_mA77CBC54370E798D88ACF48F9D68586A41FC741E (U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__11>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *, U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__11::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForRewindU3Ed__11_MoveNext_m5DBC14BB1136B7BCF18066FB833D90CF116C1549 (U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * __this, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__11::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForRewindU3Ed__11_SetStateMachine_mAC2B29B1F4653A143591E2BB2388F8AD9F9A0D64 (U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__15>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * ___awaiter0, U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *, U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForStartU3Ed__15_MoveNext_m0BFB04DC7FE239554F4DF0B3DDD139E42A092F20 (U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__15::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForStartU3Ed__15_SetStateMachine_mAD7263100F3F3DBD57295879534C47061409AEB0 (U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_rotation_m3024C151FEC9BB75735DE9B4BA64F16AA779C5D6 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m26E35B19637B4682494A4299BBD06748D17133B1 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * DOTweenModulePhysics_DOPath_m3C49FFEB71D494F474F7223248D7105E90CF5BE7 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target0, Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___path1, float ___duration2, int32_t ___pathMode3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModulePhysics::DOLocalPath(UnityEngine.Rigidbody,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * DOTweenModulePhysics_DOLocalPath_m6F939DAF66D56DA9B52DA62546C70F3862E14193 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___target0, Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___path1, float ___duration2, int32_t ___pathMode3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensions::DOPath(UnityEngine.Transform,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * ShortcutExtensions_DOPath_m7AB84619455A541B79164E1D270A5AB511533B24 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___path1, float ___duration2, int32_t ___pathMode3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensions::DOLocalPath(UnityEngine.Transform,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * ShortcutExtensions_DOLocalPath_m28185CD9787640FBB679A0B46F144E1BB0DB43F8 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___path1, float ___duration2, int32_t ___pathMode3, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // UnityEngine.Color UnityEngine.Color::get_grey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_grey_mB2E29B47327F20233856F933DC00ACADEBFDBDFA (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_green() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9 (const RuntimeMethod* method); // System.Void JC.Unity.Picker.DatePicker/ItemData::SetColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetColor_m40EC6B837AA3A0B7818CB8506AF439BD974A9E21 (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager/Config::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.DeflateFlavor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6 (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * __this, int32_t ___goodLength0, int32_t ___maxLazy1, int32_t ___niceLength2, int32_t ___maxChainLength3, int32_t ___flavor4, const RuntimeMethod* method); // System.Void DeviceView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m16E603D4B403E1C1F344A2007397FDEF41A3F377 (U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * __this, const RuntimeMethod* method); // System.Boolean HomeView::ShowProminentBeforeConnectBLE(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAgree0, const RuntimeMethod* method); // System.Void BluetoothAim::DoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void DeviceCalibrateView::Create(DeviceCalibrateItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceCalibrateView_Create_m9F72F0524038FE278C841C7C8591DCE469B8B364 (int32_t ___itemType0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.Joint::get_connectedBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5 (Joint_t085126F36196FC982700F4EA8466CF10C90EC15E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rigidbody::get_drag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rigidbody_get_drag_m0C617963D9BBBC4018D3A8B2DB5D6190615F4A64 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rigidbody::get_angularDrag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rigidbody_get_angularDrag_m0E53FD8F8A09DFA941C52C868288DBBC030C5082 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_drag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_angularDrag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Camera UnityStandardAssets.Utility.DragRigidbody::FindCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * DragRigidbody_FindCamera_mA0D3F9E16A4AF7F01F5C847118F95116FD1E3ABE (DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E (const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 Camera_ScreenPointToRay_mD385213935A81030EDC604A39FD64761077CFBAB (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::GetPoint(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Ray_GetPoint_mC92464E32E42603B7B3444938E8BB8ADA43AB240 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, float ___distance0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButton(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1 (int32_t ___button0, const RuntimeMethod* method); // System.Void UnityEngine.Joint::set_connectedBody(UnityEngine.Rigidbody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Joint_set_connectedBody_m572C6C32E2FC5263AECDC460D50E5B0F79727B30 (Joint_t085126F36196FC982700F4EA8466CF10C90EC15E * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___value0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mCB4274FF375AD786CCED424E80B047E0DEC50938 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ProcessRecord(System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReliableHandshake_ProcessRecord_m5D84C6E9EECD78D358EE6E753081E85912AE63D9 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, int32_t ___windowSize0, int32_t ___epoch1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf2, int32_t ___off3, int32_t ___len4, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidityPreCompInfo__ctor_m2F42C6FEA13AD1498A13407ED29A21F60B14EF81 (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::HasFailed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasFailed_m301EA8F475C52D26B11C8F2363FB7C4C865BA7C2_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::HasCurveEquationPassed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasCurveEquationPassed_mD35E531C3D389105AEA4B3A1591715826B5EA39B_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::ReportFailed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidityPreCompInfo_ReportFailed_m5F900603DD87B75F305F7D499D330AC2238168F6 (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::ReportCurveEquationPassed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidityPreCompInfo_ReportCurveEquationPassed_mD2EE7286BD006B6A2D0EC148AC600AAB8EEFF2D8 (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::HasOrderPassed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasOrderPassed_mFC912DF6A60C38167CAAA6C4E89A6532F46A8EAE_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ValidityPreCompInfo::ReportOrderPassed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidityPreCompInfo_ReportOrderPassed_m8064A0E877D2477758511890B4606DBC0D047261 (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X25519Field::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23 (const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters::Sign(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/Algorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C (Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * __this, int32_t ___algorithm0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg3, int32_t ___msgOff4, int32_t ___msgLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_m4C2A1304951AD6FF1B10E9C86E30331CA5C042CD (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Verify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_Verify_mDE29EFCFB20CE2AAEBA23C7C63F6AAE79CD0E213 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m4, int32_t ___mOff5, int32_t ___mLen6, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_mD215F8C9094CAE8F241BCDEBCAB54133E213BE75 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519::Verify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed25519_Verify_m328811E120517F3E0019811F700ADAF852E60E97 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc7748.X448Field::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters::Sign(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/Algorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F (Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * __this, int32_t ___algorithm0, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___msg3, int32_t ___msgOff4, int32_t ___msgLen5, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig6, int32_t ___sigOff7, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_m81C9393836E0C8D10EB5F3C3955B93FE8E4697A1 (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448::Verify(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ed448_Verify_m5665C5F56B2A604F008E598A68A414C4F517D8A5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sig0, int32_t ___sigOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pk2, int32_t ___pkOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m5, int32_t ___mOff6, int32_t ___mLen7, const RuntimeMethod* method); // System.Void EmailValidateController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0_U3CU3Em__Finally1_m796F9C97757F44D4FFF8D055F86CFDB7471463A2 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055 (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::AddField(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696 (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, String_t* ___fieldName0, String_t* ___value1, const RuntimeMethod* method); // LanguageEnum TextAutoLanguage2::GetLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoLanguage2_GetLanguage_mA69317E46E6A45650B6A58B0E162C35120B1BDE3 (const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::AddField(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, String_t* ___fieldName0, int32_t ___i1, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Post(System.String,UnityEngine.WWWForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646 (String_t* ___uri0, WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * ___formData1, const RuntimeMethod* method); // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // System.String UnityEngine.Networking.DownloadHandler::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A (DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D (String_t* ___value0, const RuntimeMethod* method) { return (( RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8 (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // System.Void EmailValidateController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0_System_IDisposable_Dispose_m2142B18F12256081E062A6A25DC71D262C05F09D (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method); // System.Void EmailValidateController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1_U3CU3Em__Finally1_mAD2F4169E704FC07981895FE91F1AFB62D115525 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method); // System.Void EmailValidateController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1_System_IDisposable_Dispose_m2B3333C0881F113DA4E9ACAD03F5D591F8707B71 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method); // System.Void Entry/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m597ADAFF8DE75DF282D264DDD4EC2C31E87D35F6 (U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * __this, const RuntimeMethod* method); // System.Int64 JCUnityLib.TimeUtils::GetTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC (const RuntimeMethod* method); // UnityEngine.AsyncOperation UnityEngine.Resources::UnloadUnusedAssets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * Resources_UnloadUnusedAssets_m5BF7EFD195EFFE171CB47FF88CA880D76A751C70 (const RuntimeMethod* method); // System.Void System.GC::Collect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_Collect_m7123B87A55AA963ED9BD834B0C6933E927B791A9 (const RuntimeMethod* method); // System.String UnityEngine.SceneManagement.Scene::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8 (Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B (const RuntimeMethod* method); // System.Boolean LoginMgr::HasToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LoginMgr_HasToken_m292A1410442A0D5A89D68D285E10833CE15724D8 (const RuntimeMethod* method); // UnityEngine.AsyncOperation UnityEngine.SceneManagement.SceneManager::LoadSceneAsync(System.String,UnityEngine.SceneManagement.LoadSceneMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * SceneManager_LoadSceneAsync_mB19DC1ECA7304F9CB66976DADE6423777750B748 (String_t* ___sceneName0, int32_t ___mode1, const RuntimeMethod* method); // System.Void UnityEngine.AsyncOperation::set_allowSceneActivation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33 (AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * __this, bool ___value0, const RuntimeMethod* method); // System.Single UnityEngine.AsyncOperation::get_progress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AsyncOperation_get_progress_m2471A0564D5C2207116737619E2CED05FBBC2D19 (AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * __this, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.AsyncOperation::get_isDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877 (AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::get_OnlyOnce() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Events.EventDescriptor::get_AutoDecodePayload() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372 * Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Random::get_insideUnitSphere() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Random_get_insideUnitSphere_m43E5AE1F6A6CFA892BAE6E3ED71BEBFCE308CE90 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Random::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Random_get_rotation_m82FE89E3F983E0212C5D67ECFB8F2B179F1818E5 (const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m02BDA2BE9BA7A8D6BB8554AE3E32ED6EF05EDC0C_gshared)(___original0, ___position1, ___rotation2, method); } // UnityEngine.Collider[] UnityEngine.Physics::OverlapSphere(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* Physics_OverlapSphere_mE4A0577DF7C0681DE7FFC4F2A2C1BFB8D402CA0C (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, float ___radius1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Ray::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, const RuntimeMethod* method); // System.Boolean UnityEngine.Collider::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_Raycast_m41CA5C3C07B92F5325CB81890BE3A611C3C70784 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo1, float ___maxDistance2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674 (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris::AddFire(UnityEngine.Transform,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExplosionFireAndDebris_AddFire_m425D0F537ADF0CA2858A3B8D9E177626AF849E84 (ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___t0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Random::get_onUnitSphere() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Random_get_onUnitSphere_m909066B4EAF5EE0A05D3C1DCBDADC55A2D6A4EED (const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_mA64F8C30681E3A6A8F2B7EDE592FE7BBC0D354F4 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo1, float ___maxDistance2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA316739774ED7C47A232FC085A7152F59AF3A0C3 (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // UnityEngine.Rigidbody UnityEngine.Collider::get_attachedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_mB04F863F01DA19ADD66AFE0F3E1DF8EA13AFD9AC (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 *, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A *, const RuntimeMethod*))List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m6FA4392460B1CAC71952D49279908A2A0EB35750 (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * __this, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 *, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A List_1_GetEnumerator_mE1BAF4C805FBEB22F804C23E38819535F93E0012 (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * __this, const RuntimeMethod* method) { return (( Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A (*) (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Enumerator_get_Current_m4AD6660424ACAD76BF1EC2BF7F00510BF7326ED9_inline (Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Void UnityEngine.Rigidbody::AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.ForceMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddExplosionForce_mA81BFBF84914CEA89D18047ADE14B47D171280DD (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___explosionForce0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___explosionPosition1, float ___explosionRadius2, float ___upwardsModifier3, int32_t ___mode4, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m910997103CB57F926E92B634C73F6DDAEA5E3C0C (Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mD063033D29C6810CBD1812FDA6435F0CCF0C4F2A (Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // UnityEngine.ContactPoint[] UnityEngine.Collision::get_contacts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* Collision_get_contacts_m8C3D39F3332DD2AC623A9FB5F2127CE2754AF54B (Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Collision::get_relativeVelocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Collision_get_relativeVelocity_m0B0F8FA1AFAF7AB3B76083932D63A3FC1FA22442 (Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ContactPoint::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ContactPoint_get_normal_m0561937E45F5356C7BB90D861422BD76B36D037A (ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Project(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Project_m57D54B16F36E620C294F4B209CD4C8E46A58D1B6 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vector0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___onNormal1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ContactPoint::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ContactPoint_get_point_mEA976D5E3BC57FAB78F68BE0AA17A97293AEA5BC (ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m1B0BEBEBCC384324A6771B9EAC89761F73E1D6BF (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_m3B002D579E5933EEFCA4024A1845CACB4FBBC208 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___methodName0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.ObjectResetter::DelayedReset(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectResetter_DelayedReset_m5EC530F19321F0B1345039F13B2C2656E1C3D55F (ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * __this, float ___delay0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD1A505ECA2FFD28AE56802E89EE6E72EAF9D9167 (U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve::IsTrinomial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool F2mCurve_IsTrinomial_m73CEFD128C83489A9B572AF482F7DF6BFFDA3870 (F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::.ctor(System.Int64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongArray__ctor_m062E28E1E6F19573F662346F39AFC7D8060568FF (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___ints0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mFieldElement::.ctor(System.Int32,System.Int32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * ___x2, const RuntimeMethod* method); // System.Single UnityEngine.AnimationCurve::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * __this, float ___time0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Void UnityEngine.WaitForEndOfFrame::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_mEA41FB4A9236A64D566330BBE25F9902DEBB2EEA (WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities::GetCombSize(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FixedPointUtilities_GetCombSize_mACFD0E4BED9F630E68C720B5998B8488C342F8B9 (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::CheckExisting(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FixedPointCallback_CheckExisting_m83AC768102CA911AC10628228D9C572293FCDFCD (FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C * __this, FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * ___existingFP0, int32_t ___n1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedPointPreCompInfo__ctor_m461EFF214463DEE1F2F7B4390E71861CDA1CDD3E (FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::CheckTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FixedPointCallback_CheckTable_mE8974BB46D2AF1F4893F187646117EA002D15C78 (FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C * __this, RuntimeObject* ___table0, int32_t ___n1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38 (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_gshared)(__this, ___object0, ___method1, method); } // System.Boolean JCEngineCore.JCEntity::call(System.String,System.Object[],System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0 (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, Delegate_t * ___callback2, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // UnityEngine.Transform FriendView::GetFriendRequestItemParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * FriendView_GetFriendRequestItemParent_mA940654CEEC13099EF8974BF05E56C6E29574146 (FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UserPlayer/TempData::set_hasFriendRequest(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempData_set_hasFriendRequest_m9143063FBC9AE7361B696DDF35E86F5D7B9D96F1 (TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Selectable::set_interactable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_interactable_mE6F57D33A9E0484377174D0F490C4372BF7F0D40 (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean FriendView::IsBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FriendView_IsBtnTabSelected_m2A97F4AA9C4E0E6928737009D7742A80E2FE7F15 (FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Void FriendView::SetBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FriendView_SetBtnTabSelected_m3EAB51304481B7478D26728176DCCB3FC008D2E2 (FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::FromHex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF (String_t* ___hex0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.FpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67 (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___a1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___order3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___cofactor4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves::ConfigureCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * GMNamedCurves_ConfigureCurve_m8ABA7EDE86A194B5B34C7845A72E32CB92459C5B (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Holder__ctor_mD8825710E0D7959B1403EBFB3F3730063705A81C (SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WapiP192V1Holder__ctor_m4790686B6BF1DBF4B97936DAEAD3ECC5CED632DC (WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137 * __this, const RuntimeMethod* method); // System.Void GameAssistUI/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1D550711FDBA9BA76FF8EA3C4DE21B09EBABC96A (U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * __this, const RuntimeMethod* method); // System.Void GameRuleView::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameRuleView_Create_mA9F3F67E610100E6C7D2482026E9DE4536551631 (const RuntimeMethod* method); // System.Void SB_EventSystem::AwakenSimulateMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // TargetView TargetView::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * TargetView_get_ins_m46BFFE528F9DBBEB178082B66D0FFB5C9707D137 (const RuntimeMethod* method); // System.Void TargetView::ReverseActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_ReverseActive_mA8F1CBA58061146F2BD6550299DA4C27756C01CE (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void GameAssistUI::closeScaleAim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameAssistUI_closeScaleAim_mEA235D3E33BC6E65179AEF518AAFE9D2219466B6 (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Boolean GameAssistUI::openScaleAim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameAssistUI_openScaleAim_m48EEE61D7116FCB1BF31B0124219212F766D485E (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Void GameAssistUI::ShowOpenScaleAimFailTip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameAssistUI_ShowOpenScaleAimFailTip_mF9748FC0E60C33BACB7242A16CEDE5EBC57C4970 (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Void GameAssistUI::closeScaleShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameAssistUI_closeScaleShoot_m08FAE94331F69E54770F71F107618B5DC41BF543 (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Boolean GameAssistUI::openScaleShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameAssistUI_openScaleShoot_m4E779A74772634472E1118C9E5B310CE9AB702EB (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Void GameAssistUI::ShowOpenScaleShootFailTip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameAssistUI_ShowOpenScaleShootFailTip_m9BF354377C8058B303E967A90F0F8DF3A40A10B1 (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04 * Component_GetComponent_TisLongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04_m10D664ECCA469FA0C45D7BBF075DFC8D9C1D1E56 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void AutoResetView::DoIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetView_DoIdentity_m7A6F852B6956F613DC324F0FCF26F3CEBEE0BD2E (const RuntimeMethod* method); // System.Void HRB_Bluetooth::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_Bluetooth_Log_mFAC5D03F7EBAA03BBC516167F66379A7798D460D (HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void HRB_Bluetooth::SetStatus(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_Bluetooth_SetStatus_mB80187534C079863DD305CA8EAAF2004682D0339 (HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * __this, int32_t ___statusValue0, const RuntimeMethod* method); // System.Void HRB_Controller/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CgetUserInfoU3Ed__0_U3CU3Em__Finally1_m13F33998C298E2425FDE453D44E5ADD9BA1B8F74 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831 (String_t* ___key0, String_t* ___defaultValue1, const RuntimeMethod* method); // System.Void HRB_Controller/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CgetUserInfoU3Ed__0_System_IDisposable_Dispose_mAD3B89C72BD57112C2864090920DA394F272D887 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method); // System.Void HRB_Controller/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CsaveUserInfoU3Ed__1_U3CU3Em__Finally1_m06129E052001D6E44C12B1F4449F866944AF70F1 (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void HRB_Controller/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CsaveUserInfoU3Ed__1_System_IDisposable_Dispose_mD3DB1ECBAF6D04197451B0F27A85731C65CC780D (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method); // System.Void HRB_DegreaseView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mBDC09653DF745CA23F61B9A1C6D38683D3889BBE (U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * __this, const RuntimeMethod* method); // System.Void HRB_HomeView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE8AAF46EC3A702DA6661D04379AB4F2A91AAFDA8 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() inline HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86 (const RuntimeMethod* method) { return (( HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * (*) (const RuntimeMethod*))ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared)(method); } // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // PopupMgr PopupMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D (const RuntimeMethod* method); // System.Void PopupMgr::ShowTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662 (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DoTweenUtil::CallDelay(System.Single,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoTweenUtil_CallDelay_mC5557030978189F7F93173D4E6F513BFB7DE2C9A (float ___delayTime0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092 (String_t* ___sceneName0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8 (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void GPSTool::GetAddress(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPSTool_GetAddress_mD068B33B06551CD714AD087C776F7915D9786CA1 (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * ___callback0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8846EB11F0A221BDE237DE041D17764B36065404 (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, const RuntimeMethod* method); // HRB_UserInfo HRB_UserInfo::get_current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline (const RuntimeMethod* method); // System.Void HRB_UserInfo::Save(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_UserInfo_Save_mE8EBFE983241379E7CDD02947FBFFE61F944EFAC (HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * __this, bool ___showTip0, const RuntimeMethod* method); // System.Void HRB_HomeView::OnClick_SwitchAB(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_HomeView_OnClick_SwitchAB_mD83856BCEA655BF494B2FE7AFAD8E236EFE136FD (HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___button0, const RuntimeMethod* method); // System.Void HRB_LoginView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0FFA2313085A9F4373C7502F94871F60A44EFBAE (U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByCNKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E (String_t* ___textKey0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::set_text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Boolean JCUnityLib.Throttler::CanPass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Throttler_CanPass_m080D5F98049F0E4E2E401080CAB6AD14C50DF76C (Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.UI.Toggle::get_isOn() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline (Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * __this, const RuntimeMethod* method); // UnityEngine.UI.InputField HRB_MeView::GetInputField(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * HRB_MeView_GetInputField_m45B995481B17EB270FEB3E85A365B1C19E2B2F54 (HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, const RuntimeMethod* method); // System.String UnityEngine.UI.InputField::get_text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Void HRB_MeView/MeUserInfo::RefreshValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_RefreshValues_m590CC73A5A9C99B6F8FBC6F2C838C1D1D738AB40 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method) { return (( bool (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, const RuntimeMethod*))Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared)(__this, method); } // System.Boolean HRB_MeView/MeUserInfo::IsEqualOrigin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_IsEqualOrigin_mDCA9746564AEF0FD91A36C56CEF9BDEDB6D32A71 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method); // ModalView ModalView::Show() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * ModalView_Show_m134B5CE4B44DA6C193FC9C619568D7CD042CE36D (const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean HRB_MeView::ExcuteLogic_SaveUserInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HRB_MeView_ExcuteLogic_SaveUserInfo_m86B0B5239C9DFB1107117108C32514C349649F42 (HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * __this, bool ___useThrottler0, const RuntimeMethod* method); // System.Void HRB_MeView::ExcuteLogic_Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_MeView_ExcuteLogic_Destroy_m16490771A675BA612A68D93D4239DE64B63DD96D (HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * __this, const RuntimeMethod* method); // System.Void HRB_PlanView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB56E4564E2293045A0A400BF2439C214695DC2FD (U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * __this, const RuntimeMethod* method); // System.String JC.Unity.Picker.DatePickerGroup::GetSelectDateStr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DatePickerGroup_GetSelectDateStr_m4B905F0247BD4E57EC2E65AEDB65095D4E72EA43 (DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 * __this, const RuntimeMethod* method); // System.Void HRB_UserInfo::SaveLocalData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_UserInfo_SaveLocalData_m0FDC10F2A01C77444840F9CF56AB582E3347A1C1 (HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * __this, const RuntimeMethod* method); // System.Void HRB_PlanView::RenderPlanDateStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_PlanView_RenderPlanDateStart_m8096181E9E7E67B5E73BCA1DD136EF7B38B6BACC (HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * __this, const RuntimeMethod* method); // System.Void HRB_PlanView::RenderPlanDateEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_PlanView_RenderPlanDateEnd_mA05A648ED925067E42FA96B2D6D494B5C0131BE6 (HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * __this, const RuntimeMethod* method); // System.Void HRB_PlanView::RenderPlanDayCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HRB_PlanView_RenderPlanDayCount_mA816E09CC76EAB10208A475833FBA32CBBA6872D (HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * __this, const RuntimeMethod* method); // System.Void HRB_RegisterView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m8DE12519AC4A2E5C6565074D2878CD6CAE69BB41 (U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.Caching.HTTPCacheService/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA298BEDC2B800B5F36ECED5022CF15599A292B9C (U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * __this, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.Caching.HTTPCacheService::ClearImpl(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPCacheService_ClearImpl_m84F7F3D59E5FB975C3CB12DC9E133820B1AAAAD8 (RuntimeObject * ___param0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 BestHTTP.Caching.HTTPCacheService::get_Library() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * HTTPCacheService_get_Library_m0D6A9D6FA06DC84D5AF016C1459A9AA5D5FFD4A6 (const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.TimeSpan BestHTTP.Caching.HTTPCacheMaintananceParams::get_DeleteOlder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HTTPCacheMaintananceParams_get_DeleteOlder_m93699DDE915369D41F52034872DB3965036DD322_inline (HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m450892EF7B967B674D52E7659C9BDD42C68C2708 (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C (Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * __this, const RuntimeMethod* method) { return (( Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 (*) (Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_inline (Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 (*) (Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *, const RuntimeMethod*))Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_inline (KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 * __this, const RuntimeMethod* method) { return (( HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * (*) (KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::get_LastAccess() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 HTTPCacheFileInfo_get_LastAccess_m661E5CC1286B43F9A2B860215FB44EF65DDE8B89_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * KeyValuePair_2_get_Key_m62FE9F5F821F062C8DCBC73D9CAFB704516FF5BE_inline (KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 * __this, const RuntimeMethod* method) { return (( Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * (*) (KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // System.Boolean BestHTTP.Caching.HTTPCacheService::DeleteEntity(System.Uri,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPCacheService_DeleteEntity_m772DCA747FA87E7289BF42582D87C2ED4B391045 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, bool ___removeFromLibrary1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51 (Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA (Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_inline (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Uri BestHTTP.Caching.HTTPCacheFileInfo::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPCacheFileInfo_get_Uri_m9C793B3F45973147C699113E2575C5D4C329E3FB_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m48BA884F96EE5E0F2B9409D760A44C965A2D1821 (Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.UInt64 BestHTTP.Caching.HTTPCacheFileInfo::get_MappedNameIDX() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HTTPCacheFileInfo_get_MappedNameIDX_mF1ABB712655C4DE19316AD1CFC347BB24BE55C00_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_mA3BB03F883AD372BD401E6906D155ADA09E59A9C (Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 * __this, uint64_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 *, uint64_t, const RuntimeMethod*))Dictionary_2_Remove_mC42208766336605241CB3D634B70366590838C53_gshared)(__this, ___key0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_inline (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m467E1AE1C9307015E0AE182815D75AF878D00A25 (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.UInt64 BestHTTP.Caching.HTTPCacheService::GetCacheSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t HTTPCacheService_GetCacheSize_mEA87317D4E0B6C2130CAA0498EB529B1C32EBFB4 (const RuntimeMethod* method); // System.UInt64 BestHTTP.Caching.HTTPCacheMaintananceParams::get_MaxCacheSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HTTPCacheMaintananceParams_get_MaxCacheSize_m1BBDE7BA099449DB684CFF994867856EFE54A984_inline (HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_mA54F0C33E27B7C9F11741297888910B0FC090E25 (Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mB4DE23059FF356A69BA5B28F32985F0E75DF8F93 (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Sort() inline void List_1_Sort_mE55087F0BC6828810D3EA56FE2343DF5B704E9B3 (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *, const RuntimeMethod*))List_1_Sort_m523078FF3CDB2FFDA274F956744BDB93029E42E6_gshared)(__this, method); } // System.Int32 BestHTTP.Caching.HTTPCacheFileInfo::get_BodyLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPCacheFileInfo_get_BodyLength_m17A90CD59E2F0F9F761C5211F6724305DB779943_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.Caching.HTTPCacheService::SaveLibrary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPCacheService_SaveLibrary_m0AEDEBFC66DA9572E91F8BC8537B980D5A88EECF (const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Axis9NopackHandler/d__21::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__21__ctor_m3210D83DF96E7418C949350AC894AE0DCB94A726 (U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Axis9NopackHandler/d__21::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__21_System_IDisposable_Dispose_m35F9EF0657D4C928EC3C655EC866EB13AC7399B0 (U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Axis9NopackHandler/d__21::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSaveMagU3Ed__21_MoveNext_m099C2E4533A5859A0C181248E632F244DDC22FB4 (U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C981498EB37A3B5FAF4B90C138B1516B4E46CE4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // string mac = LoginMgr.myUserInfo.mac; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_4 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_4); String_t* L_5 = L_4->get_mac_13(); V_2 = L_5; // string record = JsonConvert.SerializeObject(MagCalibrater, new JsonConverter[]{new MagJsonConverter()}); Axis9NopackHandler_t286EA9A62DB4510257AA46D8D3F73A67B346B052 * L_6 = V_1; NullCheck(L_6); MagnetometerAutoCalibrater_t8AAD5A2599B17BBD4F40E29D1B2ED4E5A375F045 * L_7 = L_6->get_MagCalibrater_2(); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_8 = (JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4*)(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4*)SZArrayNew(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var, (uint32_t)1); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_9 = L_8; MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677 * L_10 = (MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677 *)il2cpp_codegen_object_new(MagJsonConverter_t630BC69787C1FE917379A5169A2F4B11A1506677_il2cpp_TypeInfo_var); MagJsonConverter__ctor_m36AE0C0035DED13EE0F9AB02B046512046E106A4(L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)L_10); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_11; L_11 = JsonConvert_SerializeObject_mB6325BCF37763104414D86846714425CFEBC564E(L_7, L_9, /*hidden argument*/NULL); V_3 = L_11; // UserPlayer.ins.call("userComp.saveMacCalibrate", 1, mac, record); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_12 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_13; int32_t L_15 = 1; RuntimeObject * L_16 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_15); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; String_t* L_18 = V_2; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(1), (RuntimeObject *)L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = L_17; String_t* L_20 = V_3; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(2), (RuntimeObject *)L_20); NullCheck(L_12); bool L_21; L_21 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_12, _stringLiteral2C981498EB37A3B5FAF4B90C138B1516B4E46CE4, L_19, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Axis9NopackHandler/d__21::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveMagU3Ed__21_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA4300D960761B2276B72C59E40DD5A52D5A56071 (U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Axis9NopackHandler/d__21::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSaveMagU3Ed__21_System_Collections_IEnumerator_Reset_mC1EBB6F483002E42FEEFC6FB15932059A25D9CFA (U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSaveMagU3Ed__21_System_Collections_IEnumerator_Reset_mC1EBB6F483002E42FEEFC6FB15932059A25D9CFA_RuntimeMethod_var))); } } // System.Object Axis9NopackHandler/d__21::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSaveMagU3Ed__21_System_Collections_IEnumerator_get_Current_mBF046755C0235D6BB12BE338FB0A730173C1E95E (U3CSaveMagU3Ed__21_t3648B63D7A46E81C6E633A773DF0873F1141EF1C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BLEServicesManager/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3CA7F207EA03DD55E57D50091E8F1325F60157FB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * L_0 = (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 *)il2cpp_codegen_object_new(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m94F69BF1397BC8461970E0B281443F6FB676F002(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BLEServicesManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m94F69BF1397BC8461970E0B281443F6FB676F002 (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BLEServicesManager/<>c::b__2_1(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_1_m8D22E6CEADF4CB58F39A815915F5F11EAC6AFCDD (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B05881D969F55B8A024BCEBD4B48AB5645311B5); s_Il2CppMethodInitialized = true; } { // Debug.Log("Connection failed"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral2B05881D969F55B8A024BCEBD4B48AB5645311B5, /*hidden argument*/NULL); // }; return; } } // System.Void BLEServicesManager/<>c::b__2_2(ArduinoBluetoothAPI.BluetoothHelper,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_2_mEC9607B7F70EDF15A60825FDE86C27AAC8C81EC0 (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, String_t* ___serviceName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Debug.Log(serviceName); String_t* L_0 = ___serviceName1; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_0, /*hidden argument*/NULL); // }; return; } } // System.Void BLEServicesManager/<>c::b__2_3(ArduinoBluetoothAPI.BluetoothHelper,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_3_m458B956E4D7CF3E7A739F7EB14B90BF31EAB3BB6 (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, String_t* ___serviceName1, String_t* ___characteristicName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Debug.Log(characteristicName); String_t* L_0 = ___characteristicName2; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_0, /*hidden argument*/NULL); // }; return; } } // System.Void BLEServicesManager/<>c::b__2_4(ArduinoBluetoothAPI.BluetoothHelper,System.Byte[],ArduinoBluetoothAPI.BluetoothHelperCharacteristic) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_4_m1DB38B7D7CC40A2F2A50F7DA30D0C9D0FD4A4F54 (U3CU3Ec_tCAB207EF560C1E6E050B8296C4378D19B2AEC753 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value1, BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristic2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Debug.Log(characteristic.getName()); BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * L_0 = ___characteristic2; NullCheck(L_0); String_t* L_1; L_1 = BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_1, /*hidden argument*/NULL); // Debug.Log(value[0]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value1; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); uint8_t L_5 = L_4; RuntimeObject * L_6 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_5); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_6, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BTManager/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkLEDU3Ed__7__ctor_m26BAE21DBE9C63D4D58781FD9BAB04854BE6B513 (U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BTManager/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkLEDU3Ed__7_System_IDisposable_Dispose_m4879E9F36D3DCB7BF1F54D0A13CF29E37ECB4C2B (U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BTManager/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CblinkLEDU3Ed__7_MoveNext_m142A98C93EEC72F21791D14DB4FA8995808B5C83 (U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1A8B7ACF9F6A6C8DA34C480CF0726A9E97A6044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8B77FFA6B004EBE6AD02387BCBFBFA47562B049); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * V_1 = NULL; bool V_2 = false; uint8_t V_3 = 0x0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_00cc; } case 2: { goto IL_013d; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // byte[] turn_on = new byte[]{(byte)'E' /*E stands for enable */, 2}; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (uint8_t)((int32_t)69)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (uint8_t)2); __this->set_U3Cturn_onU3E5__2_3(L_5); // byte[] turn_off = new byte[]{(byte)'D' /*D stands for disable */, 2}; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint8_t)((int32_t)68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (uint8_t)2); __this->set_U3Cturn_offU3E5__3_4(L_8); // x += BTHelper.isConnected().ToString(); BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_9 = V_1; BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = L_10->get_x_8(); BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_12 = V_1; NullCheck(L_12); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_13 = L_12->get_BTHelper_5(); NullCheck(L_13); bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_13); V_2 = L_14; String_t* L_15; L_15 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&V_2), /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_11, L_15, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_x_8(L_16); goto IL_015e; } IL_007c: { // Debug.Log("ON"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralE1A8B7ACF9F6A6C8DA34C480CF0726A9E97A6044, /*hidden argument*/NULL); // for(byte i=2; i<8; i++) __this->set_U3CiU3E5__4_5((uint8_t)2); goto IL_00e4; } IL_008f: { // turn_on[1] = i; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_U3Cturn_onU3E5__2_3(); uint8_t L_18 = __this->get_U3CiU3E5__4_5(); NullCheck(L_17); (L_17)->SetAt(static_cast(1), (uint8_t)L_18); } IL_009d: try {// begin try (depth: 1) // BTHelper.SendData(turn_on); BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_19 = V_1; NullCheck(L_19); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_20 = L_19->get_BTHelper_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_U3Cturn_onU3E5__2_3(); NullCheck(L_20); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::SendData(System.Byte[]) */, L_20, L_21); // }catch(Exception){} goto IL_00b3; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b0; } throw e; } CATCH_00b0: {// begin catch(System.Exception) // }catch(Exception){} // }catch(Exception){} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00b3; }// end catch (depth: 1) IL_00b3: { // yield return new WaitForSeconds(0.3f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_22 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_22, (0.300000012f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_22); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00cc: { __this->set_U3CU3E1__state_0((-1)); // for(byte i=2; i<8; i++) uint8_t L_23 = __this->get_U3CiU3E5__4_5(); V_3 = L_23; uint8_t L_24 = V_3; __this->set_U3CiU3E5__4_5((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))))); } IL_00e4: { // for(byte i=2; i<8; i++) uint8_t L_25 = __this->get_U3CiU3E5__4_5(); if ((((int32_t)L_25) < ((int32_t)8))) { goto IL_008f; } } { // Debug.Log("OFF"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralE8B77FFA6B004EBE6AD02387BCBFBFA47562B049, /*hidden argument*/NULL); // for(byte i=2; i<8; i++) __this->set_U3CiU3E5__4_5((uint8_t)2); goto IL_0155; } IL_0100: { // turn_off[1] = i; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_U3Cturn_offU3E5__3_4(); uint8_t L_27 = __this->get_U3CiU3E5__4_5(); NullCheck(L_26); (L_26)->SetAt(static_cast(1), (uint8_t)L_27); } IL_010e: try {// begin try (depth: 1) // BTHelper.SendData(turn_off); BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_28 = V_1; NullCheck(L_28); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_29 = L_28->get_BTHelper_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_U3Cturn_offU3E5__3_4(); NullCheck(L_29); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::SendData(System.Byte[]) */, L_29, L_30); // }catch(Exception){} goto IL_0124; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0121; } throw e; } CATCH_0121: {// begin catch(System.Exception) // }catch(Exception){} // }catch(Exception){} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0124; }// end catch (depth: 1) IL_0124: { // yield return new WaitForSeconds(0.3f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_31 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_31, (0.300000012f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_31); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_013d: { __this->set_U3CU3E1__state_0((-1)); // for(byte i=2; i<8; i++) uint8_t L_32 = __this->get_U3CiU3E5__4_5(); V_3 = L_32; uint8_t L_33 = V_3; __this->set_U3CiU3E5__4_5((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))))); } IL_0155: { // for(byte i=2; i<8; i++) uint8_t L_34 = __this->get_U3CiU3E5__4_5(); if ((((int32_t)L_34) < ((int32_t)8))) { goto IL_0100; } } IL_015e: { // while(BTHelper.isConnected()) BTManager_t258CB1A04CE32A7011F68A1F9BA094DA8786F3C6 * L_35 = V_1; NullCheck(L_35); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_36 = L_35->get_BTHelper_5(); NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_36); if (L_37) { goto IL_007c; } } { // } return (bool)0; } } // System.Object BTManager/d__7::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CblinkLEDU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBFE85C8BC96E019A77C295D6E6117645696B45A8 (U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BTManager/d__7::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CblinkLEDU3Ed__7_System_Collections_IEnumerator_Reset_mAC41A4B61CDCFF1393E71750A80233FAA2AB9E53 (U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CblinkLEDU3Ed__7_System_Collections_IEnumerator_Reset_mAC41A4B61CDCFF1393E71750A80233FAA2AB9E53_RuntimeMethod_var))); } } // System.Object BTManager/d__7::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CblinkLEDU3Ed__7_System_Collections_IEnumerator_get_Current_m62F3A20C653F237D550BD56B30E362FAC2FA353C (U3CblinkLEDU3Ed__7_tC8B93BB173248E7DD6668E95DA35DA13C6DA602B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicEntropySource__ctor_mB319DB5836AD41C18B0D1F843CD2A2A6137CD295 (BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, bool ___predictionResistant1, int32_t ___entropySize2, const RuntimeMethod* method) { { // internal BasicEntropySource(SecureRandom secureRandom, bool predictionResistant, int entropySize) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mSecureRandom = secureRandom; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___secureRandom0; __this->set_mSecureRandom_0(L_0); // this.mPredictionResistant = predictionResistant; bool L_1 = ___predictionResistant1; __this->set_mPredictionResistant_1(L_1); // this.mEntropySize = entropySize; int32_t L_2 = ___entropySize2; __this->set_mEntropySize_2(L_2); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource.get_IsPredictionResistant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BasicEntropySource_BestHTTP_SecureProtocol_Org_BouncyCastle_Crypto_IEntropySource_get_IsPredictionResistant_m0C043B0B3F48E5664C2DCD05874BA36FDD15E779 (BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847 * __this, const RuntimeMethod* method) { { // get { return mPredictionResistant; } bool L_0 = __this->get_mPredictionResistant_1(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource.GetEntropy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BasicEntropySource_BestHTTP_SecureProtocol_Org_BouncyCastle_Crypto_IEntropySource_GetEntropy_m9CBE8E8078813AD20555839FD57142C3BA069344 (BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return SecureRandom.GetNextBytes(mSecureRandom, (mEntropySize + 7) / 8); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_mSecureRandom_0(); int32_t L_1 = __this->get_mEntropySize_2(); IL2CPP_RUNTIME_CLASS_INIT(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = SecureRandom_GetNextBytes_m9E0D5D9B14E0C8CFC21BA52F08B4EE1A2E4687A8(L_0, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7))/(int32_t)8)), /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider/BasicEntropySource::BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource.get_EntropySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BasicEntropySource_BestHTTP_SecureProtocol_Org_BouncyCastle_Crypto_IEntropySource_get_EntropySize_mF28CD74DE9E3DA8B90318A8505A3B4BDB5BF4214 (BasicEntropySource_t3997BCE12D8BB0C0A66F12093D0BE8FE9F29D847 * __this, const RuntimeMethod* method) { { // get { return mEntropySize; } int32_t L_0 = __this->get_mEntropySize_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID,BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseObject__ctor_mEA8394EAEF8FC36AD0DF0AF8931D58336A135345 (ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F * __this, CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId0, CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___certStatus1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___thisUpdate2, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(certId, certStatus, new DerGeneralizedTime(thisUpdate), null, extensions) CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = ___certId0; CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * L_1 = ___certStatus1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___thisUpdate2; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_3 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)il2cpp_codegen_object_new(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6(L_3, L_2, /*hidden argument*/NULL); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_4 = ___extensions3; ResponseObject__ctor_m8A26AA1B78DF06138F43F2DAA5BABE67141A82EC(__this, L_0, L_1, L_3, (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)NULL, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID,BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus,System.DateTime,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseObject__ctor_mE0C0610916FD5BD38F64870C6CE00997AA686FE6 (ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F * __this, CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId0, CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___certStatus1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___thisUpdate2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___nextUpdate3, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(certId, certStatus, new DerGeneralizedTime(thisUpdate), new DerGeneralizedTime(nextUpdate), extensions) CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = ___certId0; CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * L_1 = ___certStatus1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___thisUpdate2; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_3 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)il2cpp_codegen_object_new(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6(L_3, L_2, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___nextUpdate3; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_5 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)il2cpp_codegen_object_new(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6(L_5, L_4, /*hidden argument*/NULL); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_6 = ___extensions4; ResponseObject__ctor_m8A26AA1B78DF06138F43F2DAA5BABE67141A82EC(__this, L_0, L_1, L_3, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID,BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseObject__ctor_m8A26AA1B78DF06138F43F2DAA5BABE67141A82EC (ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F * __this, CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId0, CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___certStatus1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate2, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate3, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * V_0 = NULL; CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * V_1 = NULL; CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * G_B7_0 = NULL; { // private ResponseObject( // CertificateID certId, // CertificateStatus certStatus, // DerGeneralizedTime thisUpdate, // DerGeneralizedTime nextUpdate, // X509Extensions extensions) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.certId = certId; CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = ___certId0; __this->set_certId_0(L_0); // if (certStatus == null) CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * L_1 = ___certStatus1; if (L_1) { goto IL_001d; } } { // this.certStatus = new CertStatus(); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_2 = (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 *)il2cpp_codegen_object_new(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var); CertStatus__ctor_mAD66301B1A38B9086980DD9FB740E1FCC462F84D(L_2, /*hidden argument*/NULL); __this->set_certStatus_1(L_2); // } goto IL_0072; } IL_001d: { // else if (certStatus is UnknownStatus) CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * L_3 = ___certStatus1; if (!((UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E *)IsInstClass((RuntimeObject*)L_3, UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E_il2cpp_TypeInfo_var))) { goto IL_0038; } } { // this.certStatus = new CertStatus(2, DerNull.Instance); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_4 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_5 = (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 *)il2cpp_codegen_object_new(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var); CertStatus__ctor_mECD45F3763663E885D05D3A1AB82A645E70C1F34(L_5, 2, L_4, /*hidden argument*/NULL); __this->set_certStatus_1(L_5); // } goto IL_0072; } IL_0038: { // RevokedStatus rs = (RevokedStatus) certStatus; CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * L_6 = ___certStatus1; V_0 = ((RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 *)CastclassClass((RuntimeObject*)L_6, RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121_il2cpp_TypeInfo_var)); // CrlReason revocationReason = rs.HasRevocationReason // ? new CrlReason(rs.RevocationReason) // : null; RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = RevokedStatus_get_HasRevocationReason_m0141D093D7551EC29FDB55844916E76DCC5DCB36(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004a; } } { G_B7_0 = ((CrlReason_tB131133C86AC20505F7A205D6059101D28944693 *)(NULL)); goto IL_0055; } IL_004a: { RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = RevokedStatus_get_RevocationReason_m6753F16203CAE3909870ADDC2811CBA6C792F1B7(L_9, /*hidden argument*/NULL); CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_11 = (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 *)il2cpp_codegen_object_new(CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var); CrlReason__ctor_mA707713755B63EE9462C21FF6F2037B4299F0BD4(L_11, L_10, /*hidden argument*/NULL); G_B7_0 = L_11; } IL_0055: { V_1 = G_B7_0; // this.certStatus = new CertStatus( // new RevokedInfo(new DerGeneralizedTime(rs.RevocationTime), revocationReason)); RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * L_12 = V_0; NullCheck(L_12); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = RevokedStatus_get_RevocationTime_m27081AC2466F555FBE80C5319655D0A976414880(L_12, /*hidden argument*/NULL); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_14 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)il2cpp_codegen_object_new(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6(L_14, L_13, /*hidden argument*/NULL); CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_15 = V_1; RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_16 = (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 *)il2cpp_codegen_object_new(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var); RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2(L_16, L_14, L_15, /*hidden argument*/NULL); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_17 = (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 *)il2cpp_codegen_object_new(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9_il2cpp_TypeInfo_var); CertStatus__ctor_m8509DFE1E9A3FEEF42E5DAAD41FAC5DC99F639D5(L_17, L_16, /*hidden argument*/NULL); __this->set_certStatus_1(L_17); } IL_0072: { // this.thisUpdate = thisUpdate; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_18 = ___thisUpdate2; __this->set_thisUpdate_2(L_18); // this.nextUpdate = nextUpdate; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_19 = ___nextUpdate3; __this->set_nextUpdate_3(L_19); // this.extensions = extensions; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_20 = ___extensions4; __this->set_extensions_4(L_20); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.BasicOcspRespGenerator/ResponseObject::ToResponse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * ResponseObject_ToResponse_m29677D5DB40CF77F97E1356EF22C247229C090FE (ResponseObject_t5BCD04C4D9758F6A6760FF03C54F867B9E62D04F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SingleResponse(certId.ToAsn1Object(), certStatus, thisUpdate, nextUpdate, extensions); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = __this->get_certId_0(); NullCheck(L_0); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_1; L_1 = CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32_inline(L_0, /*hidden argument*/NULL); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_2 = __this->get_certStatus_1(); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_3 = __this->get_thisUpdate_2(); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_4 = __this->get_nextUpdate_3(); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_5 = __this->get_extensions_4(); SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_6 = (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 *)il2cpp_codegen_object_new(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var); SingleResponse__ctor_m935104EB79BB97850F227FABD61A050F2F002021(L_6, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBerOctetStream__ctor_m0796CB5AF8BBB74C936E43C16C7D5241F25B414F (BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18 * __this, BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * ___gen0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal BufferedBerOctetStream( // BerOctetStringGenerator gen, // byte[] buf) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // _gen = gen; BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * L_0 = ___gen0; __this->set__gen_8(L_0); // _buf = buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf1; __this->set__buf_6(L_1); // _off = 0; __this->set__off_7(0); // _derOut = new DerOutputStream(_gen.Out); BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * L_2 = __this->get__gen_8(); NullCheck(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3; L_3 = Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline(L_2, /*hidden argument*/NULL); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_4 = (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 *)il2cpp_codegen_object_new(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116(L_4, L_3, /*hidden argument*/NULL); __this->set__derOut_9(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBerOctetStream_WriteByte_mD2114BE25B2D2C082019EA4BD08F7E8E0C233EBE (BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18 * __this, uint8_t ___b0, const RuntimeMethod* method) { int32_t V_0 = 0; { // _buf[_off++] = b; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__buf_6(); int32_t L_1 = __this->get__off_7(); V_0 = L_1; int32_t L_2 = V_0; __this->set__off_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; uint8_t L_4 = ___b0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_4); // if (_off == _buf.Length) int32_t L_5 = __this->get__off_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__buf_6(); NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))))) { goto IL_0048; } } { // DerOctetString.Encode(_derOut, _buf, 0, _off); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_7 = __this->get__derOut_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__buf_6(); int32_t L_9 = __this->get__off_7(); DerOctetString_Encode_mB586C25ABA4B4B87B6D5F1E6B755083BB29824F6(L_7, L_8, 0, L_9, /*hidden argument*/NULL); // _off = 0; __this->set__off_7(0); } IL_0048: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBerOctetStream_Write_mA589DC74F0777466101CE58F125457989A81BF99 (BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_0091; } IL_0005: { // int numToCopy = System.Math.Min(len, _buf.Length - _off); int32_t L_0 = ___len2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__buf_6(); NullCheck(L_1); int32_t L_2 = __this->get__off_7(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)L_2)), /*hidden argument*/NULL); V_0 = L_3; // if (numToCopy == _buf.Length) int32_t L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get__buf_6(); NullCheck(L_5); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))))) { goto IL_0036; } } { // DerOctetString.Encode(_derOut, buf, offset, numToCopy); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_6 = __this->get__derOut_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buf0; int32_t L_8 = ___offset1; int32_t L_9 = V_0; DerOctetString_Encode_mB586C25ABA4B4B87B6D5F1E6B755083BB29824F6(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); // } goto IL_0087; } IL_0036: { // Array.Copy(buf, offset, _buf, _off, numToCopy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buf0; int32_t L_11 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get__buf_6(); int32_t L_13 = __this->get__off_7(); int32_t L_14 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, L_13, L_14, /*hidden argument*/NULL); // _off += numToCopy; int32_t L_15 = __this->get__off_7(); int32_t L_16 = V_0; __this->set__off_7(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))); // if (_off < _buf.Length) int32_t L_17 = __this->get__off_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get__buf_6(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_0098; } } { // DerOctetString.Encode(_derOut, _buf, 0, _off); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_19 = __this->get__derOut_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get__buf_6(); int32_t L_21 = __this->get__off_7(); DerOctetString_Encode_mB586C25ABA4B4B87B6D5F1E6B755083BB29824F6(L_19, L_20, 0, L_21, /*hidden argument*/NULL); // _off = 0; __this->set__off_7(0); } IL_0087: { // offset += numToCopy; int32_t L_22 = ___offset1; int32_t L_23 = V_0; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); // len -= numToCopy; int32_t L_24 = ___len2; int32_t L_25 = V_0; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)); } IL_0091: { // while (len > 0) int32_t L_26 = ___len2; if ((((int32_t)L_26) > ((int32_t)0))) { goto IL_0005; } } IL_0098: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator/BufferedBerOctetStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedBerOctetStream_Close_m13C367F9FF4E5DB60B1732B162CFA9FD17B6D558 (BufferedBerOctetStream_t3D4C1AB6C2AF840FCE2D48255ABAB0EF08816E18 * __this, const RuntimeMethod* method) { { // if (_off != 0) int32_t L_0 = __this->get__off_7(); if (!L_0) { goto IL_0020; } } { // DerOctetString.Encode(_derOut, _buf, 0, _off); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_1 = __this->get__derOut_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__buf_6(); int32_t L_3 = __this->get__off_7(); DerOctetString_Encode_mB586C25ABA4B4B87B6D5F1E6B755083BB29824F6(L_1, L_2, 0, L_3, /*hidden argument*/NULL); } IL_0020: { // _gen.WriteBerEnd(); BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * L_4 = __this->get__gen_8(); NullCheck(L_4); BerGenerator_WriteBerEnd_m4606E9B56EA9BCE96CCC4E272286D42A21AE6D5F(L_4, /*hidden argument*/NULL); // base.Close(); BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BluetoothAim/<>c__DisplayClass30_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass30_0__ctor_mE68B2B6426AA23A2C8CBDEDD73BF0C74FF920D84 (U3CU3Ec__DisplayClass30_0_tE4C41F88F3E869CBC581C319E465D4D3EEF1D748 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BluetoothAim/<>c__DisplayClass30_0::b__3(ArduinoBluetoothAPI.BluetoothHelper,System.Collections.Generic.LinkedList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass30_0_U3CConnectBleHelperU3Eb__3_m712DF732C32BBE9E976887DA9E573AEE615C42EC (U3CU3Ec__DisplayClass30_0_tE4C41F88F3E869CBC581C319E465D4D3EEF1D748 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___nearbyDevices1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418); s_Il2CppMethodInitialized = true; } Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // scanLock = false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)0); // foreach (BluetoothDevice device in nearbyDevices) LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_0 = ___nearbyDevices1; NullCheck(L_0); Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C L_1; L_1 = LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D(L_0, /*hidden argument*/LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); V_0 = L_1; } IL_000d: try {// begin try (depth: 1) { goto IL_00a6; } IL_0012: { // foreach (BluetoothDevice device in nearbyDevices) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_2; L_2 = Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); V_1 = L_2; // Log("???? " + device.DeviceName); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_3 = __this->get_U3CU3E4__this_1(); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418, L_5, /*hidden argument*/NULL); NullCheck(L_3); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(L_3, L_6, /*hidden argument*/NULL); // if (device.DeviceName == targetDeviceName) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_7, /*hidden argument*/NULL); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_9 = __this->get_U3CU3E4__this_1(); NullCheck(L_9); String_t* L_10 = L_9->get_targetDeviceName_4(); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00a6; } } IL_004d: { // deviceName = device.DeviceName; BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_12 = __this->get_U3CU3E4__this_1(); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_deviceName_8(L_14); // bluetoothHelper.setDeviceName(deviceName); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_15 = __this->get_U3CU3E4__this_1(); NullCheck(L_15); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_16 = L_15->get_bluetoothHelper_5(); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_17 = __this->get_U3CU3E4__this_1(); NullCheck(L_17); String_t* L_18 = L_17->get_deviceName_8(); NullCheck(L_16); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::setDeviceName(System.String) */, L_16, L_18); // bluetoothHelper.Connect(); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_19 = __this->get_U3CU3E4__this_1(); NullCheck(L_19); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_20 = L_19->get_bluetoothHelper_5(); NullCheck(L_20); VirtualActionInvoker0::Invoke(13 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Connect() */, L_20); // Log("???? " + device.DeviceName); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_21 = __this->get_U3CU3E4__this_1(); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_22 = V_1; NullCheck(L_22); String_t* L_23; L_23 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_22, /*hidden argument*/NULL); String_t* L_24; L_24 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783, L_23, /*hidden argument*/NULL); NullCheck(L_21); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(L_21, L_24, /*hidden argument*/NULL); // return; IL2CPP_LEAVE(0x11B, FINALLY_00b4); } IL_00a6: { // foreach (BluetoothDevice device in nearbyDevices) bool L_25; L_25 = Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); if (L_25) { goto IL_0012; } } IL_00b2: { IL2CPP_LEAVE(0xC2, FINALLY_00b4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b4; } FINALLY_00b4: {// begin finally (depth: 1) Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); IL2CPP_END_FINALLY(180) }// end finally (depth: 1) IL2CPP_CLEANUP(180) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x11B, IL_011b) IL2CPP_JUMP_TBL(0xC2, IL_00c2) } IL_00c2: { // if (scanCount < 3) int32_t L_26 = __this->get_scanCount_0(); if ((((int32_t)L_26) >= ((int32_t)3))) { goto IL_00f3; } } { // scanCount++; int32_t L_27 = __this->get_scanCount_0(); V_2 = L_27; int32_t L_28 = V_2; __this->set_scanCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); // scanLock = true; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->set_scanLock_15((bool)1); // bluetoothHelper.ScanNearbyDevices(); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_29 = __this->get_U3CU3E4__this_1(); NullCheck(L_29); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_30 = L_29->get_bluetoothHelper_5(); NullCheck(L_30); bool L_31; L_31 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ScanNearbyDevices() */, L_30); // } return; } IL_00f3: { // canConnect = true; BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_32 = __this->get_U3CU3E4__this_1(); NullCheck(L_32); L_32->set_canConnect_9((bool)1); // Log("??????"); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_33 = __this->get_U3CU3E4__this_1(); NullCheck(L_33); BluetoothAim_Log_m2A872FDE30A67C8BBAE995C765DEB403D2100A4D(L_33, _stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectFail); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_34 = __this->get_U3CU3E4__this_1(); NullCheck(L_34); BluetoothAim_SetStatus_m9728CA7EBF70DAB5A7A3AFA42E883E75EC7D7DBF(L_34, 4, /*hidden argument*/NULL); } IL_011b: { // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BluetoothAim/<>c__DisplayClass45_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0__ctor_m572D8A178BF46C5759F41AC88739AC6A1479467A (U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BluetoothAim/<>c__DisplayClass45_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0_U3CsendCMD_NotCheckU3Eb__0_mCB1D483B28D428AB45E4D37046E61A33D56983F0 (U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * __this, const RuntimeMethod* method) { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B3_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B2_0 = NULL; { // bool stopped = sendCMD_CheckAndDoStop(sequence); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = __this->get_U3CU3E4__this_0(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_1 = __this->get_sequence_1(); NullCheck(L_0); bool L_2; L_2 = BluetoothAim_sendCMD_CheckAndDoStop_mDA1407E64D55BB91570807718D9B72F17B6BCE14(L_0, L_1, /*hidden argument*/NULL); // if (!stopped) if (L_2) { goto IL_0040; } } { // isSendCmdLocked = false; BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_3 = __this->get_U3CU3E4__this_0(); NullCheck(L_3); L_3->set_isSendCmdLocked_21((bool)0); // cmdToSend.onComplete?.Invoke(); CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * L_4 = __this->get_cmdToSend_2(); NullCheck(L_4); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = L_4->get_onComplete_1(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = L_5; G_B2_0 = L_6; if (L_6) { G_B3_0 = L_6; goto IL_0030; } } { goto IL_0035; } IL_0030: { NullCheck(G_B3_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B3_0, /*hidden argument*/NULL); } IL_0035: { // sendCMD_CheckNext(); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_7 = __this->get_U3CU3E4__this_0(); NullCheck(L_7); BluetoothAim_sendCMD_CheckNext_mA756211F9D92C3576AB50D2030AC1F8A6D8D2158(L_7, /*hidden argument*/NULL); } IL_0040: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BluetoothAim/<>c__DisplayClass45_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_1__ctor_m4AADAD45FCF34E9A2003BDD56FB4F5DDFC22C0F8 (U3CU3Ec__DisplayClass45_1_t792B143F215F47FBDBAA14C7594907EB7D6FEEA9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BluetoothAim/<>c__DisplayClass45_1::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_1_U3CsendCMD_NotCheckU3Eb__1_m97F008154BDFC39118FBE2976BA000DA7ACD5038 (U3CU3Ec__DisplayClass45_1_t792B143F215F47FBDBAA14C7594907EB7D6FEEA9 * __this, const RuntimeMethod* method) { { // bool stopped = sendCMD_CheckAndDoStop(sequence); U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * L_0 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_0); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_1 = L_0->get_U3CU3E4__this_0(); U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * L_2 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_2); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3 = L_2->get_sequence_1(); NullCheck(L_1); bool L_4; L_4 = BluetoothAim_sendCMD_CheckAndDoStop_mDA1407E64D55BB91570807718D9B72F17B6BCE14(L_1, L_3, /*hidden argument*/NULL); // if (!stopped) WriteData(cmd); if (L_4) { goto IL_0033; } } { // if (!stopped) WriteData(cmd); U3CU3Ec__DisplayClass45_0_t0078BFBEC1159F21BD86AB139E7AC61D4EBB38C3 * L_5 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_5); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_6 = L_5->get_U3CU3E4__this_0(); String_t* L_7 = __this->get_cmd_0(); NullCheck(L_6); BluetoothAim_WriteData_mCDD206A6868D45DF9CB02D2F1A3528C6518A6A2C(L_6, L_7, /*hidden argument*/NULL); } IL_0033: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BluetoothAim/CmdToSend::.ctor(System.String[],System.Action,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmdToSend__ctor_m97DCC0BBE7E5EB8122B8ADE203860AD5779BCA2F (CmdToSend_tB9ECA9B4D30B8FF1CD9112D2FD712957A146AAC9 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___cmds0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onComplete1, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___canDo2, const RuntimeMethod* method) { { // public CmdToSend(string[] cmds, Action onComplete, Func canDo) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.cmds = cmds; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___cmds0; __this->set_cmds_0(L_0); // this.onComplete = onComplete; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = ___onComplete1; __this->set_onComplete_1(L_1); // this.canDo = canDo; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_2 = ___canDo2; __this->set_canDo_2(L_2); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BowCamera/BowCameraFixed::.ctor(BowCamera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCameraFixed__ctor_m0EA5E481FA08D71282AA204485E8505943188440 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ___bowCamera0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCameraFixed_LateUpdate_m0DD1356C6D4EBE83F0735DE7760A6F0F52A43017_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_mBAEE3A19BF233076F708B9E4EF8156ADFE992305_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mD00C34FDEA540382CC03C3E48009C270C13C6609_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D969C92EDBAD9730C5F6E8C8C5A89FB999B2813); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6); s_Il2CppMethodInitialized = true; } { // float[] rangeRotateY = { -80, 80 }; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)2); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (float)(-80.0f)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (float)(80.0f)); __this->set_rangeRotateY_7(L_2); // float rangeRotateX = 25; __this->set_rangeRotateX_8((25.0f)); // public int outBoundIndex = -1; //-1???? __this->set_outBoundIndex_11((-1)); // public BowCameraFixed(BowCamera bowCamera) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.bowCamera = bowCamera; BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_3 = ___bowCamera0; __this->set_bowCamera_4(L_3); // gameObject = new GameObject("BowCameraFixed"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_4, _stringLiteral6D969C92EDBAD9730C5F6E8C8C5A89FB999B2813, /*hidden argument*/NULL); __this->set_gameObject_0(L_4); // transform = gameObject.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_gameObject_0(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); __this->set_transform_1(L_6); // targetCamera = bowCamera.cameraComp; BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_7 = ___bowCamera0; NullCheck(L_7); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_8; L_8 = BowCamera_get_cameraComp_m7F7D5409F6C6EC67D8314904E2CE690ED96E3FC0(L_7, /*hidden argument*/NULL); __this->set_targetCamera_5(L_8); // camera = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_gameObject_0(); NullCheck(L_9); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_10; L_10 = GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mD00C34FDEA540382CC03C3E48009C270C13C6609(L_9, /*hidden argument*/GameObject_AddComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mD00C34FDEA540382CC03C3E48009C270C13C6609_RuntimeMethod_var); __this->set_camera_2(L_10); // camera.tag = "MainCamera"; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_11 = __this->get_camera_2(); NullCheck(L_11); Component_set_tag_m6E921BD86BD4A0B5114725FFF0CCD62F26BD7E81(L_11, _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6, /*hidden argument*/NULL); // camera.clearFlags = targetCamera.clearFlags; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_12 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_13 = __this->get_targetCamera_5(); NullCheck(L_13); int32_t L_14; L_14 = Camera_get_clearFlags_m7D0E7A0DBAB6A84B680EC09835AA2F081A17E0D7(L_13, /*hidden argument*/NULL); NullCheck(L_12); Camera_set_clearFlags_mE79A756CD7C9C84C86B6676F5C6342A45AE5F373(L_12, L_14, /*hidden argument*/NULL); // camera.backgroundColor = targetCamera.backgroundColor; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_15 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = __this->get_targetCamera_5(); NullCheck(L_16); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_17; L_17 = Camera_get_backgroundColor_m556B0BCFA01DC59AA6A3A4B27C9408C72C144FB5(L_16, /*hidden argument*/NULL); NullCheck(L_15); Camera_set_backgroundColor_m7083574094F4031F3289444E1AF4CBC4FEDACFCF(L_15, L_17, /*hidden argument*/NULL); // camera.cullingMask = targetCamera.cullingMask; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_18 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_19 = __this->get_targetCamera_5(); NullCheck(L_19); int32_t L_20; L_20 = Camera_get_cullingMask_m63492ED3AFA8F571FBED0B1729264A2E3BB64236(L_19, /*hidden argument*/NULL); NullCheck(L_18); Camera_set_cullingMask_mB4B1EE4C6CC355625EDE08EAF17E99DAB242E0CC(L_18, L_20, /*hidden argument*/NULL); // camera.fieldOfView = targetCamera.fieldOfView; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_21 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_22 = __this->get_targetCamera_5(); NullCheck(L_22); float L_23; L_23 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_22, /*hidden argument*/NULL); NullCheck(L_21); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_21, L_23, /*hidden argument*/NULL); // camera.nearClipPlane = targetCamera.nearClipPlane; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_24 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_25 = __this->get_targetCamera_5(); NullCheck(L_25); float L_26; L_26 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_25, /*hidden argument*/NULL); NullCheck(L_24); Camera_set_nearClipPlane_m4EA1D92F6E1D17E423EC036561E115F434DC2263(L_24, L_26, /*hidden argument*/NULL); // camera.depth = targetCamera.depth + 0.1f; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_27 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_28 = __this->get_targetCamera_5(); NullCheck(L_28); float L_29; L_29 = Camera_get_depth_m063B48665DB9226949AC3A615362EA20193B823D(L_28, /*hidden argument*/NULL); NullCheck(L_27); Camera_set_depth_m33DBE382C6A293EDFF50FF459CBAB2FD3B7F469C(L_27, ((float)il2cpp_codegen_add((float)L_29, (float)(0.100000001f))), /*hidden argument*/NULL); // camera.renderingPath = targetCamera.renderingPath; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_30 = __this->get_camera_2(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_31 = __this->get_targetCamera_5(); NullCheck(L_31); int32_t L_32; L_32 = Camera_get_renderingPath_m9E4313D0F05EDEA75B1154CCE05EB8F9FC0474CD(L_31, /*hidden argument*/NULL); NullCheck(L_30); Camera_set_renderingPath_mCB2BAB2434EEAE5C3B44083403B8D620414DFD86(L_30, L_32, /*hidden argument*/NULL); // targetBlur = bowCamera.GetComponent(); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_33 = ___bowCamera0; NullCheck(L_33); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_34; L_34 = Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A(L_33, /*hidden argument*/Component_GetComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_m33BD4A4115216800F6623CA6FEDD350A554D587A_RuntimeMethod_var); __this->set_targetBlur_6(L_34); // if (targetBlur) Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_35 = __this->get_targetBlur_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_36; L_36 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_01ab; } } { // blur = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37 = __this->get_gameObject_0(); NullCheck(L_37); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_38; L_38 = GameObject_AddComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_mBAEE3A19BF233076F708B9E4EF8156ADFE992305(L_37, /*hidden argument*/GameObject_AddComponent_TisBlur_t88174413F1D25CD87E10F2345BCBBFBFA529773B_mBAEE3A19BF233076F708B9E4EF8156ADFE992305_RuntimeMethod_var); __this->set_blur_3(L_38); // blur.enabled = targetBlur.enabled; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_39 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_40 = __this->get_targetBlur_6(); NullCheck(L_40); bool L_41; L_41 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_40, /*hidden argument*/NULL); NullCheck(L_39); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_39, L_41, /*hidden argument*/NULL); // blur.blurShader = targetBlur.blurShader; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_42 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_43 = __this->get_targetBlur_6(); NullCheck(L_43); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_44 = L_43->get_blurShader_6(); NullCheck(L_42); L_42->set_blurShader_6(L_44); // blur.blurSpread = targetBlur.blurSpread; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_45 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_46 = __this->get_targetBlur_6(); NullCheck(L_46); float L_47 = L_46->get_blurSpread_5(); NullCheck(L_45); L_45->set_blurSpread_5(L_47); // blur.iterations = targetBlur.iterations; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_48 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_49 = __this->get_targetBlur_6(); NullCheck(L_49); int32_t L_50 = L_49->get_iterations_4(); NullCheck(L_48); L_48->set_iterations_4(L_50); } IL_01ab: { // transform.parent = bowCamera.transform.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_51 = __this->get_transform_1(); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_52 = ___bowCamera0; NullCheck(L_52); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_53; L_53 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_52, /*hidden argument*/NULL); NullCheck(L_53); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_53, /*hidden argument*/NULL); NullCheck(L_51); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_51, L_54, /*hidden argument*/NULL); // transform.localPosition = bowCamera.transform.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_55 = __this->get_transform_1(); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_56 = ___bowCamera0; NullCheck(L_56); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_57; L_57 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_56, /*hidden argument*/NULL); NullCheck(L_57); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; L_58 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_57, /*hidden argument*/NULL); NullCheck(L_55); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_55, L_58, /*hidden argument*/NULL); // transform.localScale = bowCamera.transform.localScale; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_59 = __this->get_transform_1(); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_60 = ___bowCamera0; NullCheck(L_60); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_61; L_61 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_60, /*hidden argument*/NULL); NullCheck(L_61); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62; L_62 = Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046(L_61, /*hidden argument*/NULL); NullCheck(L_59); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_59, L_62, /*hidden argument*/NULL); // transform.localRotation = Quaternion.identity; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_63 = __this->get_transform_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_64; L_64 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); NullCheck(L_63); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_63, L_64, /*hidden argument*/NULL); // bowCamera.onAfterLateUpdate += LateUpdate; BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_65 = ___bowCamera0; BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_66 = L_65; NullCheck(L_66); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_67 = L_66->get_onAfterLateUpdate_15(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_68 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_68, __this, (intptr_t)((intptr_t)BowCameraFixed_LateUpdate_m0DD1356C6D4EBE83F0735DE7760A6F0F52A43017_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_69; L_69 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_67, L_68, /*hidden argument*/NULL); NullCheck(L_66); L_66->set_onAfterLateUpdate_15(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_69, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // bowCamera.AutoSwitchCamera(); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_70 = ___bowCamera0; NullCheck(L_70); BowCamera_AutoSwitchCamera_mD0CFC226BCEF552DF92F9EDD2553F075AE8D02F6(L_70, /*hidden argument*/NULL); // InitForLimitBound(); BowCameraFixed_InitForLimitBound_m84B111365FD6A596DE00AD9326CE36513E872261(__this, /*hidden argument*/NULL); // } return; } } // System.Void BowCamera/BowCameraFixed::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCameraFixed_LateUpdate_m0DD1356C6D4EBE83F0735DE7760A6F0F52A43017 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (gameObject.activeSelf) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_gameObject_0(); NullCheck(L_0); bool L_1; L_1 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { // CrossHair.ins.UpdatePostionWhenFixedCamera(); CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_2 = ((CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields*)il2cpp_codegen_static_fields_for(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_2); CrossHair_UpdatePostionWhenFixedCamera_m4C9EFF1CFF009496A0587280193D94DBF60FBC06(L_2, /*hidden argument*/NULL); } IL_0017: { // if (blur) Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_3 = __this->get_blur_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0089; } } { // blur.enabled = targetBlur.enabled; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_5 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_6 = __this->get_targetBlur_6(); NullCheck(L_6); bool L_7; L_7 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_6, /*hidden argument*/NULL); NullCheck(L_5); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_5, L_7, /*hidden argument*/NULL); // if (blur.enabled) Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_8 = __this->get_blur_3(); NullCheck(L_8); bool L_9; L_9 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0089; } } { // blur.blurShader = targetBlur.blurShader; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_10 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_11 = __this->get_targetBlur_6(); NullCheck(L_11); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_12 = L_11->get_blurShader_6(); NullCheck(L_10); L_10->set_blurShader_6(L_12); // blur.blurSpread = targetBlur.blurSpread; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_13 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_14 = __this->get_targetBlur_6(); NullCheck(L_14); float L_15 = L_14->get_blurSpread_5(); NullCheck(L_13); L_13->set_blurSpread_5(L_15); // blur.iterations = targetBlur.iterations; Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_16 = __this->get_blur_3(); Blur_t88174413F1D25CD87E10F2345BCBBFBFA529773B * L_17 = __this->get_targetBlur_6(); NullCheck(L_17); int32_t L_18 = L_17->get_iterations_4(); NullCheck(L_16); L_16->set_iterations_4(L_18); } IL_0089: { // } return; } } // System.Void BowCamera/BowCameraFixed::InitForLimitBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BowCameraFixed_InitForLimitBound_m84B111365FD6A596DE00AD9326CE36513E872261 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // for (int i = (int)rangeRotateY[0]; i < 0; i++) SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = __this->get_rangeRotateY_7(); NullCheck(L_0); int32_t L_1 = 0; float L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int32_t)((int32_t)L_2)); goto IL_0070; } IL_000c: { // Vector3 pos = transform.position + Quaternion.AngleAxis(i, Vector3.up) * transform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_transform_1(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); int32_t L_5 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7; L_7 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)((float)L_5)), L_6, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = __this->get_transform_1(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_7, L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_4, L_10, /*hidden argument*/NULL); V_1 = L_11; // pos = camera.WorldToViewportPoint(pos); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_12 = __this->get_camera_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_1; NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_12, L_13, /*hidden argument*/NULL); V_1 = L_14; // if (pos.x >= 0) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_1; float L_16 = L_15.get_x_2(); if ((!(((float)L_16) >= ((float)(0.0f))))) { goto IL_006c; } } { // rangeRotateY[0] = i; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_17 = __this->get_rangeRotateY_7(); int32_t L_18 = V_0; NullCheck(L_17); (L_17)->SetAt(static_cast(0), (float)((float)((float)L_18))); // rangeRotateY[1] = -i - 4; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_19 = __this->get_rangeRotateY_7(); int32_t L_20 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(1), (float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((-L_20)), (int32_t)4))))); // break; goto IL_0074; } IL_006c: { // for (int i = (int)rangeRotateY[0]; i < 0; i++) int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0070: { // for (int i = (int)rangeRotateY[0]; i < 0; i++) int32_t L_22 = V_0; if ((((int32_t)L_22) < ((int32_t)0))) { goto IL_000c; } } IL_0074: { // rangeRotateX = camera.fieldOfView / 2; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_23 = __this->get_camera_2(); NullCheck(L_23); float L_24; L_24 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_23, /*hidden argument*/NULL); __this->set_rangeRotateX_8(((float)((float)L_24/(float)(2.0f)))); // vecF = Quaternion.AngleAxis(rangeRotateX, Vector3.right) * Vector3.forward; float L_25 = __this->get_rangeRotateX_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_25, L_26, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_27, L_28, /*hidden argument*/NULL); __this->set_vecF_9(L_29); // vecU = Quaternion.AngleAxis(rangeRotateX, Vector3.right) * Vector3.up; float L_30 = __this->get_rangeRotateX_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_32; L_32 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_30, L_31, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_32, L_33, /*hidden argument*/NULL); __this->set_vecU_10(L_34); // } return; } } // UnityEngine.Vector3 BowCamera/BowCameraFixed::LimitBowAngle(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E BowCameraFixed_LimitBowAngle_m3A22FDA38C0672867AD64A16FFF50787735ACBA5 (BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___outAngle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float G_B2_0 = 0.0f; float G_B1_0 = 0.0f; int32_t G_B3_0 = 0; float G_B3_1 = 0.0f; { // float angleY = outAngle.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___outAngle0; float L_1 = L_0.get_y_3(); V_0 = L_1; // float angleX = outAngle.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___outAngle0; float L_3 = L_2.get_x_2(); V_1 = L_3; // outAngle.y = Mathf.Clamp(angleY, rangeRotateY[0], rangeRotateY[1]); float L_4 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = __this->get_rangeRotateY_7(); NullCheck(L_5); int32_t L_6 = 0; float L_7 = (L_5)->GetAt(static_cast(L_6)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = __this->get_rangeRotateY_7(); NullCheck(L_8); int32_t L_9 = 1; float L_10 = (L_8)->GetAt(static_cast(L_9)); float L_11; L_11 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_4, L_7, L_10, /*hidden argument*/NULL); (&___outAngle0)->set_y_3(L_11); // Vector3 vec = Quaternion.AngleAxis(outAngle.y, vecU) * vecF; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___outAngle0; float L_13 = L_12.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = __this->get_vecU_10(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15; L_15 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_13, L_14, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = __this->get_vecF_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_15, L_16, /*hidden argument*/NULL); // float rx = (float)(Math.Asin(vec.y) / Math.PI * 180) * (angleX < 0 ? 1 : -1); float L_18 = L_17.get_y_3(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_19; L_19 = asin(((double)((double)L_18))); float L_20 = V_1; G_B1_0 = ((float)((float)((double)il2cpp_codegen_multiply((double)((double)((double)L_19/(double)(3.1415926535897931))), (double)(180.0))))); if ((((float)L_20) < ((float)(0.0f)))) { G_B2_0 = ((float)((float)((double)il2cpp_codegen_multiply((double)((double)((double)L_19/(double)(3.1415926535897931))), (double)(180.0))))); goto IL_0072; } } { G_B3_0 = (-1); G_B3_1 = G_B1_0; goto IL_0073; } IL_0072: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0073: { V_2 = ((float)il2cpp_codegen_multiply((float)G_B3_1, (float)((float)((float)G_B3_0)))); // if (angleY < rangeRotateY[0]) outBoundIndex = 0; float L_21 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_22 = __this->get_rangeRotateY_7(); NullCheck(L_22); int32_t L_23 = 0; float L_24 = (L_22)->GetAt(static_cast(L_23)); if ((!(((float)L_21) < ((float)L_24)))) { goto IL_008a; } } { // if (angleY < rangeRotateY[0]) outBoundIndex = 0; __this->set_outBoundIndex_11(0); goto IL_00ca; } IL_008a: { // else if (angleY > rangeRotateY[1]) outBoundIndex = 1; float L_25 = V_0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_26 = __this->get_rangeRotateY_7(); NullCheck(L_26); int32_t L_27 = 1; float L_28 = (L_26)->GetAt(static_cast(L_27)); if ((!(((float)L_25) > ((float)L_28)))) { goto IL_009e; } } { // else if (angleY > rangeRotateY[1]) outBoundIndex = 1; __this->set_outBoundIndex_11(1); goto IL_00ca; } IL_009e: { // else if (angleX < -rangeRotateX) outBoundIndex = 2; float L_29 = V_1; float L_30 = __this->get_rangeRotateX_8(); if ((!(((float)L_29) < ((float)((-L_30)))))) { goto IL_00b1; } } { // else if (angleX < -rangeRotateX) outBoundIndex = 2; __this->set_outBoundIndex_11(2); goto IL_00ca; } IL_00b1: { // else if (angleX > rangeRotateX) outBoundIndex = 3; float L_31 = V_1; float L_32 = __this->get_rangeRotateX_8(); if ((!(((float)L_31) > ((float)L_32)))) { goto IL_00c3; } } { // else if (angleX > rangeRotateX) outBoundIndex = 3; __this->set_outBoundIndex_11(3); goto IL_00ca; } IL_00c3: { // else outBoundIndex = -1; __this->set_outBoundIndex_11((-1)); } IL_00ca: { // if (Mathf.Abs(angleX) > Mathf.Abs(rx)) float L_33 = V_1; float L_34; L_34 = fabsf(L_33); float L_35 = V_2; float L_36; L_36 = fabsf(L_35); if ((!(((float)L_34) > ((float)L_36)))) { goto IL_00e0; } } { // outAngle.x = rx; float L_37 = V_2; (&___outAngle0)->set_x_2(L_37); } IL_00e0: { // return outAngle; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = ___outAngle0; return L_38; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 CanvasBlock/CanvasBlockComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasBlockComparer_Compare_m14CC513E89A687C21CDF9A6C0AAAE3E63F916FFF (CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return ((CanvasBlock) b).GetComponent().sortingOrder - ((CanvasBlock) a).GetComponent().sortingOrder; RuntimeObject * L_0 = ___b1; NullCheck(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_0, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_1; L_1 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_0, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var)), /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); NullCheck(L_1); int32_t L_2; L_2 = Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4(L_1, /*hidden argument*/NULL); RuntimeObject * L_3 = ___a0; NullCheck(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_3, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var))); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_4; L_4 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(((CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93 *)CastclassClass((RuntimeObject*)L_3, CanvasBlock_t9C3EB0D47C753B50EA336D4AD38F75E0DBDD6E93_il2cpp_TypeInfo_var)), /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); NullCheck(L_4); int32_t L_5; L_5 = Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4(L_4, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_5)); } } // System.Void CanvasBlock/CanvasBlockComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasBlockComparer__ctor_m15AFD91C6DD9F673BD35BACD55B8B0431BBC39B6 (CanvasBlockComparer_t0A13E867016411DEAECC7FEA6D821B821BE8BE2F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CaptchaController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1__ctor_m384017376D6214F4D2CB1EA1192812A72BCCCF02 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void CaptchaController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1_System_IDisposable_Dispose_mB14B7995E34799156CEADC2B88C2C626E2FCBB85 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CGetCaptchaU3Ed__1_U3CU3Em__Finally1_m94610C21356AE24CB3BCC0B726A12E520E49851F(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean CaptchaController/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetCaptchaU3Ed__1_MoveNext_m70C8916EAB213E11D8EAE03C8891A63A48265CDF (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral224CFDC15B98A4A89A36ADDFAD983ED0488AF665); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8C448612146FDC2F42CB0DFA8CF3493C7F443B4); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * V_2 = NULL; int32_t V_3 = 0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * V_4 = NULL; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * L_1 = __this->get_U3CU3E4__this_3(); V_2 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001f; } } IL_0011: { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00f3; } } IL_0018: { V_0 = (bool)0; goto IL_017d; } IL_001f: { __this->set_U3CU3E1__state_0((-1)); // if (targetRenderImage.sprite == null) { Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_4 = __this->get_targetRenderImage_2(); NullCheck(L_4); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_5; L_5 = Image_get_sprite_mA6FB016B4E3FE5EFFAE4B3AEE2D2DF89C61E0AF3_inline(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_007d; } } IL_0039: { // int codeA = builtInCaptchaList[UnityEngine.Random.Range(0, 3)]; CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * L_7 = V_2; NullCheck(L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7->get_builtInCaptchaList_1(); int32_t L_9; L_9 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(0, 3, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; // targetRenderImage.sprite = Resources.Load("Captcha/" + codeA); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_12 = __this->get_targetRenderImage_2(); String_t* L_13; L_13 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralD8C448612146FDC2F42CB0DFA8CF3493C7F443B4, L_13, /*hidden argument*/NULL); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_15; L_15 = Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413(L_14, /*hidden argument*/Resources_Load_TisSprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9_mD50714FA371E12743B01E971427E7BD2A2875413_RuntimeMethod_var); NullCheck(L_12); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_12, L_15, /*hidden argument*/NULL); // if (cb != null) cb(codeA); Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_16 = __this->get_cb_4(); if (!L_16) { goto IL_007d; } } IL_0071: { // if (cb != null) cb(codeA); Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_17 = __this->get_cb_4(); int32_t L_18 = V_3; NullCheck(L_17); Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD(L_17, L_18, /*hidden argument*/Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_RuntimeMethod_var); } IL_007d: { // int code = UnityEngine.Random.Range(1000, 10000); int32_t L_19; L_19 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(((int32_t)1000), ((int32_t)10000), /*hidden argument*/NULL); __this->set_U3CcodeU3E5__2_5(L_19); // using (UnityWebRequest uwr = new UnityWebRequest(CommonConfig.gateServerURL + "/api/createCaptcha?code=" + code, UnityWebRequest.kHttpVerbGET)) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_20; L_20 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); int32_t* L_21 = __this->get_address_of_U3CcodeU3E5__2_5(); String_t* L_22; L_22 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_21, /*hidden argument*/NULL); String_t* L_23; L_23 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_20, _stringLiteral224CFDC15B98A4A89A36ADDFAD983ED0488AF665, L_22, /*hidden argument*/NULL); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_24 = (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)il2cpp_codegen_object_new(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_il2cpp_TypeInfo_var); UnityWebRequest__ctor_mC2ED369A4ACE53AFF2E70A38BE95EB48D68D4975(L_24, L_23, _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6, /*hidden argument*/NULL); __this->set_U3CuwrU3E5__3_6(L_24); __this->set_U3CU3E1__state_0(((int32_t)-3)); // uwr.downloadHandler = new DownloadHandlerTexture(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_25 = __this->get_U3CuwrU3E5__3_6(); DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142 * L_26 = (DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142 *)il2cpp_codegen_object_new(DownloadHandlerTexture_tA2708E80049AA58E9B0DBE9F5325CC9A1B487142_il2cpp_TypeInfo_var); DownloadHandlerTexture__ctor_m41A122F8C1E53E04BE0608574E22F37E7E11A503(L_26, /*hidden argument*/NULL); NullCheck(L_25); UnityWebRequest_set_downloadHandler_m7496D2C5F755BEB68651A4F33EA9BDA319D092C2(L_25, L_26, /*hidden argument*/NULL); // yield return uwr.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_27 = __this->get_U3CuwrU3E5__3_6(); NullCheck(L_27); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_28; L_28 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_27, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_28); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_017d; } IL_00f3: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // Texture2D texture = DownloadHandlerTexture.GetContent(uwr); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_29 = __this->get_U3CuwrU3E5__3_6(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_30; L_30 = DownloadHandlerTexture_GetContent_m7CB6BFDD4B9E159B2BB46684707DFA9668AC21E6(L_29, /*hidden argument*/NULL); V_4 = L_30; // Sprite sprite = Sprite.Create(texture, new Rect(0, 0, texture.width, texture.height), new Vector2(0.5f, 0.5f)); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_31 = V_4; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_32 = V_4; NullCheck(L_32); int32_t L_33; L_33 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_32); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_34 = V_4; NullCheck(L_34); int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_34); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_36; memset((&L_36), 0, sizeof(L_36)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_36), (0.0f), (0.0f), ((float)((float)L_33)), ((float)((float)L_35)), /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_37; memset((&L_37), 0, sizeof(L_37)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_37), (0.5f), (0.5f), /*hidden argument*/NULL); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_38; L_38 = Sprite_Create_m9817936760193300A6049A788C3446C7ADB49C6B(L_31, L_36, L_37, /*hidden argument*/NULL); V_5 = L_38; // targetRenderImage.sprite = sprite; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_39 = __this->get_targetRenderImage_2(); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_40 = V_5; NullCheck(L_39); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_39, L_40, /*hidden argument*/NULL); // if (cb != null) cb(code); Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_41 = __this->get_cb_4(); if (!L_41) { goto IL_0165; } } IL_0154: { // if (cb != null) cb(code); Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * L_42 = __this->get_cb_4(); int32_t L_43 = __this->get_U3CcodeU3E5__2_5(); NullCheck(L_42); Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD(L_42, L_43, /*hidden argument*/Action_1_Invoke_m4694179F60041292CB92B98CB3A01F7997E16ADD_RuntimeMethod_var); } IL_0165: { // } U3CGetCaptchaU3Ed__1_U3CU3Em__Finally1_m94610C21356AE24CB3BCC0B726A12E520E49851F(__this, /*hidden argument*/NULL); __this->set_U3CuwrU3E5__3_6((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_017d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0176; } FAULT_0176: {// begin fault (depth: 1) U3CGetCaptchaU3Ed__1_System_IDisposable_Dispose_mB14B7995E34799156CEADC2B88C2C626E2FCBB85(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(374) }// end fault IL2CPP_CLEANUP(374) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_017d: { bool L_44 = V_0; return L_44; } } // System.Void CaptchaController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1_U3CU3Em__Finally1_m94610C21356AE24CB3BCC0B726A12E520E49851F (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CuwrU3E5__3_6(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CuwrU3E5__3_6(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object CaptchaController/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetCaptchaU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mDB167D3EE3A6F5E183379D9FB528C0224CF7A876 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void CaptchaController/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetCaptchaU3Ed__1_System_Collections_IEnumerator_Reset_m2DDBADA2C2D724267A69C7C8286E18B514BDE9B0 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetCaptchaU3Ed__1_System_Collections_IEnumerator_Reset_m2DDBADA2C2D724267A69C7C8286E18B514BDE9B0_RuntimeMethod_var))); } } // System.Object CaptchaController/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetCaptchaU3Ed__1_System_Collections_IEnumerator_get_Current_mD1F0BAFA518BA64159E74D7EDD1595B1CE6F7033 (U3CGetCaptchaU3Ed__1_t08EB0547F870C299FF2B6ADEA581B60DA25182D1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuffer16__ctor_m20C4457E92469F25957B1F42EF69B9B1E579E5D9 (ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal ListBuffer16() MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); // TlsUtilities.WriteUint16(0, this); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(0, __this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateUrl/ListBuffer16::EncodeTo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBuffer16_EncodeTo_m2FD035495489409A5264F10C41EDC9CA38A27019 (ListBuffer16_t4D9A3D8FB37D4F8569D7AFC112A506EE25953319 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // long length = Length - 2; int64_t L_0; L_0 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, __this); // TlsUtilities.CheckUint16(length); int64_t L_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)((int64_t)((int64_t)2)))); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint16_m4FC1E9DBDFD168A951B8B67BEE54B5DC8103C782(L_1, /*hidden argument*/NULL); // this.Position = 0; VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, __this, ((int64_t)((int64_t)0))); // TlsUtilities.WriteUint16((int)length, this); TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(((int32_t)((int32_t)L_1)), __this, /*hidden argument*/NULL); // Streams.WriteBufTo(this, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___output0; Streams_WriteBufTo_m1F1A2184DB31498E911F78589909551BE67E0863(__this, L_2, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(this); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ChallengeTargetForResetView/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m977CCB99D5E1621D8050EA9F6A33CE0C6B5311C9 (U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void ChallengeTargetForResetView/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CShowU3Eb__0_m8DBFEB6A971DC784228DB8E45E21A75E0FCC64FD (U3CU3Ec__DisplayClass4_0_tD1E592B12D8B494AD73B9781C0777010292B2DF4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // seq_ShowToHide = null; IL2CPP_RUNTIME_CLASS_INIT(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var); ((ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeTargetForResetView_t05E20C40A13EA59E3B583A1934DB2C472086D754_il2cpp_TypeInfo_var))->set_seq_ShowToHide_5((Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *)NULL); // myGameObject.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_myGameObject_0(); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthEnvelopedSecureReadable__ctor_m114668FB78A0EAABA3F1130B4045A5803B2EEF86 (AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 * __this, CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * ___parent0, const RuntimeMethod* method) { { // internal AuthEnvelopedSecureReadable(CmsAuthEnvelopedData parent) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.parent = parent; CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * L_0 = ___parent0; __this->set_parent_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AuthEnvelopedSecureReadable_get_Algorithm_m78EEBDDC2C617CD2AB0D7699D06517CF3AD102B2 (AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 * __this, const RuntimeMethod* method) { { // get { return parent.authEncAlg; } CmsAuthEnvelopedData_t5CF2BEAB3D08B47ECD8D6DEF25C5404F460DF8B3 * L_0 = __this->get_parent_0(); NullCheck(L_0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = L_0->get_authEncAlg_3(); return L_1; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::get_CryptoObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AuthEnvelopedSecureReadable_get_CryptoObject_m66B669D7D3B1973C389D1D4DF2EEFC7B7482F07F (AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 * __this, const RuntimeMethod* method) { { // get { return null; } return NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthEnvelopedData/AuthEnvelopedSecureReadable::GetReadable(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AuthEnvelopedSecureReadable_GetReadable_m68C0DAD65C9A777440139B592B2256CFF26A3289 (AuthEnvelopedSecureReadable_t0490C43A7C0E555C113AE3D8EA185E6C429A61F1 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key0, const RuntimeMethod* method) { { // throw new CmsException("AuthEnveloped data decryption not yet implemented"); CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_0 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m3FAFC1C6647EE071C3D9770E42ED15956D8C2E37(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral873F8C2488A4E5CEF554C0C433B6B744C63CD9D7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthEnvelopedSecureReadable_GetReadable_m68C0DAD65C9A777440139B592B2256CFF26A3289_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataOutputStream__ctor_m4BF28B9431AB39C51C7E54F388ED5261F7C7D8FF (CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___macStream0, RuntimeObject* ___mac1, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___authGen3, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen4, const RuntimeMethod* method) { { // public CmsAuthenticatedDataOutputStream( // Stream macStream, // IMac mac, // BerSequenceGenerator cGen, // BerSequenceGenerator authGen, // BerSequenceGenerator eiGen) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // this.macStream = macStream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___macStream0; __this->set_macStream_6(L_0); // this.mac = mac; RuntimeObject* L_1 = ___mac1; __this->set_mac_7(L_1); // this.cGen = cGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = ___cGen2; __this->set_cGen_8(L_2); // this.authGen = authGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_3 = ___authGen3; __this->set_authGen_9(L_3); // this.eiGen = eiGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = ___eiGen4; __this->set_eiGen_10(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataOutputStream_WriteByte_m96793F03A23F961B92735D17F98BA79CF9B1B05E (CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 * __this, uint8_t ___b0, const RuntimeMethod* method) { { // macStream.WriteByte(b); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_macStream_6(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataOutputStream_Write_m07ED5217E3AC5129A5516E4971DAEBEB4382CADE (CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // macStream.Write(bytes, off, len); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_macStream_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator/CmsAuthenticatedDataOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedDataOutputStream_Close_m07E45FE050DC418196786E2623C22935AB0F21E9 (CmsAuthenticatedDataOutputStream_tCCC4DF128636EA6E142D839528DA85EE95BE3419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(macStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_macStream_6(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // eiGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = __this->get_eiGen_10(); NullCheck(L_1); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_1); // byte[] macOctets = MacUtilities.DoFinal(mac); RuntimeObject* L_2 = __this->get_mac_7(); IL2CPP_RUNTIME_CLASS_INIT(MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = MacUtilities_DoFinal_m07D2EDE7426AE8B7BB98545CFE3D0CB03393A7D4(L_2, /*hidden argument*/NULL); V_0 = L_3; // authGen.AddObject(new DerOctetString(macOctets)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = __this->get_authGen_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_6 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_4, L_6); // authGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_7 = __this->get_authGen_9(); NullCheck(L_7); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_7); // cGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_8 = __this->get_cGen_8(); NullCheck(L_8); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_8); // base.Close(); BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZOutputStream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedOutputStream__ctor_m1CDD96D97B832E973578F5DD85D6E5701DEDB18D (CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 * __this, ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * ___outStream0, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___sGen1, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen3, const RuntimeMethod* method) { { // internal CmsCompressedOutputStream( // ZOutputStream outStream, // BerSequenceGenerator sGen, // BerSequenceGenerator cGen, // BerSequenceGenerator eiGen) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // _out = outStream; ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_0 = ___outStream0; __this->set__out_6(L_0); // _sGen = sGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = ___sGen1; __this->set__sGen_7(L_1); // _cGen = cGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = ___cGen2; __this->set__cGen_8(L_2); // _eiGen = eiGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_3 = ___eiGen3; __this->set__eiGen_9(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedOutputStream_WriteByte_m5E9148DD3C3BB5310543B2BB69B0A4AFAB9E4D26 (CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 * __this, uint8_t ___b0, const RuntimeMethod* method) { { // _out.WriteByte(b); ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_0 = __this->get__out_6(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedOutputStream_Write_mD3E317EF116135739B3BFA2D0A3574A976238198 (CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // _out.Write(bytes, off, len); ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_0 = __this->get__out_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator/CmsCompressedOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsCompressedOutputStream_Close_m92D7A9508BA1C85FA7C2B05BB60C6938C7B19898 (CmsCompressedOutputStream_t37C85114A7E4BD7C07195FF8FF2B5A05864FFB89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(_out); ZOutputStream_tC18E76CC9549F21AC543491E55ACCD9A7C76D5D5 * L_0 = __this->get__out_6(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // _eiGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = __this->get__eiGen_9(); NullCheck(L_1); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_1); // _cGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = __this->get__cGen_8(); NullCheck(L_2); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_2); // _sGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_3 = __this->get__sGen_7(); NullCheck(L_3); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_3); // base.Close(); BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.CipherStream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataOutputStream__ctor_m9678840AC5C8EAE913B847059F42CD6CD85E2A7B (CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 * __this, CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * ___outer0, CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * ___outStream1, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___cGen2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___envGen3, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen4, const RuntimeMethod* method) { { // public CmsEnvelopedDataOutputStream( // CmsEnvelopedGenerator outer, // CipherStream outStream, // BerSequenceGenerator cGen, // BerSequenceGenerator envGen, // BerSequenceGenerator eiGen) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // _outer = outer; CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * L_0 = ___outer0; __this->set__outer_6(L_0); // _out = outStream; CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_1 = ___outStream1; __this->set__out_7(L_1); // _cGen = cGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_2 = ___cGen2; __this->set__cGen_8(L_2); // _envGen = envGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_3 = ___envGen3; __this->set__envGen_9(L_3); // _eiGen = eiGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = ___eiGen4; __this->set__eiGen_10(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataOutputStream_WriteByte_mC863A7D80EE57B109FFE9C39A6566DB4380CF3DE (CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 * __this, uint8_t ___b0, const RuntimeMethod* method) { { // _out.WriteByte(b); CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_0 = __this->get__out_7(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataOutputStream_Write_mC5CD47E2F61BEF9DC47FC8FF0F9C1E37AA95C189 (CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // _out.Write(bytes, off, len); CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_0 = __this->get__out_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator/CmsEnvelopedDataOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedDataOutputStream_Close_m05F6DE76F2FA146DD32B8AD65D0CB4745B011135 (CmsEnvelopedDataOutputStream_t7C5D5E0E3F91DCA021522C990C25B4B84ECD4333 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_0 = NULL; { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(_out); CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_0 = __this->get__out_7(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // _eiGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = __this->get__eiGen_10(); NullCheck(L_1); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_1); // if (_outer.unprotectedAttributeGenerator != null) CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * L_2 = __this->get__outer_6(); NullCheck(L_2); RuntimeObject* L_3 = L_2->get_unprotectedAttributeGenerator_24(); if (!L_3) { goto IL_0056; } } { // Asn1.Cms.AttributeTable attrTable = _outer.unprotectedAttributeGenerator.GetAttributes(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable()); CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * L_4 = __this->get__outer_6(); NullCheck(L_4); RuntimeObject* L_5 = L_4->get_unprotectedAttributeGenerator_24(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); NullCheck(L_5); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_7; L_7 = InterfaceFuncInvoker1< AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) */, CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var, L_5, L_6); // Asn1Set unprotectedAttrs = new BerSet(attrTable.ToAsn1EncodableVector()); NullCheck(L_7); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8; L_8 = AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396(L_7, /*hidden argument*/NULL); BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * L_9 = (BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC *)il2cpp_codegen_object_new(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var); BerSet__ctor_m3E3F8B7FEFC077FBAC710FAABB29FC9398AA2283(L_9, L_8, /*hidden argument*/NULL); V_0 = L_9; // _envGen.AddObject(new DerTaggedObject(false, 1, unprotectedAttrs)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_10 = __this->get__envGen_9(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_11 = V_0; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_12 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_12, (bool)0, 1, L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_10, L_12); } IL_0056: { // _envGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_13 = __this->get__envGen_9(); NullCheck(L_13); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_13); // _cGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_14 = __this->get__cGen_8(); NullCheck(L_14); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_14); // base.Close(); BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsAuthenticatedSecureReadable__ctor_m26919C3D07B61408BBB86DDD3B247663EECA1CA6 (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm0, RuntimeObject* ___readable1, const RuntimeMethod* method) { { // internal CmsAuthenticatedSecureReadable(AlgorithmIdentifier algorithm, CmsReadable readable) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.algorithm = algorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___algorithm0; __this->set_algorithm_0(L_0); // this.readable = readable; RuntimeObject* L_1 = ___readable1; __this->set_readable_2(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsAuthenticatedSecureReadable_get_Algorithm_m76FA7E1E6388CC00E6E3D752C74F9586A7DD5EAA (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * __this, const RuntimeMethod* method) { { // get { return this.algorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algorithm_0(); return L_0; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::get_CryptoObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CmsAuthenticatedSecureReadable_get_CryptoObject_mDEEB622F60BE791EBACFF326987FA07BD77E672C (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * __this, const RuntimeMethod* method) { { // get { return this.mac; } RuntimeObject* L_0 = __this->get_mac_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsAuthenticatedSecureReadable::GetReadable(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsAuthenticatedSecureReadable_GetReadable_m60490A35A0CCE45C23C15CD4E4E424265D91D4B7 (CmsAuthenticatedSecureReadable_t672F7326123CBD7AB4B3B98035901BE42557D811 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___sKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_1 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_2 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_3 = NULL; RuntimeObject* V_4 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // string macAlg = this.algorithm.Algorithm.Id; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algorithm_0(); NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0011: try {// begin try (depth: 1) // this.mac = MacUtilities.GetMac(macAlg); String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = MacUtilities_GetMac_m0134FE4EB92D450E3FDA036E2215C0B781379345(L_3, /*hidden argument*/NULL); __this->set_mac_1(L_4); // mac.Init(sKey); RuntimeObject* L_5 = __this->get_mac_1(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6 = ___sKey0; NullCheck(L_5); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_5, L_6); // } goto IL_0052; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0038; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0045; } throw e; } CATCH_002b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_1 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("couldn't create cipher.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_7 = V_1; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_8 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedSecureReadable_GetReadable_m60490A35A0CCE45C23C15CD4E4E424265D91D4B7_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0038: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_2 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key invalid in message.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_9 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_10 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedSecureReadable_GetReadable_m60490A35A0CCE45C23C15CD4E4E424265D91D4B7_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0045: {// begin catch(System.IO.IOException) // catch (IOException e) V_3 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("error decoding algorithm parameters.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = V_3; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_12 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0C9DB2705EE0F6AC912E13F25E412426A7F733)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedSecureReadable_GetReadable_m60490A35A0CCE45C23C15CD4E4E424265D91D4B7_RuntimeMethod_var))); }// end catch (depth: 1) IL_0052: { } IL_0053: try {// begin try (depth: 1) // return new CmsProcessableInputStream( // new TeeInputStream( // readable.GetInputStream(), // new MacSink(this.mac))); RuntimeObject* L_13 = __this->get_readable_2(); NullCheck(L_13); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable::GetInputStream() */, CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61_il2cpp_TypeInfo_var, L_13); RuntimeObject* L_15 = __this->get_mac_1(); MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F * L_16 = (MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F *)il2cpp_codegen_object_new(MacSink_tBB25A12C722A336BA7BC8EB790E0F2BD635B297F_il2cpp_TypeInfo_var); MacSink__ctor_mEB685E164599ADAA2F7C0AFA39C6CD6A6491832B(L_16, L_15, /*hidden argument*/NULL); TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C * L_17 = (TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C *)il2cpp_codegen_object_new(TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C_il2cpp_TypeInfo_var); TeeInputStream__ctor_mCE28725FEC10FA7EA1C3BFD80A7E1DE25FEA347B(L_17, L_14, L_16, /*hidden argument*/NULL); CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * L_18 = (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 *)il2cpp_codegen_object_new(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288(L_18, L_17, /*hidden argument*/NULL); V_4 = L_18; goto IL_0086; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.IO.IOException) // catch (IOException e) V_5 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("error reading content.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_19 = V_5; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_20 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFBD054AD0CB7C4931A2914B1F7AFE9362D2BB69)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsAuthenticatedSecureReadable_GetReadable_m60490A35A0CCE45C23C15CD4E4E424265D91D4B7_RuntimeMethod_var))); }// end catch (depth: 1) IL_0086: { // } RuntimeObject* L_21 = V_4; return L_21; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedSecureReadable__ctor_m0EF0DFF1088A56246B672A0ABB39494E73592FEB (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algorithm0, RuntimeObject* ___readable1, const RuntimeMethod* method) { { // internal CmsEnvelopedSecureReadable(AlgorithmIdentifier algorithm, CmsReadable readable) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.algorithm = algorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___algorithm0; __this->set_algorithm_0(L_0); // this.readable = readable; RuntimeObject* L_1 = ___readable1; __this->set_readable_2(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsEnvelopedSecureReadable_get_Algorithm_mA6EAF724824C45D2BFE86A175C64CAA5F039AB7C (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * __this, const RuntimeMethod* method) { { // get { return this.algorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algorithm_0(); return L_0; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::get_CryptoObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CmsEnvelopedSecureReadable_get_CryptoObject_m9B9FD7302A8B0AEB4902DF1CE686EBBE945396E8 (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * __this, const RuntimeMethod* method) { { // get { return this.cipher; } RuntimeObject* L_0 = __this->get_cipher_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper/CmsEnvelopedSecureReadable::GetReadable(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsEnvelopedSecureReadable_GetReadable_m48D7B756BD03899EAFDD26368AFAA5AC8A892B24 (CmsEnvelopedSecureReadable_t4AB54CCF6CAE3BFAE86BC20DB7BED44A7496EC71 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___sKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_4 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_5 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_6 = NULL; RuntimeObject* V_7 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * G_B3_0 = NULL; IL_0000: try {// begin try (depth: 1) { // this.cipher = CipherUtilities.GetCipher(this.algorithm.Algorithm); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algorithm_0(); NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = CipherUtilities_GetCipher_m5F84B3E44197913435F2CEC788FC3C0C3E193284(L_1, /*hidden argument*/NULL); __this->set_cipher_1(L_2); // Asn1Encodable asn1Enc = this.algorithm.Parameters; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = __this->get_algorithm_0(); NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_3); V_0 = L_4; // Asn1Object asn1Params = asn1Enc == null ? null : asn1Enc.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = V_0; if (!L_5) { goto IL_002d; } } IL_0025: { Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_0; NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_6); G_B3_0 = L_7; goto IL_002e; } IL_002d: { G_B3_0 = ((Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)(NULL)); } IL_002e: { V_1 = G_B3_0; // ICipherParameters cipherParameters = sKey; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_8 = ___sKey0; V_2 = L_8; // if (asn1Params != null && !(asn1Params is Asn1Null)) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9 = V_1; if (!L_9) { goto IL_0051; } } IL_0034: { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10 = V_1; if (((Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC *)IsInstClass((RuntimeObject*)L_10, Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC_il2cpp_TypeInfo_var))) { goto IL_0051; } } IL_003c: { // cipherParameters = ParameterUtilities.GetCipherParameters( // this.algorithm.Algorithm, cipherParameters, asn1Params); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11 = __this->get_algorithm_0(); NullCheck(L_11); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12; L_12 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_11); RuntimeObject* L_13 = V_2; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = ParameterUtilities_GetCipherParameters_m45BAAB64F5E8DEEEAFB4BC147909CBBFEC9AE012(L_12, L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; // } goto IL_0096; } IL_0051: { // string alg = this.algorithm.Algorithm.Id; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_16 = __this->get_algorithm_0(); NullCheck(L_16); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17; L_17 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_16); NullCheck(L_17); String_t* L_18; L_18 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_17, /*hidden argument*/NULL); V_3 = L_18; // if (alg.Equals(CmsEnvelopedDataGenerator.DesEde3Cbc) // || alg.Equals(CmsEnvelopedDataGenerator.IdeaCbc) // || alg.Equals(CmsEnvelopedDataGenerator.Cast5Cbc)) String_t* L_19 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); String_t* L_20 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_DesEde3Cbc_1(); NullCheck(L_19); bool L_21; L_21 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_19, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0089; } } IL_006f: { String_t* L_22 = V_3; NullCheck(L_22); bool L_23; L_23 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_22, _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9, /*hidden argument*/NULL); if (L_23) { goto IL_0089; } } IL_007c: { String_t* L_24 = V_3; NullCheck(L_24); bool L_25; L_25 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_24, _stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8, /*hidden argument*/NULL); if (!L_25) { goto IL_0096; } } IL_0089: { // cipherParameters = new ParametersWithIV(cipherParameters, new byte[8]); RuntimeObject* L_26 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_28 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_28, L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; } IL_0096: { // cipher.Init(false, cipherParameters); RuntimeObject* L_29 = __this->get_cipher_1(); RuntimeObject* L_30 = V_2; NullCheck(L_29); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915_il2cpp_TypeInfo_var, L_29, (bool)0, L_30); // } goto IL_00d2; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a5; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b4; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c3; } throw e; } CATCH_00a5: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException e) V_4 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // throw new CmsException("couldn't create cipher.", e); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_31 = V_4; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_32 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01F92A55E0C4F71D4AC7BF5ADA2134AD7132F1AC)), L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedSecureReadable_GetReadable_m48D7B756BD03899EAFDD26368AFAA5AC8A892B24_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_00b4: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_5 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key invalid in message.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_33 = V_5; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_34 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE27790FE5F9592709AE1519C66D48EF4947F953)), L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedSecureReadable_GetReadable_m48D7B756BD03899EAFDD26368AFAA5AC8A892B24_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_00c3: {// begin catch(System.IO.IOException) // catch (IOException e) V_6 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("error decoding algorithm parameters.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_35 = V_6; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_36 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0C9DB2705EE0F6AC912E13F25E412426A7F733)), L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedSecureReadable_GetReadable_m48D7B756BD03899EAFDD26368AFAA5AC8A892B24_RuntimeMethod_var))); }// end catch (depth: 1) IL_00d2: { } IL_00d3: try {// begin try (depth: 1) // return new CmsProcessableInputStream( // new CipherStream(readable.GetInputStream(), cipher, null)); RuntimeObject* L_37 = __this->get_readable_2(); NullCheck(L_37); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_38; L_38 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsReadable::GetInputStream() */, CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61_il2cpp_TypeInfo_var, L_37); RuntimeObject* L_39 = __this->get_cipher_1(); CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E * L_40 = (CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E *)il2cpp_codegen_object_new(CipherStream_t80512335127FAF53B0F8946175C51A2982E6763E_il2cpp_TypeInfo_var); CipherStream__ctor_m207C8DA30EBB0F7EF335542A57EDEB1ECFB8A940(L_40, L_38, L_39, (RuntimeObject*)NULL, /*hidden argument*/NULL); CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * L_41 = (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 *)il2cpp_codegen_object_new(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3_il2cpp_TypeInfo_var); CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288(L_41, L_40, /*hidden argument*/NULL); V_7 = L_41; goto IL_0102; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f3; } throw e; } CATCH_00f3: {// begin catch(System.IO.IOException) // catch (IOException e) V_8 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("error reading content.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_42 = V_8; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_43 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFBD054AD0CB7C4931A2914B1F7AFE9362D2BB69)), L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedSecureReadable_GetReadable_m48D7B756BD03899EAFDD26368AFAA5AC8A892B24_RuntimeMethod_var))); }// end catch (depth: 1) IL_0102: { // } RuntimeObject* L_44 = V_7; return L_44; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInf__ctor_m2E7EF485740B9BE5B514C0A4AE615794C0BC4994 (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * ___outer0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier2, String_t* ___digestOID3, String_t* ___encOID4, RuntimeObject* ___sAttr5, RuntimeObject* ___unsAttr6, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // internal SignerInf( // CmsSignedGenerator outer, // AsymmetricKeyParameter key, // SignerIdentifier signerIdentifier, // string digestOID, // string encOID, // CmsAttributeTableGenerator sAttr, // CmsAttributeTableGenerator unsAttr, // Asn1.Cms.AttributeTable baseSignedTable) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // string digestName = Helper.GetDigestAlgName(digestOID); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_1 = ___digestOID3; NullCheck(L_0); String_t* L_2; L_2 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_0, L_1, /*hidden argument*/NULL); // string signatureName = digestName + "with" + Helper.GetEncryptionAlgName(encOID); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_3 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_4 = ___encOID4; NullCheck(L_3); String_t* L_5; L_5 = CmsSignedHelper_GetEncryptionAlgName_m2DDC7C20FA911DDDA8387C40C3D109B519FFFE64(L_3, L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, L_5, /*hidden argument*/NULL); V_0 = L_6; // this.outer = outer; CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_7 = ___outer0; __this->set_outer_0(L_7); // this.sigCalc = new Asn1SignatureFactory(signatureName, key); String_t* L_8 = V_0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_9 = ___key1; Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A * L_10 = (Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A *)il2cpp_codegen_object_new(Asn1SignatureFactory_t82880FE5F99692E8C940551308221AA7CAB2682A_il2cpp_TypeInfo_var); Asn1SignatureFactory__ctor_mCCB3373A405722F8287366B4FC0C352BB0A05DD2(L_10, L_8, L_9, /*hidden argument*/NULL); __this->set_sigCalc_1(L_10); // this.signerIdentifier = signerIdentifier; SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_11 = ___signerIdentifier2; __this->set_signerIdentifier_2(L_11); // this.digestOID = digestOID; String_t* L_12 = ___digestOID3; __this->set_digestOID_3(L_12); // this.encOID = encOID; String_t* L_13 = ___encOID4; __this->set_encOID_4(L_13); // this.sAttr = sAttr; RuntimeObject* L_14 = ___sAttr5; __this->set_sAttr_5(L_14); // this.unsAttr = unsAttr; RuntimeObject* L_15 = ___unsAttr6; __this->set_unsAttr_6(L_15); // this.baseSignedTable = baseSignedTable; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_16 = ___baseSignedTable7; __this->set_baseSignedTable_7(L_16); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInf__ctor_m4F7106102E6045F95919B1D0864AB433A6177F04 (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * ___outer0, RuntimeObject* ___sigCalc1, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier2, RuntimeObject* ___sAttr3, RuntimeObject* ___unsAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal SignerInf( // CmsSignedGenerator outer, // ISignatureFactory sigCalc, // SignerIdentifier signerIdentifier, // CmsAttributeTableGenerator sAttr, // CmsAttributeTableGenerator unsAttr, // Asn1.Cms.AttributeTable baseSignedTable) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.outer = outer; CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_0 = ___outer0; __this->set_outer_0(L_0); // this.sigCalc = sigCalc; RuntimeObject* L_1 = ___sigCalc1; __this->set_sigCalc_1(L_1); // this.signerIdentifier = signerIdentifier; SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2 = ___signerIdentifier2; __this->set_signerIdentifier_2(L_2); // this.digestOID = new DefaultDigestAlgorithmIdentifierFinder().find((AlgorithmIdentifier)sigCalc.AlgorithmDetails).Algorithm.Id; DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273 * L_3 = (DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273 *)il2cpp_codegen_object_new(DefaultDigestAlgorithmIdentifierFinder_t918AAE0073B83189ADBFC9EDAAE9DEFCAA72B273_il2cpp_TypeInfo_var); DefaultDigestAlgorithmIdentifierFinder__ctor_mA2296D7FA5B73A875F261546AE72C8BF9463F68D(L_3, /*hidden argument*/NULL); RuntimeObject* L_4 = ___sigCalc1; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory::get_AlgorithmDetails() */, ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B_il2cpp_TypeInfo_var, L_4); NullCheck(L_3); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_6; L_6 = DefaultDigestAlgorithmIdentifierFinder_find_mCC4E5E44B166CB2D134C304145964E8BF0CF4E22(L_3, ((AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)CastclassClass((RuntimeObject*)L_5, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_6); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7; L_7 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_6); NullCheck(L_7); String_t* L_8; L_8 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_7, /*hidden argument*/NULL); __this->set_digestOID_3(L_8); // this.encOID = ((AlgorithmIdentifier)sigCalc.AlgorithmDetails).Algorithm.Id; RuntimeObject* L_9 = ___sigCalc1; NullCheck(L_9); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory::get_AlgorithmDetails() */, ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B_il2cpp_TypeInfo_var, L_9); NullCheck(((AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)CastclassClass((RuntimeObject*)L_10, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var))); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11; L_11 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, ((AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)CastclassClass((RuntimeObject*)L_10, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var))); NullCheck(L_11); String_t* L_12; L_12 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_11, /*hidden argument*/NULL); __this->set_encOID_4(L_12); // this.sAttr = sAttr; RuntimeObject* L_13 = ___sAttr3; __this->set_sAttr_5(L_13); // this.unsAttr = unsAttr; RuntimeObject* L_14 = ___unsAttr4; __this->set_unsAttr_6(L_14); // this.baseSignedTable = baseSignedTable; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_15 = ___baseSignedTable5; __this->set_baseSignedTable_7(L_15); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::get_DigestAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInf_get_DigestAlgorithmID_m913FCE54466D1BA805B34787FEE1B316F8B2407D (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new AlgorithmIdentifier(new DerObjectIdentifier(digestOID), DerNull.Instance); } String_t* L_0 = __this->get_digestOID_3(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_2 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::get_SignedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerInf_get_SignedAttributes_m7B544F5326B98FE61640E53CFE37E27D8E495C30 (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, const RuntimeMethod* method) { { // get { return sAttr; } RuntimeObject* L_0 = __this->get_sAttr_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::get_UnsignedAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerInf_get_UnsignedAttributes_m6B3D1BB1B75647D15DA79EB7515831692C8C2F5C (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, const RuntimeMethod* method) { { // get { return unsAttr; } RuntimeObject* L_0 = __this->get_unsAttr_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::ToSignerInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInf_ToSignerInfo_mAF1B500D3B106857A508B4BCE0665CD45CC70FFD (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, RuntimeObject* ___content1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockResult_t6A7C472F432343ADBA690B12778C4CF5FFB19CCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStreamCalculator_t4F9460D63B0B76B77564036A39E861A0A03ABD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; String_t* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_3 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_6 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_7 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * V_11 = NULL; RuntimeObject* V_12 = NULL; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * V_13 = NULL; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B3_0 = NULL; RuntimeObject* G_B11_0 = NULL; String_t* G_B11_1 = NULL; RuntimeObject* G_B6_0 = NULL; String_t* G_B6_1 = NULL; RuntimeObject* G_B10_0 = NULL; String_t* G_B10_1 = NULL; RuntimeObject* G_B7_0 = NULL; String_t* G_B7_1 = NULL; RuntimeObject* G_B8_0 = NULL; String_t* G_B8_1 = NULL; RuntimeObject* G_B9_0 = NULL; String_t* G_B9_1 = NULL; RuntimeObject* G_B13_0 = NULL; String_t* G_B13_1 = NULL; RuntimeObject* G_B12_0 = NULL; String_t* G_B12_1 = NULL; String_t* G_B15_0 = NULL; String_t* G_B14_0 = NULL; { // AlgorithmIdentifier digAlgId = DigestAlgorithmID; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0; L_0 = SignerInf_get_DigestAlgorithmID_m913FCE54466D1BA805B34787FEE1B316F8B2407D(__this, /*hidden argument*/NULL); V_0 = L_0; // string digestName = Helper.GetDigestAlgName(digestOID); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_2 = __this->get_digestOID_3(); NullCheck(L_1); String_t* L_3; L_3 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; // string signatureName = digestName + "with" + Helper.GetEncryptionAlgName(encOID); String_t* L_4 = V_1; CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_5 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_6 = __this->get_encOID_4(); NullCheck(L_5); String_t* L_7; L_7 = CmsSignedHelper_GetEncryptionAlgName_m2DDC7C20FA911DDDA8387C40C3D109B519FFFE64(L_5, L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, L_7, /*hidden argument*/NULL); // if (outer._digests.Contains(digestOID)) CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_9 = __this->get_outer_0(); NullCheck(L_9); RuntimeObject* L_10 = L_9->get__digests_20(); String_t* L_11 = __this->get_digestOID_3(); NullCheck(L_10); bool L_12; L_12 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_10, L_11); G_B1_0 = L_8; if (!L_12) { G_B2_0 = L_8; goto IL_0069; } } { // hash = (byte[])outer._digests[digestOID]; CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_13 = __this->get_outer_0(); NullCheck(L_13); RuntimeObject* L_14 = L_13->get__digests_20(); String_t* L_15 = __this->get_digestOID_3(); NullCheck(L_14); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_14, L_15); V_2 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_16, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // } G_B5_0 = G_B1_0; goto IL_00aa; } IL_0069: { // IDigest dig = Helper.GetDigestInstance(digestName); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_17 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_18 = V_1; NullCheck(L_17); RuntimeObject* L_19; L_19 = CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7(L_17, L_18, /*hidden argument*/NULL); V_9 = L_19; // if (content != null) RuntimeObject* L_20 = ___content1; G_B3_0 = G_B2_0; if (!L_20) { G_B4_0 = G_B2_0; goto IL_0086; } } { // content.Write(new DigestSink(dig)); RuntimeObject* L_21 = ___content1; RuntimeObject* L_22 = V_9; DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 * L_23 = (DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 *)il2cpp_codegen_object_new(DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var); DigestSink__ctor_m4467F80C18FF53BA50D6C4CD7ADCDD1C9E4F5DED(L_23, L_22, /*hidden argument*/NULL); NullCheck(L_21); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_21, L_23); G_B4_0 = G_B3_0; } IL_0086: { // hash = DigestUtilities.DoFinal(dig); RuntimeObject* L_24 = V_9; IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC(L_24, /*hidden argument*/NULL); V_2 = L_25; // outer._digests.Add(digestOID, hash.Clone()); CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_26 = __this->get_outer_0(); NullCheck(L_26); RuntimeObject* L_27 = L_26->get__digests_20(); String_t* L_28 = __this->get_digestOID_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; NullCheck((RuntimeArray *)(RuntimeArray *)L_29); RuntimeObject * L_30; L_30 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_29, /*hidden argument*/NULL); NullCheck(L_27); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_27, L_28, L_30); G_B5_0 = G_B4_0; } IL_00aa: { // IStreamCalculator calculator = sigCalc.CreateCalculator(); RuntimeObject* L_31 = __this->get_sigCalc_1(); NullCheck(L_31); RuntimeObject* L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory::CreateCalculator() */, ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B_il2cpp_TypeInfo_var, L_31); // Stream sigStr = new BufferedStream(calculator.Stream); RuntimeObject* L_33 = L_32; NullCheck(L_33); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34; L_34 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCalculator::get_Stream() */, IStreamCalculator_t4F9460D63B0B76B77564036A39E861A0A03ABD07_il2cpp_TypeInfo_var, L_33); BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF * L_35 = (BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF *)il2cpp_codegen_object_new(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF_il2cpp_TypeInfo_var); BufferedStream__ctor_mA467BF66E11AE1F1B9DCDCFAEB852153948BB010(L_35, L_34, /*hidden argument*/NULL); V_3 = L_35; // Asn1Set signedAttr = null; V_4 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (sAttr != null) RuntimeObject* L_36 = __this->get_sAttr_5(); G_B6_0 = L_33; G_B6_1 = G_B5_0; if (!L_36) { G_B11_0 = L_33; G_B11_1 = G_B5_0; goto IL_0137; } } { // IDictionary parameters = outer.GetBaseParameters(contentType, digAlgId, hash); CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_37 = __this->get_outer_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_38 = ___contentType0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_39 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_2; NullCheck(L_37); RuntimeObject* L_41; L_41 = VirtualFuncInvoker3< RuntimeObject*, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetBaseParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) */, L_37, L_38, L_39, L_40); V_10 = L_41; // Asn1.Cms.AttributeTable signed = sAttr.GetAttributes(parameters); RuntimeObject* L_42 = __this->get_sAttr_5(); RuntimeObject* L_43 = V_10; NullCheck(L_42); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_44; L_44 = InterfaceFuncInvoker1< AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) */, CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var, L_42, L_43); V_11 = L_44; // if (contentType == null) //counter signature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_45 = ___contentType0; G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if (L_45) { G_B10_0 = G_B6_0; G_B10_1 = G_B6_1; goto IL_0119; } } { // if (signed != null && signed[CmsAttributes.ContentType] != null) AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_46 = V_11; G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; if (!L_46) { G_B10_0 = G_B7_0; G_B10_1 = G_B7_1; goto IL_0119; } } { AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_47 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_48 = ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->get_ContentType_0(); NullCheck(L_47); Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D * L_49; L_49 = AttributeTable_get_Item_m40741A254AFE64CECE57C5689B7E468FF61FC504(L_47, L_48, /*hidden argument*/NULL); G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; if (!L_49) { G_B10_0 = G_B8_0; G_B10_1 = G_B8_1; goto IL_0119; } } { // IDictionary tmpSigned = signed.ToDictionary(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_50 = V_11; NullCheck(L_50); RuntimeObject* L_51; L_51 = AttributeTable_ToDictionary_m4BDC6ADAD37623C0D8C3E17A340FF5F5B8D69358(L_50, /*hidden argument*/NULL); // tmpSigned.Remove(CmsAttributes.ContentType); RuntimeObject* L_52 = L_51; IL2CPP_RUNTIME_CLASS_INIT(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_53 = ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->get_ContentType_0(); NullCheck(L_52); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_52, L_53); // signed = new Asn1.Cms.AttributeTable(tmpSigned); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_54 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m6D0A382BA38EABF09D1863283A112BD4CD9566E5(L_54, L_52, /*hidden argument*/NULL); V_11 = L_54; G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; } IL_0119: { // signedAttr = outer.GetAttributeSet(signed); CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_55 = __this->get_outer_0(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_56 = V_11; NullCheck(L_55); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_57; L_57 = VirtualFuncInvoker1< Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetAttributeSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) */, L_55, L_56); V_4 = L_57; // new DerOutputStream(sigStr).WriteObject(signedAttr); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_58 = V_3; DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_59 = (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 *)il2cpp_codegen_object_new(DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305_il2cpp_TypeInfo_var); DerOutputStream__ctor_m55EDBC509C2650190A2035182BF03DCB40124116(L_59, L_58, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_60 = V_4; NullCheck(L_59); VirtualActionInvoker1< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(36 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) */, L_59, L_60); // } G_B13_0 = G_B10_0; G_B13_1 = G_B10_1; goto IL_0141; } IL_0137: { // else if (content != null) RuntimeObject* L_61 = ___content1; G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; if (!L_61) { G_B13_0 = G_B11_0; G_B13_1 = G_B11_1; goto IL_0141; } } { // content.Write(sigStr); RuntimeObject* L_62 = ___content1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_63 = V_3; NullCheck(L_62); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_62, L_63); G_B13_0 = G_B12_0; G_B13_1 = G_B12_1; } IL_0141: { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(sigStr); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_64 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_64, /*hidden argument*/NULL); // byte[] sigBytes = ((IBlockResult)calculator.GetResult()).Collect(); NullCheck(G_B13_0); RuntimeObject * L_65; L_65 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IStreamCalculator::GetResult() */, IStreamCalculator_t4F9460D63B0B76B77564036A39E861A0A03ABD07_il2cpp_TypeInfo_var, G_B13_0); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_65, IBlockResult_t6A7C472F432343ADBA690B12778C4CF5FFB19CCE_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66; L_66 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(0 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockResult::Collect() */, IBlockResult_t6A7C472F432343ADBA690B12778C4CF5FFB19CCE_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_65, IBlockResult_t6A7C472F432343ADBA690B12778C4CF5FFB19CCE_il2cpp_TypeInfo_var))); V_5 = L_66; // Asn1Set unsignedAttr = null; V_6 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (unsAttr != null) RuntimeObject* L_67 = __this->get_unsAttr_6(); G_B14_0 = G_B13_1; if (!L_67) { G_B15_0 = G_B13_1; goto IL_01a5; } } { // IDictionary baseParameters = outer.GetBaseParameters(contentType, digAlgId, hash); CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_68 = __this->get_outer_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_69 = ___contentType0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_70 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_2; NullCheck(L_68); RuntimeObject* L_72; L_72 = VirtualFuncInvoker3< RuntimeObject*, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetBaseParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) */, L_68, L_69, L_70, L_71); V_12 = L_72; // baseParameters[CmsAttributeTableParameter.Signature] = sigBytes.Clone(); RuntimeObject* L_73 = V_12; int32_t L_74 = 2; RuntimeObject * L_75 = Box(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var, &L_74); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_5; NullCheck((RuntimeArray *)(RuntimeArray *)L_76); RuntimeObject * L_77; L_77 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_76, /*hidden argument*/NULL); NullCheck(L_73); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_73, L_75, L_77); // Asn1.Cms.AttributeTable unsigned = unsAttr.GetAttributes(baseParameters); RuntimeObject* L_78 = __this->get_unsAttr_6(); RuntimeObject* L_79 = V_12; NullCheck(L_78); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_80; L_80 = InterfaceFuncInvoker1< AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) */, CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var, L_78, L_79); V_13 = L_80; // unsignedAttr = outer.GetAttributeSet(unsigned); CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * L_81 = __this->get_outer_0(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_82 = V_13; NullCheck(L_81); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_83; L_83 = VirtualFuncInvoker1< Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetAttributeSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) */, L_81, L_82); V_6 = L_83; G_B15_0 = G_B14_0; } IL_01a5: { // Asn1Encodable sigX509Parameters = SignerUtilities.GetDefaultX509Parameters(signatureName); IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_84; L_84 = SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A(G_B15_0, /*hidden argument*/NULL); V_7 = L_84; // AlgorithmIdentifier encAlgId = Helper.GetEncAlgorithmIdentifier( // new DerObjectIdentifier(encOID), sigX509Parameters); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_85 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_86 = __this->get_encOID_4(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_87 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_87, L_86, /*hidden argument*/NULL); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_88 = V_7; NullCheck(L_85); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_89; L_89 = CmsSignedHelper_GetEncAlgorithmIdentifier_m44EC376A8477A72CD74BAF71625F99B16640CEB9(L_85, L_87, L_88, /*hidden argument*/NULL); V_8 = L_89; // return new SignerInfo(signerIdentifier, digAlgId, // signedAttr, encAlgId, new DerOctetString(sigBytes), unsignedAttr); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_90 = __this->get_signerIdentifier_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_91 = V_0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_92 = V_4; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_93 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = V_5; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_95 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_95, L_94, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_96 = V_6; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_97 = (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 *)il2cpp_codegen_object_new(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103_il2cpp_TypeInfo_var); SignerInfo__ctor_mF23B30257BFD628BEF3A79512A3F50A16EC133A2(L_97, L_90, L_91, L_92, L_93, L_95, L_96, /*hidden argument*/NULL); return L_97; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator,System.IO.Stream,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream__ctor_m0765EAC828E6631F6BA6D42A74BA51AAC88DB800 (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream1, String_t* ___contentOID2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___sGen3, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___sigGen4, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsSignedDataOutputStream( // CmsSignedDataStreamGenerator outer, // Stream outStream, // string contentOID, // BerSequenceGenerator sGen, // BerSequenceGenerator sigGen, // BerSequenceGenerator eiGen) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // this.outer = outer; CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_0 = ___outer0; __this->set_outer_6(L_0); // _out = outStream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStream1; __this->set__out_7(L_1); // _contentOID = new DerObjectIdentifier(contentOID); String_t* L_2 = ___contentOID2; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_3, L_2, /*hidden argument*/NULL); __this->set__contentOID_8(L_3); // _sGen = sGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_4 = ___sGen3; __this->set__sGen_9(L_4); // _sigGen = sigGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_5 = ___sigGen4; __this->set__sigGen_10(L_5); // _eiGen = eiGen; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_6 = ___eiGen5; __this->set__eiGen_11(L_6); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_WriteByte_mE4C00980A2006428EB22F309B20C76AF00843AA0 (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, uint8_t ___b0, const RuntimeMethod* method) { { // _out.WriteByte(b); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__out_7(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_Write_mEF17D372B74AD496F4B55584FE159CFA1E22460C (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // _out.Write(bytes, off, len); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__out_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_Close_m9531FB85F8DC05AB0F401C2C133969888872CED5 (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, const RuntimeMethod* method) { { // DoClose(); CmsSignedDataOutputStream_DoClose_mF46F59FC0B23C1D5C32D19535EF9E98DBF118CE3(__this, /*hidden argument*/NULL); // base.Close(); BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::DoClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_DoClose_mF46F59FC0B23C1D5C32D19535EF9E98DBF118CE3 (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISignerInfoGenerator_t6960DFB680A133F77E1419BB854F6913E57B6AEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_1 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_2 = NULL; RuntimeObject* V_3 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_4; memset((&V_4), 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * V_7 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * G_B4_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * G_B9_0 = NULL; { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(_out); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__out_7(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // _eiGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_1 = __this->get__eiGen_11(); NullCheck(L_1); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_1); // outer._digests.Clear(); // clear the current preserved digest state CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_2 = __this->get_outer_6(); NullCheck(L_2); RuntimeObject* L_3 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_2)->get__digests_20(); NullCheck(L_3); InterfaceActionInvoker0::Invoke(6 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3); // if (outer._certs.Count > 0) CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_4 = __this->get_outer_6(); NullCheck(L_4); RuntimeObject* L_5 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_4)->get__certs_17(); NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_5); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_007c; } } { // Asn1Set certs = outer.UseDerForCerts // ? CmsUtilities.CreateDerSetFromList(outer._certs) // : CmsUtilities.CreateBerSetFromList(outer._certs); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_7 = __this->get_outer_6(); NullCheck(L_7); bool L_8; L_8 = CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8_inline(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0058; } } { CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_9 = __this->get_outer_6(); NullCheck(L_9); RuntimeObject* L_10 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_9)->get__certs_17(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_11; L_11 = CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01(L_10, /*hidden argument*/NULL); G_B4_0 = L_11; goto IL_0068; } IL_0058: { CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_12 = __this->get_outer_6(); NullCheck(L_12); RuntimeObject* L_13 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_12)->get__certs_17(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_14; L_14 = CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86(L_13, /*hidden argument*/NULL); G_B4_0 = L_14; } IL_0068: { V_1 = G_B4_0; // WriteToGenerator(_sigGen, new BerTaggedObject(false, 0, certs)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_15 = __this->get__sigGen_10(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_16 = V_1; BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * L_17 = (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 *)il2cpp_codegen_object_new(BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05(L_17, (bool)0, 0, L_16, /*hidden argument*/NULL); CmsSignedDataOutputStream_WriteToGenerator_mDB099C6BDDA30BDEED3E370718ED7F98D33FA43D(L_15, L_17, /*hidden argument*/NULL); } IL_007c: { // if (outer._crls.Count > 0) CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_18 = __this->get_outer_6(); NullCheck(L_18); RuntimeObject* L_19 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_18)->get__crls_18(); NullCheck(L_19); int32_t L_20; L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_19); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00d2; } } { // Asn1Set crls = outer.UseDerForCrls // ? CmsUtilities.CreateDerSetFromList(outer._crls) // : CmsUtilities.CreateBerSetFromList(outer._crls); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_21 = __this->get_outer_6(); NullCheck(L_21); bool L_22; L_22 = CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21_inline(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00ae; } } { CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_23 = __this->get_outer_6(); NullCheck(L_23); RuntimeObject* L_24 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_23)->get__crls_18(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_25; L_25 = CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01(L_24, /*hidden argument*/NULL); G_B9_0 = L_25; goto IL_00be; } IL_00ae: { CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_26 = __this->get_outer_6(); NullCheck(L_26); RuntimeObject* L_27 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_26)->get__crls_18(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_28; L_28 = CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86(L_27, /*hidden argument*/NULL); G_B9_0 = L_28; } IL_00be: { V_2 = G_B9_0; // WriteToGenerator(_sigGen, new BerTaggedObject(false, 1, crls)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_29 = __this->get__sigGen_10(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_30 = V_2; BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 * L_31 = (BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3 *)il2cpp_codegen_object_new(BerTaggedObject_t85DAF9955AA78E570A0565C51F66FE229A0E84C3_il2cpp_TypeInfo_var); BerTaggedObject__ctor_mE1A36B59D3736B8ACA2E0CF7EE0E8A175F4D8F05(L_31, (bool)0, 1, L_30, /*hidden argument*/NULL); CmsSignedDataOutputStream_WriteToGenerator_mDB099C6BDDA30BDEED3E370718ED7F98D33FA43D(L_29, L_31, /*hidden argument*/NULL); } IL_00d2: { // foreach (DictionaryEntry de in outer._messageDigests) CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_32 = __this->get_outer_6(); NullCheck(L_32); RuntimeObject* L_33 = L_32->get__messageDigests_27(); NullCheck(L_33); RuntimeObject* L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_33); V_3 = L_34; } IL_00e3: try {// begin try (depth: 1) { goto IL_011a; } IL_00e5: { // foreach (DictionaryEntry de in outer._messageDigests) RuntimeObject* L_35 = V_3; NullCheck(L_35); RuntimeObject * L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); V_4 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_36, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); // outer._messageHashes.Add(de.Key, DigestUtilities.DoFinal((IDigest)de.Value)); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_37 = __this->get_outer_6(); NullCheck(L_37); RuntimeObject* L_38 = L_37->get__messageHashes_28(); RuntimeObject * L_39; L_39 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); RuntimeObject * L_40; L_40 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41; L_41 = DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC(((RuntimeObject*)Castclass((RuntimeObject*)L_40, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_38); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_38, L_39, (RuntimeObject *)(RuntimeObject *)L_41); } IL_011a: { // foreach (DictionaryEntry de in outer._messageDigests) RuntimeObject* L_42 = V_3; NullCheck(L_42); bool L_43; L_43 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_00e5; } } IL_0122: { IL2CPP_LEAVE(0x138, FINALLY_0124); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0124; } FINALLY_0124: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_45 = V_5; if (!L_45) { goto IL_0137; } } IL_0130: { RuntimeObject* L_46 = V_5; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_46); } IL_0137: { IL2CPP_END_FINALLY(292) } }// end finally (depth: 1) IL2CPP_CLEANUP(292) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x138, IL_0138) } IL_0138: { // Asn1EncodableVector signerInfos = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_47; L_47 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_48 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_48, L_47, /*hidden argument*/NULL); V_0 = L_48; // foreach (DigestAndSignerInfoGeneratorHolder holder in outer._signerInfs) CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_49 = __this->get_outer_6(); NullCheck(L_49); RuntimeObject* L_50 = L_49->get__signerInfs_25(); NullCheck(L_50); RuntimeObject* L_51; L_51 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_50); V_6 = L_51; } IL_0155: try {// begin try (depth: 1) { goto IL_01dc; } IL_015a: { // foreach (DigestAndSignerInfoGeneratorHolder holder in outer._signerInfs) RuntimeObject* L_52 = V_6; NullCheck(L_52); RuntimeObject * L_53; L_53 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_52); V_7 = ((DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 *)CastclassClass((RuntimeObject*)L_53, DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8_il2cpp_TypeInfo_var)); // AlgorithmIdentifier digestAlgorithm = holder.DigestAlgorithm; DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * L_54 = V_7; NullCheck(L_54); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_55; L_55 = DigestAndSignerInfoGeneratorHolder_get_DigestAlgorithm_m38E6360D184D379344B7B965BA3B977E76CDA270(L_54, /*hidden argument*/NULL); V_8 = L_55; // byte[] calculatedDigest = (byte[])outer._messageHashes[ // Helper.GetDigestAlgName(holder.digestOID)]; CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_56 = __this->get_outer_6(); NullCheck(L_56); RuntimeObject* L_57 = L_56->get__messageHashes_28(); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_58 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * L_59 = V_7; NullCheck(L_59); String_t* L_60 = L_59->get_digestOID_1(); NullCheck(L_58); String_t* L_61; L_61 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_58, L_60, /*hidden argument*/NULL); NullCheck(L_57); RuntimeObject * L_62; L_62 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_57, L_61); V_9 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_62, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // outer._digests[holder.digestOID] = calculatedDigest.Clone(); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_63 = __this->get_outer_6(); NullCheck(L_63); RuntimeObject* L_64 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_63)->get__digests_20(); DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * L_65 = V_7; NullCheck(L_65); String_t* L_66 = L_65->get_digestOID_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_9; NullCheck((RuntimeArray *)(RuntimeArray *)L_67); RuntimeObject * L_68; L_68 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_67, /*hidden argument*/NULL); NullCheck(L_64); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_64, L_66, L_68); // signerInfos.Add(holder.signerInf.Generate(_contentOID, digestAlgorithm, calculatedDigest)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_69 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_70 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_71 = L_70; DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * L_72 = V_7; NullCheck(L_72); RuntimeObject* L_73 = L_72->get_signerInf_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_74 = __this->get__contentOID_8(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_75 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_9; NullCheck(L_73); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_77; L_77 = InterfaceFuncInvoker3< SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) */, ISignerInfoGenerator_t6960DFB680A133F77E1419BB854F6913E57B6AEE_il2cpp_TypeInfo_var, L_73, L_74, L_75, L_76); NullCheck(L_71); ArrayElementTypeCheck (L_71, L_77); (L_71)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_77); NullCheck(L_69); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_69, L_71, /*hidden argument*/NULL); } IL_01dc: { // foreach (DigestAndSignerInfoGeneratorHolder holder in outer._signerInfs) RuntimeObject* L_78 = V_6; NullCheck(L_78); bool L_79; L_79 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_78); if (L_79) { goto IL_015a; } } IL_01e8: { IL2CPP_LEAVE(0x1FF, FINALLY_01ea); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01ea; } FINALLY_01ea: {// begin finally (depth: 1) { RuntimeObject* L_80 = V_6; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_80, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_81 = V_5; if (!L_81) { goto IL_01fe; } } IL_01f7: { RuntimeObject* L_82 = V_5; NullCheck(L_82); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_82); } IL_01fe: { IL2CPP_END_FINALLY(490) } }// end finally (depth: 1) IL2CPP_CLEANUP(490) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1FF, IL_01ff) } IL_01ff: { // foreach (SignerInformation signer in outer._signers) CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_83 = __this->get_outer_6(); NullCheck(L_83); RuntimeObject* L_84 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_83)->get__signers_19(); NullCheck(L_84); RuntimeObject* L_85; L_85 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_84); V_6 = L_85; } IL_0211: try {// begin try (depth: 1) { goto IL_0237; } IL_0213: { // foreach (SignerInformation signer in outer._signers) RuntimeObject* L_86 = V_6; NullCheck(L_86); RuntimeObject * L_87; L_87 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_86); V_10 = ((SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)CastclassClass((RuntimeObject*)L_87, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var)); // signerInfos.Add(signer.ToSignerInfo()); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_88 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_89 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_90 = L_89; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_91 = V_10; NullCheck(L_91); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_92; L_92 = SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline(L_91, /*hidden argument*/NULL); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_92); (L_90)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_92); NullCheck(L_88); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_88, L_90, /*hidden argument*/NULL); } IL_0237: { // foreach (SignerInformation signer in outer._signers) RuntimeObject* L_93 = V_6; NullCheck(L_93); bool L_94; L_94 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_93); if (L_94) { goto IL_0213; } } IL_0240: { IL2CPP_LEAVE(0x257, FINALLY_0242); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0242; } FINALLY_0242: {// begin finally (depth: 1) { RuntimeObject* L_95 = V_6; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_95, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_96 = V_5; if (!L_96) { goto IL_0256; } } IL_024f: { RuntimeObject* L_97 = V_5; NullCheck(L_97); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_97); } IL_0256: { IL2CPP_END_FINALLY(578) } }// end finally (depth: 1) IL2CPP_CLEANUP(578) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x257, IL_0257) } IL_0257: { // WriteToGenerator(_sigGen, new DerSet(signerInfos)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_98 = __this->get__sigGen_10(); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_99 = V_0; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_100 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_100, L_99, /*hidden argument*/NULL); CmsSignedDataOutputStream_WriteToGenerator_mDB099C6BDDA30BDEED3E370718ED7F98D33FA43D(L_98, L_100, /*hidden argument*/NULL); // _sigGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_101 = __this->get__sigGen_10(); NullCheck(L_101); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_101); // _sGen.Close(); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_102 = __this->get__sGen_9(); NullCheck(L_102); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::Close() */, L_102); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::WriteToGenerator(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream_WriteToGenerator_mDB099C6BDDA30BDEED3E370718ED7F98D33FA43D (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * ___ag0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___ae1, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] encoded = ae.GetEncoded(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___ae1; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_0, /*hidden argument*/NULL); V_0 = L_1; // ag.GetRawOutputStream().Write(encoded, 0, encoded.Length); Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * L_2 = ___ag0; NullCheck(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3; L_3 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestAndSignerInfoGeneratorHolder__ctor_m1F6185BA026B9FBBD1A2FCAE3796B17CC860D805 (DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * __this, RuntimeObject* ___signerInf0, String_t* ___digestOID1, const RuntimeMethod* method) { { // internal DigestAndSignerInfoGeneratorHolder(ISignerInfoGenerator signerInf, String digestOID) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.signerInf = signerInf; RuntimeObject* L_0 = ___signerInf0; __this->set_signerInf_0(L_0); // this.digestOID = digestOID; String_t* L_1 = ___digestOID1; __this->set_digestOID_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::get_DigestAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * DigestAndSignerInfoGeneratorHolder_get_DigestAlgorithm_m38E6360D184D379344B7B965BA3B977E76CDA270 (DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new AlgorithmIdentifier(new DerObjectIdentifier(this.digestOID), DerNull.Instance); } String_t* L_0 = __this->get_digestOID_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_2 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfoGeneratorImpl__ctor_m9227A586E06D93078AC5699496E5DC61B34018EF (SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C * __this, CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier2, String_t* ___digestOID3, String_t* ___encOID4, RuntimeObject* ___sAttr5, RuntimeObject* ___unsAttr6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // internal SignerInfoGeneratorImpl( // CmsSignedDataStreamGenerator outer, // AsymmetricKeyParameter key, // SignerIdentifier signerIdentifier, // string digestOID, // string encOID, // CmsAttributeTableGenerator sAttr, // CmsAttributeTableGenerator unsAttr) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.outer = outer; CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_0 = ___outer0; __this->set_outer_0(L_0); // _signerIdentifier = signerIdentifier; SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_1 = ___signerIdentifier2; __this->set__signerIdentifier_1(L_1); // _digestOID = digestOID; String_t* L_2 = ___digestOID3; __this->set__digestOID_2(L_2); // _encOID = encOID; String_t* L_3 = ___encOID4; __this->set__encOID_3(L_3); // _sAttr = sAttr; RuntimeObject* L_4 = ___sAttr5; __this->set__sAttr_4(L_4); // _unsAttr = unsAttr; RuntimeObject* L_5 = ___unsAttr6; __this->set__unsAttr_5(L_5); // _encName = Helper.GetEncryptionAlgName(_encOID); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_6 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_7 = __this->get__encOID_3(); NullCheck(L_6); String_t* L_8; L_8 = CmsSignedHelper_GetEncryptionAlgName_m2DDC7C20FA911DDDA8387C40C3D109B519FFFE64(L_6, L_7, /*hidden argument*/NULL); __this->set__encName_6(L_8); // string digestName = Helper.GetDigestAlgName(_digestOID); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_9 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_10 = __this->get__digestOID_2(); NullCheck(L_9); String_t* L_11; L_11 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_9, L_10, /*hidden argument*/NULL); // string signatureName = digestName + "with" + _encName; String_t* L_12 = __this->get__encName_6(); String_t* L_13; L_13 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_11, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, L_12, /*hidden argument*/NULL); V_0 = L_13; // if (_sAttr != null) RuntimeObject* L_14 = __this->get__sAttr_4(); if (!L_14) { goto IL_0086; } } { // _sig = Helper.GetSignatureInstance(signatureName); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_15 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_16 = V_0; NullCheck(L_15); RuntimeObject* L_17; L_17 = CmsSignedHelper_GetSignatureInstance_m504AC02D41081F41FD2D4C2047F90A0A56748636(L_15, L_16, /*hidden argument*/NULL); __this->set__sig_7(L_17); // } goto IL_00f3; } IL_0086: { // if (_encName.Equals("RSA")) String_t* L_18 = __this->get__encName_6(); NullCheck(L_18); bool L_19; L_19 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_18, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); if (!L_19) { goto IL_00af; } } { // _sig = Helper.GetSignatureInstance("RSA"); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_20 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); NullCheck(L_20); RuntimeObject* L_21; L_21 = CmsSignedHelper_GetSignatureInstance_m504AC02D41081F41FD2D4C2047F90A0A56748636(L_20, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); __this->set__sig_7(L_21); // } goto IL_00f3; } IL_00af: { // else if (_encName.Equals("DSA")) String_t* L_22 = __this->get__encName_6(); NullCheck(L_22); bool L_23; L_23 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_22, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); if (!L_23) { goto IL_00d8; } } { // _sig = Helper.GetSignatureInstance("NONEwithDSA"); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_24 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); NullCheck(L_24); RuntimeObject* L_25; L_25 = CmsSignedHelper_GetSignatureInstance_m504AC02D41081F41FD2D4C2047F90A0A56748636(L_24, _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B, /*hidden argument*/NULL); __this->set__sig_7(L_25); // } goto IL_00f3; } IL_00d8: { // throw new SignatureException("algorithm: " + _encName + " not supported in base signatures."); String_t* L_26 = __this->get__encName_6(); String_t* L_27; L_27 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12779D16EE04D6D7E5F5C44BDFCE1ED63017F887)), L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral93BE726939DDBA0E6885D8C0319C5F1CFCB97D0C)), /*hidden argument*/NULL); SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA * L_28 = (SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA_il2cpp_TypeInfo_var))); SignatureException__ctor_m7541E59406F8DEA971A5EC8250C21A406171F72A(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerInfoGeneratorImpl__ctor_m9227A586E06D93078AC5699496E5DC61B34018EF_RuntimeMethod_var))); } IL_00f3: { // _sig.Init(true, new ParametersWithRandom(key, outer.rand)); RuntimeObject* L_29 = __this->get__sig_7(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_30 = ___key1; CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_31 = ___outer0; NullCheck(L_31); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_32 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)L_31)->get_rand_23(); ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_33 = (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)il2cpp_codegen_object_new(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); ParametersWithRandom__ctor_m9CC2D927A9DC93F6BED2DE101C93E19050FEDF97(L_33, L_30, L_32, /*hidden argument*/NULL); NullCheck(L_29); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_29, (bool)1, L_33); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInfoGeneratorImpl_Generate_m1B2D7640D43F33E68E1340E244D33590825378D5 (SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___calculatedDigest2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_3 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_4 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_5 = NULL; RuntimeObject* V_6 = NULL; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * V_7 = NULL; RuntimeObject* V_8 = NULL; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * V_9 = NULL; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * V_10 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_11 = NULL; SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA * V_12 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B6_0 = NULL; String_t* G_B1_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B3_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B8_0 = NULL; String_t* G_B7_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B9_0 = NULL; IL_0000: try {// begin try (depth: 1) { // string digestName = Helper.GetDigestAlgName(_digestOID); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_1 = __this->get__digestOID_2(); NullCheck(L_0); String_t* L_2; L_2 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_0, L_1, /*hidden argument*/NULL); // string signatureName = digestName + "with" + _encName; String_t* L_3 = __this->get__encName_6(); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, L_3, /*hidden argument*/NULL); // byte[] bytesToSign = calculatedDigest; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___calculatedDigest2; V_0 = L_5; // Asn1Set signedAttr = null; V_1 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (_sAttr != null) RuntimeObject* L_6 = __this->get__sAttr_4(); G_B1_0 = L_4; if (!L_6) { G_B6_0 = L_4; goto IL_0095; } } IL_002c: { // IDictionary parameters = outer.GetBaseParameters(contentType, digestAlgorithm, calculatedDigest); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_7 = __this->get_outer_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ___contentType0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9 = ___digestAlgorithm1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___calculatedDigest2; NullCheck(L_7); RuntimeObject* L_11; L_11 = VirtualFuncInvoker3< RuntimeObject*, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetBaseParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) */, L_7, L_8, L_9, L_10); V_6 = L_11; // Asn1.Cms.AttributeTable signed = _sAttr.GetAttributes(parameters); RuntimeObject* L_12 = __this->get__sAttr_4(); RuntimeObject* L_13 = V_6; NullCheck(L_12); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_14; L_14 = InterfaceFuncInvoker1< AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) */, CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var, L_12, L_13); V_7 = L_14; // if (contentType == null) //counter signature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ___contentType0; G_B2_0 = G_B1_0; if (L_15) { G_B5_0 = G_B1_0; goto IL_0079; } } IL_004e: { // if (signed != null && signed[CmsAttributes.ContentType] != null) AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_16 = V_7; G_B3_0 = G_B2_0; if (!L_16) { G_B5_0 = G_B2_0; goto IL_0079; } } IL_0052: { AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_17 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->get_ContentType_0(); NullCheck(L_17); Attribute_tFAC290DB5D91F7BA3B40B3568E446535DE0B111D * L_19; L_19 = AttributeTable_get_Item_m40741A254AFE64CECE57C5689B7E468FF61FC504(L_17, L_18, /*hidden argument*/NULL); G_B4_0 = G_B3_0; if (!L_19) { G_B5_0 = G_B3_0; goto IL_0079; } } IL_0060: { // IDictionary tmpSigned = signed.ToDictionary(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_20 = V_7; NullCheck(L_20); RuntimeObject* L_21; L_21 = AttributeTable_ToDictionary_m4BDC6ADAD37623C0D8C3E17A340FF5F5B8D69358(L_20, /*hidden argument*/NULL); // tmpSigned.Remove(CmsAttributes.ContentType); RuntimeObject* L_22 = L_21; IL2CPP_RUNTIME_CLASS_INIT(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_StaticFields*)il2cpp_codegen_static_fields_for(CmsAttributes_tA288C51AF860C0CFE8867FEF2270E17384A13715_il2cpp_TypeInfo_var))->get_ContentType_0(); NullCheck(L_22); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_22, L_23); // signed = new Asn1.Cms.AttributeTable(tmpSigned); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_24 = (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)il2cpp_codegen_object_new(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72_il2cpp_TypeInfo_var); AttributeTable__ctor_m6D0A382BA38EABF09D1863283A112BD4CD9566E5(L_24, L_22, /*hidden argument*/NULL); V_7 = L_24; G_B5_0 = G_B4_0; } IL_0079: { // signedAttr = outer.GetAttributeSet(signed); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_25 = __this->get_outer_0(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_26 = V_7; NullCheck(L_25); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_27; L_27 = VirtualFuncInvoker1< Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetAttributeSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) */, L_25, L_26); V_1 = L_27; // bytesToSign = signedAttr.GetEncoded(Asn1Encodable.Der); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_28 = V_1; NullCheck(L_28); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(L_28, _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); V_0 = L_29; // } G_B8_0 = G_B5_0; goto IL_00b9; } IL_0095: { // if (_encName.Equals("RSA")) String_t* L_30 = __this->get__encName_6(); NullCheck(L_30); bool L_31; L_31 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_30, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); G_B7_0 = G_B6_0; if (!L_31) { G_B8_0 = G_B6_0; goto IL_00b9; } } IL_00a7: { // DigestInfo dInfo = new DigestInfo(digestAlgorithm, calculatedDigest); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_32 = ___digestAlgorithm1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___calculatedDigest2; DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE * L_34 = (DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE *)il2cpp_codegen_object_new(DigestInfo_t939FF0DD1AE65995C2A92E52B6C76176C87A80FE_il2cpp_TypeInfo_var); DigestInfo__ctor_mD853B0D734A72030E6824F1173C5BDCFFF27BAE8(L_34, L_32, L_33, /*hidden argument*/NULL); // bytesToSign = dInfo.GetEncoded(Asn1Encodable.Der); NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(L_34, _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); V_0 = L_35; G_B8_0 = G_B7_0; } IL_00b9: { // _sig.BlockUpdate(bytesToSign, 0, bytesToSign.Length); RuntimeObject* L_36 = __this->get__sig_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_0; NullCheck(L_38); NullCheck(L_36); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_36, L_37, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))); // byte[] sigBytes = _sig.GenerateSignature(); RuntimeObject* L_39 = __this->get__sig_7(); NullCheck(L_39); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40; L_40 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::GenerateSignature() */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_39); V_2 = L_40; // Asn1Set unsignedAttr = null; V_3 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (_unsAttr != null) RuntimeObject* L_41 = __this->get__unsAttr_5(); G_B9_0 = G_B8_0; if (!L_41) { G_B10_0 = G_B8_0; goto IL_011f; } } IL_00df: { // IDictionary parameters = outer.GetBaseParameters( // contentType, digestAlgorithm, calculatedDigest); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_42 = __this->get_outer_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_43 = ___contentType0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_44 = ___digestAlgorithm1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = ___calculatedDigest2; NullCheck(L_42); RuntimeObject* L_46; L_46 = VirtualFuncInvoker3< RuntimeObject*, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetBaseParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) */, L_42, L_43, L_44, L_45); V_8 = L_46; // parameters[CmsAttributeTableParameter.Signature] = sigBytes.Clone(); RuntimeObject* L_47 = V_8; int32_t L_48 = 2; RuntimeObject * L_49 = Box(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var, &L_48); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_2; NullCheck((RuntimeArray *)(RuntimeArray *)L_50); RuntimeObject * L_51; L_51 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_50, /*hidden argument*/NULL); NullCheck(L_47); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_47, L_49, L_51); // Asn1.Cms.AttributeTable unsigned = _unsAttr.GetAttributes(parameters); RuntimeObject* L_52 = __this->get__unsAttr_5(); RuntimeObject* L_53 = V_8; NullCheck(L_52); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_54; L_54 = InterfaceFuncInvoker1< AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *, RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) */, CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF_il2cpp_TypeInfo_var, L_52, L_53); V_9 = L_54; // unsignedAttr = outer.GetAttributeSet(unsigned); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_55 = __this->get_outer_0(); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_56 = V_9; NullCheck(L_55); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_57; L_57 = VirtualFuncInvoker1< Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetAttributeSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) */, L_55, L_56); V_3 = L_57; G_B10_0 = G_B9_0; } IL_011f: { // Asn1Encodable sigX509Parameters = SignerUtilities.GetDefaultX509Parameters(signatureName); IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_58; L_58 = SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A(G_B10_0, /*hidden argument*/NULL); V_4 = L_58; // AlgorithmIdentifier digestEncryptionAlgorithm = Helper.GetEncAlgorithmIdentifier( // new DerObjectIdentifier(_encOID), sigX509Parameters); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_59 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_60 = __this->get__encOID_3(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_61 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_61, L_60, /*hidden argument*/NULL); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_62 = V_4; NullCheck(L_59); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_63; L_63 = CmsSignedHelper_GetEncAlgorithmIdentifier_m44EC376A8477A72CD74BAF71625F99B16640CEB9(L_59, L_61, L_62, /*hidden argument*/NULL); V_5 = L_63; // return new SignerInfo(_signerIdentifier, digestAlgorithm, // signedAttr, digestEncryptionAlgorithm, new DerOctetString(sigBytes), unsignedAttr); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_64 = __this->get__signerIdentifier_1(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_65 = ___digestAlgorithm1; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_66 = V_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_67 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_2; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_69 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_69, L_68, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_70 = V_3; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_71 = (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 *)il2cpp_codegen_object_new(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103_il2cpp_TypeInfo_var); SignerInfo__ctor_mF23B30257BFD628BEF3A79512A3F50A16EC133A2(L_71, L_64, L_65, L_66, L_67, L_69, L_70, /*hidden argument*/NULL); V_10 = L_71; goto IL_0177; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0159; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0168; } throw e; } CATCH_0159: {// begin catch(System.IO.IOException) // catch (IOException e) V_11 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsStreamException("encoding error.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_72 = V_11; CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * L_73 = (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0_il2cpp_TypeInfo_var))); CmsStreamException__ctor_mAB853510FD330F03154C02D03E382921884BF39C(L_73, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB41B49233FEB3A218D2C94859DE9C4E14CE06503)), L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerInfoGeneratorImpl_Generate_m1B2D7640D43F33E68E1340E244D33590825378D5_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0168: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException) // catch (SignatureException e) V_12 = ((SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA *)); // throw new CmsStreamException("error creating signature.", e); SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA * L_74 = V_12; CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * L_75 = (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0_il2cpp_TypeInfo_var))); CmsStreamException__ctor_mAB853510FD330F03154C02D03E382921884BF39C(L_75, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5198D417D822302DED97D6058B080025A4E28F62)), L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerInfoGeneratorImpl_Generate_m1B2D7640D43F33E68E1340E244D33590825378D5_RuntimeMethod_var))); }// end catch (depth: 1) IL_0177: { // } SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_76 = V_10; return L_76; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullReaderStream__ctor_m6E47AD684104EBE6B3E848B24722ACEB6F9984EE (FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { { // : base(input) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FullReaderStream_Read_m06792728EC6383338001D12F3FD1413455A4DA6C (FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // return Streams.ReadFully(base.s, buf, off, len); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ((FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A *)__this)->get_s_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; int32_t L_4; L_4 = Streams_ReadFully_mC7CA0814C1B32981B343B42528D1A17060FF8E0A(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Cookies.Cookie/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m440927DFE4BA916E239A39C79D2E7E25BB353BD0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * L_0 = (U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC *)il2cpp_codegen_object_new(U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mAAFB6DCE8040C717430DE109207E3BD1DAD080AE(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Cookies.Cookie/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mAAFB6DCE8040C717430DE109207E3BD1DAD080AE (U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Cookies.Cookie/<>c::b__61_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CParseCookieHeaderU3Eb__61_0_mB38B84C5D5ED9ECE9AD175DF345424EAF76CD10C (U3CU3Ec_t77EF69080E16166D2ED67262F59091ADCBCA5EAC * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { // string key = str.Read(ref idx, (ch) => ch != '=' && ch != ';').Trim(); Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)61)))) { goto IL_000e; } } { Il2CppChar L_1 = ___ch0; return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)59)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CourseView/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m46A3BE2287346EAD8E750EC6744C6AFB34644B6A (U3CU3Ec__DisplayClass3_0_t9CA07B58AD2EC1794CA113DD36B82CEC7A503205 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void CourseView/<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0_U3CAwakeU3Eb__0_m5A219C586AC540D6240E7609B27FAB91E5BAD64B (U3CU3Ec__DisplayClass3_0_t9CA07B58AD2EC1794CA113DD36B82CEC7A503205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (id == 1) { int32_t L_1 = __this->get_id_0(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001e; } } { // NewUserGuiderManager.ins.ReviewNewUserGuide(); NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712 * L_2 = ((NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_StaticFields*)il2cpp_codegen_static_fields_for(NewUserGuiderManager_tEC55C82AC0B50B3E4F9B622E752D7747FB61A712_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_2); NewUserGuiderManager_ReviewNewUserGuide_mF4184B6DEC79650B20E22028F0F897D2AD76C93D(L_2, /*hidden argument*/NULL); // return; return; } IL_001e: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VirtualAxis_get_name_mBBB8C139AABF771FC91A61B8444F835908F25A39 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis_set_name_mE474E7B124D3E784ADF9D3532BC0A75F2684A2A2 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = ___value0; __this->set_U3CnameU3Ek__BackingField_0(L_0); return; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::get_matchWithInputManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VirtualAxis_get_matchWithInputManager_m531F00E4DD93A41FB0244FB71343FC9FB07DC4DF (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method) { { // public bool matchWithInputManager { get; private set; } bool L_0 = __this->get_U3CmatchWithInputManagerU3Ek__BackingField_2(); return L_0; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::set_matchWithInputManager(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis_set_matchWithInputManager_m61D9709975B67900CAD15101BF9C3AD57D2D88D0 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool matchWithInputManager { get; private set; } bool L_0 = ___value0; __this->set_U3CmatchWithInputManagerU3Ek__BackingField_2(L_0); return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis__ctor_m88EDC66F4BAB51D1BA2BDB502EBE995F08F42E64 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, String_t* ___name0, const RuntimeMethod* method) { { // : this(name, true) String_t* L_0 = ___name0; VirtualAxis__ctor_m486C4129232F0F15151DA882C1C9F1DFDFE5D047(__this, L_0, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis__ctor_m486C4129232F0F15151DA882C1C9F1DFDFE5D047 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, String_t* ___name0, bool ___matchToInputSettings1, const RuntimeMethod* method) { { // public VirtualAxis(string name, bool matchToInputSettings) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.name = name; String_t* L_0 = ___name0; VirtualAxis_set_name_mE474E7B124D3E784ADF9D3532BC0A75F2684A2A2_inline(__this, L_0, /*hidden argument*/NULL); // matchWithInputManager = matchToInputSettings; bool L_1 = ___matchToInputSettings1; VirtualAxis_set_matchWithInputManager_m61D9709975B67900CAD15101BF9C3AD57D2D88D0_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis_Remove_mCC5EF7DB8EC863AC7030AC9AB92F46A723BB7748 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UnRegisterVirtualAxis(name); String_t* L_0; L_0 = VirtualAxis_get_name_mBBB8C139AABF771FC91A61B8444F835908F25A39_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); CrossPlatformInputManager_UnRegisterVirtualAxis_m64342E501FD520FE5FE28A1AB5CF1B56334168F7(L_0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::Update(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualAxis_Update_m2A06394E13EA748D09D1506235BAB669636D9CBB (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, float ___value0, const RuntimeMethod* method) { { // m_Value = value; float L_0 = ___value0; __this->set_m_Value_1(L_0); // } return; } } // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::get_GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VirtualAxis_get_GetValue_mAC358FAC6484FAA00EB187E0583ECD4576794C44 (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method) { { // get { return m_Value; } float L_0 = __this->get_m_Value_1(); return L_0; } } // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis::get_GetValueRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VirtualAxis_get_GetValueRaw_mDCDC78FB43C16D8F65B9BE8799F0053DBB64007E (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method) { { // get { return m_Value; } float L_0 = __this->get_m_Value_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VirtualButton_get_name_m0B8D3FE4453224CE39D4316089F38D80399B449C (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton_set_name_mEF2365424C0A01C48B1D95066D01E5DC0B5B6DFA (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = ___value0; __this->set_U3CnameU3Ek__BackingField_0(L_0); return; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::get_matchWithInputManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VirtualButton_get_matchWithInputManager_m614D75F3386EB15F081A2F5D548B5743589BE939 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // public bool matchWithInputManager { get; private set; } bool L_0 = __this->get_U3CmatchWithInputManagerU3Ek__BackingField_1(); return L_0; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::set_matchWithInputManager(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton_set_matchWithInputManager_m371812D456658C76DBC0128EC168A3091BBDF5C0 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool matchWithInputManager { get; private set; } bool L_0 = ___value0; __this->set_U3CmatchWithInputManagerU3Ek__BackingField_1(L_0); return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton__ctor_m71595BAF216317FBF79F564F306D3A87F430EDE4 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, String_t* ___name0, const RuntimeMethod* method) { { // : this(name, true) String_t* L_0 = ___name0; VirtualButton__ctor_m50F9D1236BD4CFA9C3136E0D9321DF9604D5C021(__this, L_0, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton__ctor_m50F9D1236BD4CFA9C3136E0D9321DF9604D5C021 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, String_t* ___name0, bool ___matchToInputSettings1, const RuntimeMethod* method) { { // private int m_LastPressedFrame = -5; __this->set_m_LastPressedFrame_2(((int32_t)-5)); // private int m_ReleasedFrame = -5; __this->set_m_ReleasedFrame_3(((int32_t)-5)); // public VirtualButton(string name, bool matchToInputSettings) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.name = name; String_t* L_0 = ___name0; VirtualButton_set_name_mEF2365424C0A01C48B1D95066D01E5DC0B5B6DFA_inline(__this, L_0, /*hidden argument*/NULL); // matchWithInputManager = matchToInputSettings; bool L_1 = ___matchToInputSettings1; VirtualButton_set_matchWithInputManager_m371812D456658C76DBC0128EC168A3091BBDF5C0_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::Pressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton_Pressed_mAAC725DA03D80EC7275B0F0B82528E3C21670ADE (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // if (m_Pressed) bool L_0 = __this->get_m_Pressed_4(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // m_Pressed = true; __this->set_m_Pressed_4((bool)1); // m_LastPressedFrame = Time.frameCount; int32_t L_1; L_1 = Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0(/*hidden argument*/NULL); __this->set_m_LastPressedFrame_2(L_1); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::Released() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton_Released_mD4D0FD8E203575FE98152A62BF6B16071E383F5C (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // m_Pressed = false; __this->set_m_Pressed_4((bool)0); // m_ReleasedFrame = Time.frameCount; int32_t L_0; L_0 = Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0(/*hidden argument*/NULL); __this->set_m_ReleasedFrame_3(L_0); // } return; } } // System.Void UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualButton_Remove_m040109DCD13EF3704399353ED4BC4AAB35539DF6 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UnRegisterVirtualButton(name); String_t* L_0; L_0 = VirtualButton_get_name_m0B8D3FE4453224CE39D4316089F38D80399B449C_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); CrossPlatformInputManager_UnRegisterVirtualButton_m6EFB512B492D6FD6475DE35B931F27CE5B107741(L_0, /*hidden argument*/NULL); // } return; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::get_GetButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VirtualButton_get_GetButton_mD1EBB3A0B0A88B5CC0589120B42106447F9ED065 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // get { return m_Pressed; } bool L_0 = __this->get_m_Pressed_4(); return L_0; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::get_GetButtonDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VirtualButton_get_GetButtonDown_m6C10A64F6C990B87627E8DDE6C1FFCFEBCD8FDB7 (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // return m_LastPressedFrame - Time.frameCount == -1; int32_t L_0 = __this->get_m_LastPressedFrame_2(); int32_t L_1; L_1 = Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0(/*hidden argument*/NULL); return (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) == ((int32_t)(-1)))? 1 : 0); } } // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton::get_GetButtonUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VirtualButton_get_GetButtonUp_mE7D1541E27B10531F1542C55781ED62EED0DC37F (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // return (m_ReleasedFrame == Time.frameCount - 1); int32_t L_0 = __this->get_m_ReleasedFrame_3(); int32_t L_1; L_1 = Time_get_frameCount_m8601F5FB5B701680076B40D2F31405F304D963F0(/*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::.ctor(System.Security.Cryptography.RandomNumberGenerator,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoApiEntropySource__ctor_m1887A86665CB6B4DFE5425F2F0DBF5E1DFFF7DCD (CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA * __this, RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___rng0, bool ___predictionResistant1, int32_t ___entropySize2, const RuntimeMethod* method) { { // internal CryptoApiEntropySource(RandomNumberGenerator rng, bool predictionResistant, int entropySize) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mRng = rng; RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = ___rng0; __this->set_mRng_0(L_0); // this.mPredictionResistant = predictionResistant; bool L_1 = ___predictionResistant1; __this->set_mPredictionResistant_1(L_1); // this.mEntropySize = entropySize; int32_t L_2 = ___entropySize2; __this->set_mEntropySize_2(L_2); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource.get_IsPredictionResistant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoApiEntropySource_BestHTTP_SecureProtocol_Org_BouncyCastle_Crypto_IEntropySource_get_IsPredictionResistant_mC431D7111D43011100849F35035FAEB84883FECD (CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA * __this, const RuntimeMethod* method) { { // get { return mPredictionResistant; } bool L_0 = __this->get_mPredictionResistant_1(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource.GetEntropy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoApiEntropySource_BestHTTP_SecureProtocol_Org_BouncyCastle_Crypto_IEntropySource_GetEntropy_mCC871A3EA1B1D7DD45787858A3E295EA30DD15CC (CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] result = new byte[(mEntropySize + 7) / 8]; int32_t L_0 = __this->get_mEntropySize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)7))/(int32_t)8))); V_0 = L_1; // mRng.GetBytes(result); RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_2 = __this->get_mRng_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider/CryptoApiEntropySource::BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource.get_EntropySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoApiEntropySource_BestHTTP_SecureProtocol_Org_BouncyCastle_Crypto_IEntropySource_get_EntropySize_m87016B697DB9A9B768280C0B0012017503842A0A (CryptoApiEntropySource_tE9CE8A5853647EC7F07F82CAED6B77C3EFFB5ABA * __this, const RuntimeMethod* method) { { // get { return mEntropySize; } int32_t L_0 = __this->get_mEntropySize_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Curve25519LookupTable__ctor_m6395AA13EA418A22649AB352CA4548C0BA024F6D (Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF * __this, Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * ___outer0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table1, int32_t ___size2, const RuntimeMethod* method) { { // internal Curve25519LookupTable(Curve25519 outer, uint[] table, int size) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_outer = outer; Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * L_0 = ___outer0; __this->set_m_outer_0(L_0); // this.m_table = table; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___table1; __this->set_m_table_1(L_1); // this.m_size = size; int32_t L_2 = ___size2; __this->set_m_size_2(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Curve25519LookupTable_get_Size_mA51D6F1021E4E8AA16FF2DC516CA65BCA8E1CFE9 (Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF * __this, const RuntimeMethod* method) { { // get { return m_size; } int32_t L_0 = __this->get_m_size_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Djb.Curve25519/Curve25519LookupTable::Lookup(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * Curve25519LookupTable_Lookup_mA8F164F24A14F6724EF0A1E42A5D1FE5424F9841 (Curve25519LookupTable_tF231B95D99492CC13A605C3336A9ADC1CA79B6FF * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; { // uint[] x = Nat256.Create(), y = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // uint[] x = Nat256.Create(), y = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_1 = L_1; // int pos = 0; V_2 = 0; // for (int i = 0; i < m_size; ++i) V_3 = 0; goto IL_006b; } IL_0012: { // uint MASK = (uint)(((i ^ index) - 1) >> 31); int32_t L_2 = V_3; int32_t L_3 = ___index0; V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_2^(int32_t)L_3)), (int32_t)1))>>(int32_t)((int32_t)31))); // for (int j = 0; j < CURVE25519_FE_INTS; ++j) V_5 = 0; goto IL_005d; } IL_0021: { // x[j] ^= m_table[pos + j] & MASK; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; int32_t L_5 = V_5; NullCheck(L_4); uint32_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5))); int32_t L_7 = *((uint32_t*)L_6); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = __this->get_m_table_1(); int32_t L_9 = V_2; int32_t L_10 = V_5; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); uint32_t L_12 = (L_8)->GetAt(static_cast(L_11)); uint32_t L_13 = V_4; *((int32_t*)L_6) = (int32_t)((int32_t)((int32_t)L_7^(int32_t)((int32_t)((int32_t)L_12&(int32_t)L_13)))); // y[j] ^= m_table[pos + CURVE25519_FE_INTS + j] & MASK; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_1; int32_t L_15 = V_5; NullCheck(L_14); uint32_t* L_16 = ((L_14)->GetAddressAt(static_cast(L_15))); int32_t L_17 = *((uint32_t*)L_16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = __this->get_m_table_1(); int32_t L_19 = V_2; int32_t L_20 = V_5; NullCheck(L_18); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)8)), (int32_t)L_20)); uint32_t L_22 = (L_18)->GetAt(static_cast(L_21)); uint32_t L_23 = V_4; *((int32_t*)L_16) = (int32_t)((int32_t)((int32_t)L_17^(int32_t)((int32_t)((int32_t)L_22&(int32_t)L_23)))); // for (int j = 0; j < CURVE25519_FE_INTS; ++j) int32_t L_24 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_005d: { // for (int j = 0; j < CURVE25519_FE_INTS; ++j) int32_t L_25 = V_5; if ((((int32_t)L_25) < ((int32_t)8))) { goto IL_0021; } } { // pos += (CURVE25519_FE_INTS * 2); int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)16))); // for (int i = 0; i < m_size; ++i) int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_006b: { // for (int i = 0; i < m_size; ++i) int32_t L_28 = V_3; int32_t L_29 = __this->get_m_size_2(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0012; } } { // return m_outer.CreateRawPoint(new Curve25519FieldElement(x), new Curve25519FieldElement(y), false); Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * L_30 = __this->get_m_outer_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_0; Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7 * L_32 = (Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7 *)il2cpp_codegen_object_new(Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_il2cpp_TypeInfo_var); Curve25519FieldElement__ctor_m624563CA573F130C255992A2487A98A2B84A2B7E(L_32, L_31, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_1; Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7 * L_34 = (Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7 *)il2cpp_codegen_object_new(Curve25519FieldElement_t1243C86033DE98AE9B6F36F82EA1F936A176DCB7_il2cpp_TypeInfo_var); Curve25519FieldElement__ctor_m624563CA573F130C255992A2487A98A2B84A2B7E(L_34, L_33, /*hidden argument*/NULL); NullCheck(L_30); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35; L_35 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_30, L_32, L_34, (bool)0); return L_35; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void JCUnityLib.CustomJson/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD387758CDC8F6AE7459D48810DE70B332E963CA6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * L_0 = (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 *)il2cpp_codegen_object_new(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mC74A99C9B2ACC8CEF423FBCA33AB01F00C243BD6(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void JCUnityLib.CustomJson/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mC74A99C9B2ACC8CEF423FBCA33AB01F00C243BD6 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_0_m9AD6A31A4C947B6224F2DF128A9FE59D429F7461 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(short), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_1(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_1_m6C39BA39BC4F88EE7232070E47B32936744555EB (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(int), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_2(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_2_m33099B6C74588AB1A941A8829C36295A2CF0CD8E (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(long), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_3(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_3_m08319D2AB458DE736E21692412A9F922B53B6193 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(float), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_4(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_4_m24E97C1CA916EA2E94DDF63FFF774014D427629A (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(double), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_5(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_5_m0657132F7A8303C96FC98B591151DAF118D5FABB (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(bool), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_6(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_6_m8DE9A36D858CBB4537C69E0719BCF606400B5374 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { // importerDict.Add(typeof(double[][]), (o) => JArray.FromObject(o)); RuntimeObject * L_0 = ___o0; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_1; L_1 = JArray_FromObject_m841DC4F6F38D049C725FDF17AA2CE31DFC56F953(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken JCUnityLib.CustomJson/<>c::<.ctor>b__2_7(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * U3CU3Ec_U3C_ctorU3Eb__2_7_mFE3FD9764B1A2857B0BCD2D1E2C439BF9A80FFE9 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // importerDict.Add(typeof(Nullable), (o) => JValue.FromObject(o)); RuntimeObject * L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_8(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_8_m50247D75F5B7E88B9755E99DDBDFA80FD4FFE089 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(short), (jt) => jt.ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); int16_t L_1; L_1 = JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E(L_0, /*hidden argument*/JToken_ToObject_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m2E53940987695FAAFC1F4A49C4220D5DFB5E292E_RuntimeMethod_var); int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_9(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_9_m40BEE648701B4EBFB7BA07CAB0A2F7525F729CCF (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(int), (jt) => jt.ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); int32_t L_1; L_1 = JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E(L_0, /*hidden argument*/JToken_ToObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFA6ECDB3A2DA5B95BEB57D901E58468792C66B2E_RuntimeMethod_var); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_10(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_10_mFF80DCCD125E72E8CF5DA5A0489EE060984601AE (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(long), (jt) => jt.ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); int64_t L_1; L_1 = JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261(L_0, /*hidden argument*/JToken_ToObject_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mBDE7D9F3A924D5E19F000AB75EBB3E992FC62261_RuntimeMethod_var); int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_11(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_11_m76C47F5AAD7A80F8C7419F55B4DFEDAF5B06F1FE (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(float), (jt) => jt.ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); float L_1; L_1 = JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163(L_0, /*hidden argument*/JToken_ToObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m25917457FAE15E48EC13D983A04BAA3843BE1163_RuntimeMethod_var); float L_2 = L_1; RuntimeObject * L_3 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_12(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_12_mF03672FDC88ADA3D41A5CD64BFD84A72DA7A0D71 (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(double), (jt) => jt.ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); double L_1; L_1 = JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0(L_0, /*hidden argument*/JToken_ToObject_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mE2C64FEF027870900ABE59F1EACBF912ED00D0D0_RuntimeMethod_var); double L_2 = L_1; RuntimeObject * L_3 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_13(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_13_m175F20F583D0ADD3EBE5721CD475F45404AA29CD (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(bool), (jt) => jt.ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); bool L_1; L_1 = JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7(L_0, /*hidden argument*/JToken_ToObject_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m44AFB6278E17CE55373E33F5CE9E297B8B47CBE7_RuntimeMethod_var); bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_14(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_14_mF9C868EB1BCF85996482F75321C4D5B056F651BA (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisDoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D_m7A8510EC541865948F60864C625A1E8474712917_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(double[][]), (jt) => ((JArray)jt).ToObject()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(((JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)CastclassClass((RuntimeObject*)L_0, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var))); DoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D* L_1; L_1 = JToken_ToObject_TisDoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D_m7A8510EC541865948F60864C625A1E8474712917(((JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)CastclassClass((RuntimeObject*)L_0, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var)), /*hidden argument*/JToken_ToObject_TisDoubleU5BU5DU5BU5D_tEB66623FAD79AC58571D3114151A24977353535D_m7A8510EC541865948F60864C625A1E8474712917_RuntimeMethod_var); return (RuntimeObject *)L_1; } } // System.Object JCUnityLib.CustomJson/<>c::<.ctor>b__2_15(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3C_ctorU3Eb__2_15_m905A80CA7749059169B92D8920C6F63102F9BBCC (U3CU3Ec_t546CFEAD3BD39390945BF0AB0D91E3273C8D1A67 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // exporterDict.Add(typeof(Nullable), (jt) => jt.ToObject>()); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; NullCheck(L_0); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1; L_1 = JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770(L_0, /*hidden argument*/JToken_ToObject_TisNullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_mD3822095E50C33679CF1F52D6C6361D33A3B6770_RuntimeMethod_var); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_2 = L_1; RuntimeObject * L_3 = Box(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_il2cpp_TypeInfo_var, &L_2); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Curve25519Holder__ctor_mAB53B8165B420DED881F71A9A800FB43DAB99AA0 (Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B * __this, const RuntimeMethod* method) { { // private Curve25519Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private Curve25519Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * Curve25519Holder_CreateParameters_m18F2429DE389EE4F813CD7BC2CF892C8451AAB14 (Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67622C0912E1DB49157B5DE8ACDA7606E811C5BC); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new Curve25519()); Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 * L_0 = (Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813 *)il2cpp_codegen_object_new(Curve25519_t13797482C35C0E5F136D922F92F980B7C4FC0813_il2cpp_TypeInfo_var); Curve25519__ctor_mCE0E038EA9C3A18971664A507C3E0EB1A78A2762(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD245A" // + "20AE19A1B8A086B4E01EDD2C7748D14C923D4D7E6D7C61B229E9C5A27ECED3D9")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral67622C0912E1DB49157B5DE8ACDA7606E811C5BC, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/Curve25519Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Curve25519Holder__cctor_mAF9636AA29914926845BC180BEE74B5E72CCDEFF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new Curve25519Holder(); Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B * L_0 = (Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B *)il2cpp_codegen_object_new(Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_il2cpp_TypeInfo_var); Curve25519Holder__ctor_mAB53B8165B420DED881F71A9A800FB43DAB99AA0(L_0, /*hidden argument*/NULL); ((Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_StaticFields*)il2cpp_codegen_static_fields_for(Curve25519Holder_tB94591030A0A8A5B8BFD6E0710C9E111A7FB615B_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Holder__ctor_mEEB3A860EFE82082BF0734698FB37DAE6CEF6712 (SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731 * __this, const RuntimeMethod* method) { { // private SM2P256V1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SM2P256V1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SM2P256V1Holder_CreateParameters_mE2F88C2814638D47461E9CF379D53AA55142033B (SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B27F4F229A5F8A9312626520F2F90422C548848); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SM2P256V1Curve()); SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * L_0 = (SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C *)il2cpp_codegen_object_new(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_il2cpp_TypeInfo_var); SM2P256V1Curve__ctor_mC3E45C417D82AE9A695D926527FB5DF2E5EFAE20(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7" // + "BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral8B27F4F229A5F8A9312626520F2F90422C548848, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SM2P256V1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Holder__cctor_m4E3C4AA2CA849B26B15E9B887A40B537A1FC1443 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SM2P256V1Holder(); SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731 * L_0 = (SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731 *)il2cpp_codegen_object_new(SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_il2cpp_TypeInfo_var); SM2P256V1Holder__ctor_mEEB3A860EFE82082BF0734698FB37DAE6CEF6712(L_0, /*hidden argument*/NULL); ((SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_StaticFields*)il2cpp_codegen_static_fields_for(SM2P256V1Holder_t6B142ECF2CB98883D69F1691FB1614FA48ABC731_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP128R1Holder__ctor_mDE61FF3287D8C6AB0D78A863EC6342A5E2B7366B (SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8 * __this, const RuntimeMethod* method) { { // private SecP128R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP128R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP128R1Holder_CreateParameters_m37395252EB822783DE54D2698FFCF6BBC930A0D8 (SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral082A85FC481BC9162A1D3A8B974388CA2575C2B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA541545AC7ABD1030907CF06229D618165CA0FF9); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("000E0D4D696E6768756151750CC03A4473D03679"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral082A85FC481BC9162A1D3A8B974388CA2575C2B0, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP128R1Curve()); SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E * L_1 = (SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E *)il2cpp_codegen_object_new(SecP128R1Curve_t9094E2B9644238D6060536D09510E6C9162CDB0E_il2cpp_TypeInfo_var); SecP128R1Curve__ctor_m0C075015D33FE04827A1EFDB3CD5FE1C4B18BF78(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "161FF7528B899B2D0C28607CA52C5B86" // + "CF5AC8395BAFEB13C02DA292DDED7A83")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralA541545AC7ABD1030907CF06229D618165CA0FF9, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP128R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP128R1Holder__cctor_m24941DBCAA6824585B4B47222B95BBE8103FE9ED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP128R1Holder(); SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8 * L_0 = (SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8 *)il2cpp_codegen_object_new(SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_il2cpp_TypeInfo_var); SecP128R1Holder__ctor_mDE61FF3287D8C6AB0D78A863EC6342A5E2B7366B(L_0, /*hidden argument*/NULL); ((SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_StaticFields*)il2cpp_codegen_static_fields_for(SecP128R1Holder_t2D6E9397D752E539640DA6A295EAAB0DFAD272B8_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160K1Holder__ctor_m116E7C34147FF459F618381D8ACB19BD1845EB58 (SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A * __this, const RuntimeMethod* method) { { // private SecP160K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP160K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP160K1Holder_CreateParameters_m1A562918D525F587572B7D03A26C72C6C171D9E4 (SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F5FF643AEFB3F01606B763BCE3EB3CA0F4CDB37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13ADC4031D216AC46030B8295DFA8A948A45C71C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DEA6DBC8A0D9F0EDF29F041B19CD4E17015DB03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FA118FF18D71618EB3BDD32868647552EAE8EC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6348F335497AB29517BBF47765568FB755023B4A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD389D736C510787FAF6582BCA9FB13F1E49B3BE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD80BB1CCB148A51722608F5698BA496FAB5ED13B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * V_1 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_2 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_3 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // GlvTypeBParameters glv = new GlvTypeBParameters( // new BigInteger("9ba48cba5ebcb9b6bd33b92830b2a2e0e192f10a", 16), // new BigInteger("c39c6c3b3a36d7701b9c71a1f5804ae5d0003f4", 16), // new BigInteger[]{ // new BigInteger("9162fbe73984472a0a9e", 16), // new BigInteger("-96341f1138933bc2f505", 16) }, // new BigInteger[]{ // new BigInteger("127971af8721782ecffa3", 16), // new BigInteger("9162fbe73984472a0a9e", 16) }, // new BigInteger("9162fbe73984472a0a9d0590", 16), // new BigInteger("96341f1138933bc2f503fd44", 16), // 176); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral0F5FF643AEFB3F01606B763BCE3EB3CA0F4CDB37, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_1, _stringLiteralD80BB1CCB148A51722608F5698BA496FAB5ED13B, ((int32_t)16), /*hidden argument*/NULL); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_2 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3 = L_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_4); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_5 = L_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_6, _stringLiteral6348F335497AB29517BBF47765568FB755023B4A, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_6); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_7 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_8 = L_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_9, _stringLiteral2DEA6DBC8A0D9F0EDF29F041B19CD4E17015DB03, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_9); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_10 = L_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_11, _stringLiteralDDAED0D6462878B2842683ABC73ED0374CE48F83, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_12, _stringLiteral13ADC4031D216AC46030B8295DFA8A948A45C71C, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_13, _stringLiteral3FA118FF18D71618EB3BDD32868647552EAE8EC1, ((int32_t)16), /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_14 = (GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD *)il2cpp_codegen_object_new(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mA477D1447EA53A12E140EB7F17441A6FF90A746F(L_14, L_0, L_1, L_5, L_10, L_12, L_13, ((int32_t)176), /*hidden argument*/NULL); V_1 = L_14; // ECCurve curve = ConfigureCurveGlv(new SecP160K1Curve(), glv); SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8 * L_15 = (SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8 *)il2cpp_codegen_object_new(SecP160K1Curve_t87658E34DED01B4A88556BFCB4B8C1842DC0D2F8_il2cpp_TypeInfo_var); SecP160K1Curve__ctor_mA44526AE58208ECB188C7D924CEC70BDBA9738C7(L_15, /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17; L_17 = CustomNamedCurves_ConfigureCurveGlv_mD4496136460BA674B4464DB2E6A6FBE19F73F909(L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "3B4C382CE37AA192A4019E763036F4F5DD4D7EBB" // + "938CF935318FDCED6BC28286531733C3F03C4FEE")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralD389D736C510787FAF6582BCA9FB13F1E49B3BE1, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_20 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_20, L_18, L_19, /*hidden argument*/NULL); V_3 = L_20; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_21 = V_2; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_22 = V_3; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_23 = V_2; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_23); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_25 = V_2; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_28 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_28, L_21, L_22, L_24, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160K1Holder__cctor_mD9591AF81EA448C45C23224C20EEB6FEA1135EE6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP160K1Holder(); SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A * L_0 = (SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A *)il2cpp_codegen_object_new(SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_il2cpp_TypeInfo_var); SecP160K1Holder__ctor_m116E7C34147FF459F618381D8ACB19BD1845EB58(L_0, /*hidden argument*/NULL); ((SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_StaticFields*)il2cpp_codegen_static_fields_for(SecP160K1Holder_t463AABB7BAB7581BD33749153C69B93FE929BE5A_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R1Holder__ctor_m1C758EDF2E92E5EEFF5E5DD7D8AF3047DB94DCBD (SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B * __this, const RuntimeMethod* method) { { // private SecP160R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP160R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP160R1Holder_CreateParameters_m1066307FD04E73D8262DC40FDBEBBBBE80B069C7 (SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63D645B087299040799270572BB8AEDAC3666248); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0A669EE38050E63D8F9CB5B9EE063F765162C1A); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("1053CDE42C14D696E67687561517533BF3F83345"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralB0A669EE38050E63D8F9CB5B9EE063F765162C1A, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP160R1Curve()); SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E * L_1 = (SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E *)il2cpp_codegen_object_new(SecP160R1Curve_t442E00201CC6F63D35D61A7D8609787EC71DA94E_il2cpp_TypeInfo_var); SecP160R1Curve__ctor_m3F915D8F1743A7D8EB7235D46D26E45B3D9F7149(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "4A96B5688EF573284664698968C38BB913CBFC82" // + "23A628553168947D59DCC912042351377AC5FB32")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral63D645B087299040799270572BB8AEDAC3666248, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R1Holder__cctor_mB63A8D6DBD3D499E0C1FEF3DE4309A3161101E93 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP160R1Holder(); SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B * L_0 = (SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B *)il2cpp_codegen_object_new(SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_il2cpp_TypeInfo_var); SecP160R1Holder__ctor_m1C758EDF2E92E5EEFF5E5DD7D8AF3047DB94DCBD(L_0, /*hidden argument*/NULL); ((SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_StaticFields*)il2cpp_codegen_static_fields_for(SecP160R1Holder_t91C224CDD5C2D721F4594649DD33797DC528941B_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R2Holder__ctor_mE5B3BEEE435CE00D53D29B794AA9A023235D3D0F (SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC * __this, const RuntimeMethod* method) { { // private SecP160R2Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP160R2Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP160R2Holder_CreateParameters_mA4521F7EF3415BFF78777F829C00CD54166AF974 (SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBA4631906F4C458CB2BBDD76F7D84AFE7525CAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDE743FF61CBDF72BF05A4EC3478FED4F69A1F35); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("B99B99B099B323E02709A4D696E6768756151751"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralCDE743FF61CBDF72BF05A4EC3478FED4F69A1F35, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP160R2Curve()); SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633 * L_1 = (SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633 *)il2cpp_codegen_object_new(SecP160R2Curve_tBD65C0EC7161EFCD69149F2B8E4C7D037BCA7633_il2cpp_TypeInfo_var); SecP160R2Curve__ctor_m981B11036EAA53F4AD0F13CFD80B5D13A76447D2(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "52DCB034293A117E1F4FF11B30F7199D3144CE6D" // + "FEAFFEF2E331F296E071FA0DF9982CFEA7D43F2E")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralBBA4631906F4C458CB2BBDD76F7D84AFE7525CAA, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP160R2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP160R2Holder__cctor_mB59E250EB8CBCBF11B7E06C0B17798473C25D138 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP160R2Holder(); SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC * L_0 = (SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC *)il2cpp_codegen_object_new(SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_il2cpp_TypeInfo_var); SecP160R2Holder__ctor_mE5B3BEEE435CE00D53D29B794AA9A023235D3D0F(L_0, /*hidden argument*/NULL); ((SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_StaticFields*)il2cpp_codegen_static_fields_for(SecP160R2Holder_t07FD18A3D4F34F99D18D503D3651439959F1DCFC_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192K1Holder__ctor_m8D73BCA37859221DD695C9055EB17CBD72149805 (SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E * __this, const RuntimeMethod* method) { { // private SecP192K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP192K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP192K1Holder_CreateParameters_m7B74A2EAF0A7243188A2269B627E4CE836B7B05B (SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral145B6886ABDB6A64E26865445286469C28883644); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15642A007D2DB9637EDCE7B2736386295A0794F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B5ACAADD2A8DCA517A95E30580025EB72B85BA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66ACDB186A389494B8890447B8BD0CD5D6BC5468); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78825798A96E402C2095EAC6CA168925BB1DD273); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA7FEA15E28556ABCF292DF70F8DE729DD42B9BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF039081843B0873E486DA8DBFF2DEA212D36D006); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * V_1 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_2 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_3 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // GlvTypeBParameters glv = new GlvTypeBParameters( // new BigInteger("bb85691939b869c1d087f601554b96b80cb4f55b35f433c2", 16), // new BigInteger("3d84f26c12238d7b4f3d516613c1759033b1a5800175d0b1", 16), // new BigInteger[]{ // new BigInteger("71169be7330b3038edb025f1", 16), // new BigInteger("-b3fb3400dec5c4adceb8655c", 16) }, // new BigInteger[]{ // new BigInteger("12511cfe811d0f4e6bc688b4d", 16), // new BigInteger("71169be7330b3038edb025f1", 16) }, // new BigInteger("71169be7330b3038edb025f1d0f9", 16), // new BigInteger("b3fb3400dec5c4adceb8655d4c94", 16), // 208); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteralF039081843B0873E486DA8DBFF2DEA212D36D006, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_1, _stringLiteral3B5ACAADD2A8DCA517A95E30580025EB72B85BA6, ((int32_t)16), /*hidden argument*/NULL); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_2 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3 = L_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_4); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_5 = L_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_6, _stringLiteral145B6886ABDB6A64E26865445286469C28883644, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_6); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_7 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_8 = L_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_9, _stringLiteral78825798A96E402C2095EAC6CA168925BB1DD273, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_9); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_10 = L_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_11, _stringLiteralE02E459F438C286495D11178551E1FA8C62B10AA, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_12, _stringLiteral15642A007D2DB9637EDCE7B2736386295A0794F7, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_13, _stringLiteral66ACDB186A389494B8890447B8BD0CD5D6BC5468, ((int32_t)16), /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_14 = (GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD *)il2cpp_codegen_object_new(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mA477D1447EA53A12E140EB7F17441A6FF90A746F(L_14, L_0, L_1, L_5, L_10, L_12, L_13, ((int32_t)208), /*hidden argument*/NULL); V_1 = L_14; // ECCurve curve = ConfigureCurveGlv(new SecP192K1Curve(), glv); SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5 * L_15 = (SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5 *)il2cpp_codegen_object_new(SecP192K1Curve_tABE6933F82FC542A75AF653A628894FF831C2CB5_il2cpp_TypeInfo_var); SecP192K1Curve__ctor_m4FFD75B67C2CFC72E7FF0618CA865458DC1F3D40(L_15, /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17; L_17 = CustomNamedCurves_ConfigureCurveGlv_mD4496136460BA674B4464DB2E6A6FBE19F73F909(L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D" // + "9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralEA7FEA15E28556ABCF292DF70F8DE729DD42B9BE, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_20 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_20, L_18, L_19, /*hidden argument*/NULL); V_3 = L_20; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_21 = V_2; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_22 = V_3; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_23 = V_2; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_23); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_25 = V_2; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_28 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_28, L_21, L_22, L_24, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192K1Holder__cctor_m2EA7B5288B001D73F5A04FA9A86F5BDC5F72E465 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP192K1Holder(); SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E * L_0 = (SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E *)il2cpp_codegen_object_new(SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_il2cpp_TypeInfo_var); SecP192K1Holder__ctor_m8D73BCA37859221DD695C9055EB17CBD72149805(L_0, /*hidden argument*/NULL); ((SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_StaticFields*)il2cpp_codegen_static_fields_for(SecP192K1Holder_tE4B65409FE39F01E79BF7B0DB8FE03957406B59E_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192R1Holder__ctor_m904053EC5F0B0B35B37B7DFA78CAE6EBFE4C5B50 (SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334 * __this, const RuntimeMethod* method) { { // private SecP192R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP192R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP192R1Holder_CreateParameters_m7F56C4826A7F6DD8870780B46FEAB5D8E318E3F3 (SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68B0DC046D209BD5398B35F8CCEB1B94183E45FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C66025C930510EE67E22EBE245B7FF0CA5F1EC); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("3045AE6FC8422F64ED579528D38120EAE12196D5"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral77C66025C930510EE67E22EBE245B7FF0CA5F1EC, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP192R1Curve()); SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A * L_1 = (SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A *)il2cpp_codegen_object_new(SecP192R1Curve_t620AA99B8C9EB3B057582DA81C2D790AFF36C65A_il2cpp_TypeInfo_var); SecP192R1Curve__ctor_mC1AF61DFCD2DDD2FCE7C852942386D3BCCF8F291(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012" // + "07192B95FFC8DA78631011ED6B24CDD573F977A11E794811")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral68B0DC046D209BD5398B35F8CCEB1B94183E45FD, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP192R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP192R1Holder__cctor_m64A90EC5FB565DC04A620F2FDCA7D42F7FCB26DA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP192R1Holder(); SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334 * L_0 = (SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334 *)il2cpp_codegen_object_new(SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_il2cpp_TypeInfo_var); SecP192R1Holder__ctor_m904053EC5F0B0B35B37B7DFA78CAE6EBFE4C5B50(L_0, /*hidden argument*/NULL); ((SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_StaticFields*)il2cpp_codegen_static_fields_for(SecP192R1Holder_t11133417D56A51ACC043D7367F590C34D5F59334_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224K1Holder__ctor_m5384FAA20E21524785371CA01F081C6CE12A2BA3 (SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B * __this, const RuntimeMethod* method) { { // private SecP224K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP224K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP224K1Holder_CreateParameters_mD4CAC9FA81CD628B0ED490F800410C078F3CC951 (SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral067BCD1E94036BAA45EEB46A45E24C5F087782B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19AB8440A3272EB3FA12DA209B0DD4AB1E7B34D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C21B08946C4F5FAF4891F8DC09CEEB35F5A1737); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F52AE63B7C5BFD02F09A133E6C738E301EE7525); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8123ADD0461274D47114601C355EAFAB50371447); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98E19DCE961E48AB5A96909758B77A3257C9B7B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBB8F81499B57D6CBFD03813D212598C06FEE577); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * V_1 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_2 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_3 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // GlvTypeBParameters glv = new GlvTypeBParameters( // new BigInteger("fe0e87005b4e83761908c5131d552a850b3f58b749c37cf5b84d6768", 16), // new BigInteger("60dcd2104c4cbc0be6eeefc2bdd610739ec34e317f9b33046c9e4788", 16), // new BigInteger[]{ // new BigInteger("6b8cf07d4ca75c88957d9d670591", 16), // new BigInteger("-b8adf1378a6eb73409fa6c9c637d", 16) }, // new BigInteger[]{ // new BigInteger("1243ae1b4d71613bc9f780a03690e", 16), // new BigInteger("6b8cf07d4ca75c88957d9d670591", 16) }, // new BigInteger("6b8cf07d4ca75c88957d9d67059037a4", 16), // new BigInteger("b8adf1378a6eb73409fa6c9c637ba7f5", 16), // 240); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral067BCD1E94036BAA45EEB46A45E24C5F087782B3, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_1, _stringLiteral19AB8440A3272EB3FA12DA209B0DD4AB1E7B34D5, ((int32_t)16), /*hidden argument*/NULL); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_2 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3 = L_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_4); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_5 = L_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_6, _stringLiteralBBB8F81499B57D6CBFD03813D212598C06FEE577, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_6); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_7 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_8 = L_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_9, _stringLiteral3C21B08946C4F5FAF4891F8DC09CEEB35F5A1737, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_9); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_10 = L_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_11, _stringLiteral9F6854387F847DBAFF44934E6350C3D139DA8527, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_12, _stringLiteral98E19DCE961E48AB5A96909758B77A3257C9B7B0, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_13, _stringLiteral8123ADD0461274D47114601C355EAFAB50371447, ((int32_t)16), /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_14 = (GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD *)il2cpp_codegen_object_new(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mA477D1447EA53A12E140EB7F17441A6FF90A746F(L_14, L_0, L_1, L_5, L_10, L_12, L_13, ((int32_t)240), /*hidden argument*/NULL); V_1 = L_14; // ECCurve curve = ConfigureCurveGlv(new SecP224K1Curve(), glv); SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B * L_15 = (SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B *)il2cpp_codegen_object_new(SecP224K1Curve_t871F2F73439E92B58FB85BD6C8EC88FDE236D35B_il2cpp_TypeInfo_var); SecP224K1Curve__ctor_m54B9128D472414F77B9AA2750CE76D7F11C14221(L_15, /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17; L_17 = CustomNamedCurves_ConfigureCurveGlv_mD4496136460BA674B4464DB2E6A6FBE19F73F909(L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "A1455B334DF099DF30FC28A169A467E9E47075A90F7E650EB6B7A45C" // + "7E089FED7FBA344282CAFBD6F7E319F7C0B0BD59E2CA4BDB556D61A5")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral5F52AE63B7C5BFD02F09A133E6C738E301EE7525, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_20 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_20, L_18, L_19, /*hidden argument*/NULL); V_3 = L_20; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_21 = V_2; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_22 = V_3; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_23 = V_2; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_23); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_25 = V_2; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_28 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_28, L_21, L_22, L_24, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224K1Holder__cctor_mBAD898640D037FC5745B8A94C31775E5934184DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP224K1Holder(); SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B * L_0 = (SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B *)il2cpp_codegen_object_new(SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_il2cpp_TypeInfo_var); SecP224K1Holder__ctor_m5384FAA20E21524785371CA01F081C6CE12A2BA3(L_0, /*hidden argument*/NULL); ((SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_StaticFields*)il2cpp_codegen_static_fields_for(SecP224K1Holder_t96AF02936ED6C96151228D17830F82FA02FC5D9B_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224R1Holder__ctor_mC50658AFB0EACE8E8839873A80AA8A1684B42398 (SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001 * __this, const RuntimeMethod* method) { { // private SecP224R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP224R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP224R1Holder_CreateParameters_mD51C4E2C2C536929E0583B6153121C22921D1CB2 (SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46965B78C497683855CDF41381BC0F2CDD09CC59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF33F118FB92FB6DB2DA46F889584F679CBB7AE10); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("BD71344799D5C7FCDC45B59FA3B9AB8F6A948BC5"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF33F118FB92FB6DB2DA46F889584F679CBB7AE10, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP224R1Curve()); SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1 * L_1 = (SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1 *)il2cpp_codegen_object_new(SecP224R1Curve_tD2242B068AA82F224D985DBD69D3753EB0D5DAD1_il2cpp_TypeInfo_var); SecP224R1Curve__ctor_mB9922181EC8D513513EC09B6E7CE7F225FC047EA(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21" // + "BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral46965B78C497683855CDF41381BC0F2CDD09CC59, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP224R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP224R1Holder__cctor_m9BAC0030EED065C84BF42DD280BD5D7376865837 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP224R1Holder(); SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001 * L_0 = (SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001 *)il2cpp_codegen_object_new(SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_il2cpp_TypeInfo_var); SecP224R1Holder__ctor_mC50658AFB0EACE8E8839873A80AA8A1684B42398(L_0, /*hidden argument*/NULL); ((SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_StaticFields*)il2cpp_codegen_static_fields_for(SecP224R1Holder_t6304BBB821E9E2BCCB37D91EE3E183A75E427001_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Holder__ctor_mEB74CC80FF4FFD973B5832A3E96E3C614A541EE9 (SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775 * __this, const RuntimeMethod* method) { { // private SecP256K1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP256K1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP256K1Holder_CreateParameters_mCAB35C7DD5D288632AD5704E348465CE9B63A3F1 (SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0706A33BB092998B17864439BF888E93F35B08D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08FC392C0E824C3B78C98DE01B767270A53DCB12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3163DE349A429DD7A75C2880BCA8649376A11643); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EECAA92D98A4BA3E8AABFA36B5029E6E72B9FE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683F37EC4A215A44555082EA88D2E170B5DA1447); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85736300AFDCF4B38F0A9679DBB6F47B0EF697AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC68E93161F8C3334B631019EF34012F314C87B40); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * V_1 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_2 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_3 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // GlvTypeBParameters glv = new GlvTypeBParameters( // new BigInteger("7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee", 16), // new BigInteger("5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72", 16), // new BigInteger[]{ // new BigInteger("3086d221a7d46bcde86c90e49284eb15", 16), // new BigInteger("-e4437ed6010e88286f547fa90abfe4c3", 16) }, // new BigInteger[]{ // new BigInteger("114ca50f7a8e2f3f657c1108d9d44cfd8", 16), // new BigInteger("3086d221a7d46bcde86c90e49284eb15", 16) }, // new BigInteger("3086d221a7d46bcde86c90e49284eb153dab", 16), // new BigInteger("e4437ed6010e88286f547fa90abfe4c42212", 16), // 272); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_0, _stringLiteral683F37EC4A215A44555082EA88D2E170B5DA1447, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_1, _stringLiteral85736300AFDCF4B38F0A9679DBB6F47B0EF697AC, ((int32_t)16), /*hidden argument*/NULL); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_2 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3 = L_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_4, _stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_4); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_5 = L_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_6, _stringLiteral5EECAA92D98A4BA3E8AABFA36B5029E6E72B9FE0, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_6); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_7 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_8 = L_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_9, _stringLiteral3163DE349A429DD7A75C2880BCA8649376A11643, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_9); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_10 = L_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_11, _stringLiteral7F83D1397ECE0E7B3201C5806F0A4D62DFC36B55, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_12, _stringLiteral0706A33BB092998B17864439BF888E93F35B08D1, ((int32_t)16), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mF560B008C7A821AB48B9EDAD33102982D1542C93(L_13, _stringLiteralC68E93161F8C3334B631019EF34012F314C87B40, ((int32_t)16), /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_14 = (GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD *)il2cpp_codegen_object_new(GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD_il2cpp_TypeInfo_var); GlvTypeBParameters__ctor_mA477D1447EA53A12E140EB7F17441A6FF90A746F(L_14, L_0, L_1, L_5, L_10, L_12, L_13, ((int32_t)272), /*hidden argument*/NULL); V_1 = L_14; // ECCurve curve = ConfigureCurveGlv(new SecP256K1Curve(), glv); SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2 * L_15 = (SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2 *)il2cpp_codegen_object_new(SecP256K1Curve_t1B5A1A8E8602D15BF671C65F61B26CC6BC93C0B2_il2cpp_TypeInfo_var); SecP256K1Curve__ctor_mC2CC97AD24163F9AD43D7E07B36BCA648932958E(L_15, /*hidden argument*/NULL); GlvTypeBParameters_tF798C7C0D6DA6B7457364A9542D20EA7A8E408FD * L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_17; L_17 = CustomNamedCurves_ConfigureCurveGlv_mD4496136460BA674B4464DB2E6A6FBE19F73F909(L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798" // + "483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral08FC392C0E824C3B78C98DE01B767270A53DCB12, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_20 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_20, L_18, L_19, /*hidden argument*/NULL); V_3 = L_20; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_21 = V_2; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_22 = V_3; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_23 = V_2; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_23); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_25 = V_2; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26; L_26 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_28 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_28, L_21, L_22, L_24, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Holder__cctor_mE435E48FD64F136CA8279B1CC1E4D6E2DD77756A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP256K1Holder(); SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775 * L_0 = (SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775 *)il2cpp_codegen_object_new(SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_il2cpp_TypeInfo_var); SecP256K1Holder__ctor_mEB74CC80FF4FFD973B5832A3E96E3C614A541EE9(L_0, /*hidden argument*/NULL); ((SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_StaticFields*)il2cpp_codegen_static_fields_for(SecP256K1Holder_t8E9E5B6ECBB9E774531994EABF32887468E2F775_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Holder__ctor_mB877618F63309DBD7CC60B14A782DE52DE6FE002 (SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43 * __this, const RuntimeMethod* method) { { // private SecP256R1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP256R1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP256R1Holder_CreateParameters_m00410C85C54FB34F38BD1FDE664F9639A79740E7 (SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral736B8C0D37EBD403829A528952F68DE7B6EE8CB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6C6729487D9880A1A46CDDD120D87207BB095AD); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("C49D360886E704936A6678E1139D26B7819F7E90"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralB6C6729487D9880A1A46CDDD120D87207BB095AD, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP256R1Curve()); SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * L_1 = (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 *)il2cpp_codegen_object_new(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); SecP256R1Curve__ctor_m35DA3FAFED94A66444A7D7F7711D1EE63A54ED6F(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296" // + "4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral736B8C0D37EBD403829A528952F68DE7B6EE8CB5, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP256R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Holder__cctor_m521137826E47921B07085D35B33368B9518F4E88 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP256R1Holder(); SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43 * L_0 = (SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43 *)il2cpp_codegen_object_new(SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_il2cpp_TypeInfo_var); SecP256R1Holder__ctor_mB877618F63309DBD7CC60B14A782DE52DE6FE002(L_0, /*hidden argument*/NULL); ((SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Holder_t218E9267CAEF895798F55EEC8CA8A5079FC64A43_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Holder__ctor_m0D5ED9A126421275DACC37B2FCF227D21881E57C (SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A * __this, const RuntimeMethod* method) { { // private SecP384R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP384R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP384R1Holder_CreateParameters_mD96E02150E6D6D122B41F8F4DDFECB5A18E7347E (SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral462932E2EEBDB8E1CD4E4CC0BE1BBD9777B2DE31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F497051B441243A1A42D5A9C5A9D15A7C97D08A); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("A335926AA319A27A1D00896A6773A4827ACDAC73"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral462932E2EEBDB8E1CD4E4CC0BE1BBD9777B2DE31, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP384R1Curve()); SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * L_1 = (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 *)il2cpp_codegen_object_new(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); SecP384R1Curve__ctor_m9D55E8380399E39DE4F711A8D369C93E09E40765(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "AA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B9859F741E082542A385502F25DBF55296C3A545E3872760AB7" // + "3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A147CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral7F497051B441243A1A42D5A9C5A9D15A7C97D08A, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP384R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Holder__cctor_m64013F3C7F46AB0A894991F40C9661F6F4AE6A82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP384R1Holder(); SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A * L_0 = (SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A *)il2cpp_codegen_object_new(SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_il2cpp_TypeInfo_var); SecP384R1Holder__ctor_m0D5ED9A126421275DACC37B2FCF227D21881E57C(L_0, /*hidden argument*/NULL); ((SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Holder_t5AAB611281E5F8212EC2AA3B5E08E2BA0762B78A_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Holder__ctor_m7C994B8F3252C4C9A28954C5B02F42A406A9F1C3 (SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7 * __this, const RuntimeMethod* method) { { // private SecP521R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecP521R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecP521R1Holder_CreateParameters_mB61A049518C45EDB41D4793F71A8A54D4A714854 (SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B3B0902AFFD71AC0A61E24B97CE57857253A593); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CE4FF76C9A3AA8EACB2642C3029DD05C6E29F82); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("D09E8800291CB85396CC6717393284AAA0DA64BA"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral6CE4FF76C9A3AA8EACB2642C3029DD05C6E29F82, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecP521R1Curve()); SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * L_1 = (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF *)il2cpp_codegen_object_new(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); SecP521R1Curve__ctor_mCDF3FDDBEE7CAEB4D195CCF1FBCFD407F69220A5(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "00C6858E06B70404E9CD9E3ECB662395B4429C648139053FB521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B3C1856A429BF97E7E31C2E5BD66" // + "011839296A789A3BC0045C8A5FB42C7D1BD998F54449579B446817AFBD17273E662C97EE72995EF42640C550B9013FAD0761353C7086A272C24088BE94769FD16650")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral3B3B0902AFFD71AC0A61E24B97CE57857253A593, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecP521R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Holder__cctor_m187144609C6334F376DB5C8A77AF0B121863A372 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecP521R1Holder(); SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7 * L_0 = (SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7 *)il2cpp_codegen_object_new(SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_il2cpp_TypeInfo_var); SecP521R1Holder__ctor_m7C994B8F3252C4C9A28954C5B02F42A406A9F1C3(L_0, /*hidden argument*/NULL); ((SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Holder_tD30F669C5E6F5024E295ECCAB48C8789332DFBE7_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Holder__ctor_m1BFE5D84B87CF5EC5D2FA342F6F2101BBD79F071 (SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD * __this, const RuntimeMethod* method) { { // private SecT113R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT113R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT113R1Holder_CreateParameters_mABD815F0F31C2B9A083A63C5692118FC4825208E (SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F90543F5A3A0562EA33B07913037B0D098325A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18BE09809C40016F56842A902791F9D32E3B6EF); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("10E723AB14D696E6768756151756FEBF8FCB49A9"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral9F90543F5A3A0562EA33B07913037B0D098325A9, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT113R1Curve()); SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * L_1 = (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 *)il2cpp_codegen_object_new(SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2_il2cpp_TypeInfo_var); SecT113R1Curve__ctor_m125BBFEFC5BA374F21B688ADD3CCC3858615CFA6(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "009D73616F35F4AB1407D73562C10F" // + "00A52830277958EE84D1315ED31886")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralC18BE09809C40016F56842A902791F9D32E3B6EF, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Holder__cctor_m17BA743A17EDB13BDAA309DCF0156EB5591755F3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT113R1Holder(); SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD * L_0 = (SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD *)il2cpp_codegen_object_new(SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_il2cpp_TypeInfo_var); SecT113R1Holder__ctor_m1BFE5D84B87CF5EC5D2FA342F6F2101BBD79F071(L_0, /*hidden argument*/NULL); ((SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_StaticFields*)il2cpp_codegen_static_fields_for(SecT113R1Holder_t53695CF8AFF6F4C0AEB5DD300FD3DE2627C620AD_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Holder__ctor_m0690047F4E0D7EA4B8FB34E75F05D00057ECDE41 (SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF * __this, const RuntimeMethod* method) { { // private SecT113R2Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT113R2Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT113R2Holder_CreateParameters_m24205D7D89A0AF0BE9C52F06BA9B4CA0D802874A (SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC4454BBD197B8E5659F69D7AA70021B1E5EDBF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA6D41E982D08C3E12A9BFBD660B653B7240D5ED); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("10C0FB15760860DEF1EEF4D696E676875615175D"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralEC4454BBD197B8E5659F69D7AA70021B1E5EDBF5, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT113R2Curve()); SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * L_1 = (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E *)il2cpp_codegen_object_new(SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E_il2cpp_TypeInfo_var); SecT113R2Curve__ctor_mEBDD1353BC5AD00DC159F4081932200C465C8E83(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "01A57A6A7B26CA5EF52FCDB8164797" // + "00B3ADC94ED1FE674C06E695BABA1D")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralFA6D41E982D08C3E12A9BFBD660B653B7240D5ED, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT113R2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Holder__cctor_m6064467393A230DE0F1647C21DCD39C92C4EE0FE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT113R2Holder(); SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF * L_0 = (SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF *)il2cpp_codegen_object_new(SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_il2cpp_TypeInfo_var); SecT113R2Holder__ctor_m0690047F4E0D7EA4B8FB34E75F05D00057ECDE41(L_0, /*hidden argument*/NULL); ((SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_StaticFields*)il2cpp_codegen_static_fields_for(SecT113R2Holder_t88CDE9B6503C916B46A1C87327B42E8772F551DF_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Holder__ctor_mA1BDB7B35A6F1546BD33EAF80B2E20AD40740598 (SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613 * __this, const RuntimeMethod* method) { { // private SecT131R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT131R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT131R1Holder_CreateParameters_mAE51DB6861C93CE395C106E6BEDF76E43CAC4D6C (SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral122BFB5863FEA822BB7DB927C9C2D5E08DF70744); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8D3D2C9BA1C4FBB1312CEC0DA1EC0F1A463D9E2); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("4D696E676875615175985BD3ADBADA21B43A97E2"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF8D3D2C9BA1C4FBB1312CEC0DA1EC0F1A463D9E2, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT131R1Curve()); SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * L_1 = (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 *)il2cpp_codegen_object_new(SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621_il2cpp_TypeInfo_var); SecT131R1Curve__ctor_m3566CEB2115D6C55B46D05FEE779A8D608FBD924(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "0081BAF91FDF9833C40F9C181343638399" // + "078C6E7EA38C001F73C8134B1B4EF9E150")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral122BFB5863FEA822BB7DB927C9C2D5E08DF70744, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Holder__cctor_mA313B426D8BFF8707A66F7D3CD90FB7578BA8C77 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT131R1Holder(); SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613 * L_0 = (SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613 *)il2cpp_codegen_object_new(SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_il2cpp_TypeInfo_var); SecT131R1Holder__ctor_mA1BDB7B35A6F1546BD33EAF80B2E20AD40740598(L_0, /*hidden argument*/NULL); ((SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_StaticFields*)il2cpp_codegen_static_fields_for(SecT131R1Holder_t48D97F806D1DA96376194B17CEF4D35FB8CA8613_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Holder__ctor_m7D73C3F3FC17B3F84018C52DCF97A5E9BD72FC2E (SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2 * __this, const RuntimeMethod* method) { { // private SecT131R2Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT131R2Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT131R2Holder_CreateParameters_m5344F416B8020F30700C2AFCDED307F534233530 (SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1405E4A6FFDD0854982EA7768A7B4D953DC16844); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D21766FA243325B8DAF51FBF17FC7423634B04F); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("985BD3ADBAD4D696E676875615175A21B43A97E3"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral5D21766FA243325B8DAF51FBF17FC7423634B04F, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT131R2Curve()); SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * L_1 = (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 *)il2cpp_codegen_object_new(SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391_il2cpp_TypeInfo_var); SecT131R2Curve__ctor_mC1A38548700CC59213C8ED244BC6CB3A8940B5E6(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "0356DCD8F2F95031AD652D23951BB366A8" // + "0648F06D867940A5366D9E265DE9EB240F")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral1405E4A6FFDD0854982EA7768A7B4D953DC16844, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT131R2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Holder__cctor_m72F39F1F0A530AC3D00F22F7C2FE677F79B0C2DB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT131R2Holder(); SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2 * L_0 = (SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2 *)il2cpp_codegen_object_new(SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_il2cpp_TypeInfo_var); SecT131R2Holder__ctor_m7D73C3F3FC17B3F84018C52DCF97A5E9BD72FC2E(L_0, /*hidden argument*/NULL); ((SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_StaticFields*)il2cpp_codegen_static_fields_for(SecT131R2Holder_t8B902E06B2AF77AB9C055E7FBE3FD3591B40F8A2_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163K1Holder__ctor_mD9FBEC71BFA59B132D7BB193F149CDD99D47F1DB (SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B * __this, const RuntimeMethod* method) { { // private SecT163K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT163K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT163K1Holder_CreateParameters_mFEEC84CBEC44ABE5D974C2CDA532AD25B209644D (SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55222BD399E23BEE06115515650DF51D1B6FE02A); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SecT163K1Curve()); SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD * L_0 = (SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD *)il2cpp_codegen_object_new(SecT163K1Curve_tBF0DA7EFE6A7195DA52FA8947EDDBB54471DD9FD_il2cpp_TypeInfo_var); SecT163K1Curve__ctor_mC16FED22976FFAA4F7E58D009A924572A9A86A4E(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "02FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8" // + "0289070FB05D38FF58321F2E800536D538CCDAA3D9")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral55222BD399E23BEE06115515650DF51D1B6FE02A, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163K1Holder__cctor_mC7E15EACBCCDE953AAC0B18F1954C836F02E087A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT163K1Holder(); SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B * L_0 = (SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B *)il2cpp_codegen_object_new(SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_il2cpp_TypeInfo_var); SecT163K1Holder__ctor_mD9FBEC71BFA59B132D7BB193F149CDD99D47F1DB(L_0, /*hidden argument*/NULL); ((SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_StaticFields*)il2cpp_codegen_static_fields_for(SecT163K1Holder_t5868BCEFBCEBD82CD407611698B3B09DFF53291B_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R1Holder__ctor_m54DE17B7898E587C667B5933F182171F120CEE93 (SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125 * __this, const RuntimeMethod* method) { { // private SecT163R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT163R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT163R1Holder_CreateParameters_m35CF1B1285488D683D36A6318CD16374138086D5 (SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B1DCE4CCC91ABF973D7C6F040C54B79216D130); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral661C768A6EC1DE373D4760BFAA316A0C6B6CD8DB); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("24B7B137C8A14D696E6768756151756FD0DA2E5C"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral51B1DCE4CCC91ABF973D7C6F040C54B79216D130, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT163R1Curve()); SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A * L_1 = (SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A *)il2cpp_codegen_object_new(SecT163R1Curve_t6369B6FFCD444FAC8738772A8B0BC14AE2B4652A_il2cpp_TypeInfo_var); SecT163R1Curve__ctor_m33C2D4A72CF1D6F981D23F012D9254B2CE53D460(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "0369979697AB43897789566789567F787A7876A654" // + "00435EDB42EFAFB2989D51FEFCE3C80988F41FF883")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral661C768A6EC1DE373D4760BFAA316A0C6B6CD8DB, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R1Holder__cctor_mE56F88112CA06097AD582AB3D8A1F26DF4E98D05 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT163R1Holder(); SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125 * L_0 = (SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125 *)il2cpp_codegen_object_new(SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_il2cpp_TypeInfo_var); SecT163R1Holder__ctor_m54DE17B7898E587C667B5933F182171F120CEE93(L_0, /*hidden argument*/NULL); ((SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_StaticFields*)il2cpp_codegen_static_fields_for(SecT163R1Holder_tDA0468C3AA57E12A611F4E8F4FEFDB0F07D78125_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R2Holder__ctor_m0A1A4D1629B9EF8CB92648C352AE4B7E42CF3DE1 (SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765 * __this, const RuntimeMethod* method) { { // private SecT163R2Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT163R2Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT163R2Holder_CreateParameters_m5BFCC2681F824A760FDCF0434EB1FE63568E7FA6 (SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral275F1DA8562693C878B0D38715EF3B9B2CA7C159); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CCD9B9EDD6FEE3858916086082F27FC7D3D43A0); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("85E25BFE5C86226CDB12016F7553F9D0E693A268"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral5CCD9B9EDD6FEE3858916086082F27FC7D3D43A0, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT163R2Curve()); SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10 * L_1 = (SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10 *)il2cpp_codegen_object_new(SecT163R2Curve_t713B62C53EAF65BA34F66D5A6C43EB8025223C10_il2cpp_TypeInfo_var); SecT163R2Curve__ctor_mBCEEF0B60A430BEC3143C60D5A7C7BED19D6FAF5(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "03F0EBA16286A2D57EA0991168D4994637E8343E36" // + "00D51FBC6C71A0094FA2CDD545B11C5C0C797324F1")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral275F1DA8562693C878B0D38715EF3B9B2CA7C159, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT163R2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163R2Holder__cctor_m0CDD55AB8E28B36CDD87A904E16C94682DD35919 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT163R2Holder(); SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765 * L_0 = (SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765 *)il2cpp_codegen_object_new(SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_il2cpp_TypeInfo_var); SecT163R2Holder__ctor_m0A1A4D1629B9EF8CB92648C352AE4B7E42CF3DE1(L_0, /*hidden argument*/NULL); ((SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_StaticFields*)il2cpp_codegen_static_fields_for(SecT163R2Holder_t6FC4338E700EF75DAB2464D6B75260B664998765_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R1Holder__ctor_mDA44198A2E91E8A64CC7CDAF18B3710E7600B285 (SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308 * __this, const RuntimeMethod* method) { { // private SecT193R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT193R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT193R1Holder_CreateParameters_m04F76C81FDC3566489DB2DB72DF4EB1CEFAE2608 (SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30E3DCF4CB38AE0C18D99584F88F74FCD3EEF04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3D218FA8DEACAA4642184107DFEFDBC21A7EF78); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("103FAEC74D696E676875615175777FC5B191EF30"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral30E3DCF4CB38AE0C18D99584F88F74FCD3EEF04E, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT193R1Curve()); SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535 * L_1 = (SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535 *)il2cpp_codegen_object_new(SecT193R1Curve_tA4F9C318D0AC39B2046F2A58FBF4354292CB4535_il2cpp_TypeInfo_var); SecT193R1Curve__ctor_mC4772C348B6482EC83025CAE4700C242BE6B96C2(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "01F481BC5F0FF84A74AD6CDF6FDEF4BF6179625372D8C0C5E1" // + "0025E399F2903712CCF3EA9E3A1AD17FB0B3201B6AF7CE1B05")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralA3D218FA8DEACAA4642184107DFEFDBC21A7EF78, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R1Holder__cctor_mE7664103F2BAABA31E710B957F61436BA0F3D874 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT193R1Holder(); SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308 * L_0 = (SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308 *)il2cpp_codegen_object_new(SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_il2cpp_TypeInfo_var); SecT193R1Holder__ctor_mDA44198A2E91E8A64CC7CDAF18B3710E7600B285(L_0, /*hidden argument*/NULL); ((SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_StaticFields*)il2cpp_codegen_static_fields_for(SecT193R1Holder_t42444923E49A4C4DEAA1DAC67945E841BF634308_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R2Holder__ctor_m7B5BF4DAEE182686E09EC6A514E800C237A7F612 (SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745 * __this, const RuntimeMethod* method) { { // private SecT193R2Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT193R2Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT193R2Holder_CreateParameters_m56B415983E75F2E4CCE71385912A6F4BF2906C21 (SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16E69EF7214BCE520D8B1EB1F2CC431E2E22D713); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral271F9BD5F9F19FBC8A53C199CBB18D60D5C54062); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("10B7B4D696E676875615175137C8A16FD0DA2211"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral16E69EF7214BCE520D8B1EB1F2CC431E2E22D713, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT193R2Curve()); SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524 * L_1 = (SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524 *)il2cpp_codegen_object_new(SecT193R2Curve_t1851E5CE7EDE194E9CA9CEC8066FCE34F6634524_il2cpp_TypeInfo_var); SecT193R2Curve__ctor_m05E211DC1DC0936600663EAD0A859422718254BC(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "00D9B67D192E0367C803F39E1A7E82CA14A651350AAE617E8F" // + "01CE94335607C304AC29E7DEFBD9CA01F596F927224CDECF6C")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral271F9BD5F9F19FBC8A53C199CBB18D60D5C54062, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT193R2Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT193R2Holder__cctor_mF41B43A9D1FFF7EA2EEFE0225F1EF6CB2E6B8F2F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT193R2Holder(); SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745 * L_0 = (SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745 *)il2cpp_codegen_object_new(SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_il2cpp_TypeInfo_var); SecT193R2Holder__ctor_m7B5BF4DAEE182686E09EC6A514E800C237A7F612(L_0, /*hidden argument*/NULL); ((SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_StaticFields*)il2cpp_codegen_static_fields_for(SecT193R2Holder_t9188F5351247479093602C6990BEB98614A33745_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233K1Holder__ctor_m0E5BF0401049E09029A6AE09DAB08646CFD0F44A (SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962 * __this, const RuntimeMethod* method) { { // private SecT233K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT233K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT233K1Holder_CreateParameters_m10368AEAA8B8E85B641AA16DF4F99F17F20308BE (SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D9FFA58750E6CD58A85D43767D628AC2DD297A1); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SecT233K1Curve()); SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01 * L_0 = (SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01 *)il2cpp_codegen_object_new(SecT233K1Curve_t81B1630F64C904F1E342F847330523158D07DA01_il2cpp_TypeInfo_var); SecT233K1Curve__ctor_mE9430F87D5A08B93D03FFFBB2E754FFAC8FEC2D5(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "017232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126" // + "01DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral4D9FFA58750E6CD58A85D43767D628AC2DD297A1, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233K1Holder__cctor_m1881EF9DA3BA8709073668B4E3F3D9ED896B21E3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT233K1Holder(); SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962 * L_0 = (SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962 *)il2cpp_codegen_object_new(SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_il2cpp_TypeInfo_var); SecT233K1Holder__ctor_m0E5BF0401049E09029A6AE09DAB08646CFD0F44A(L_0, /*hidden argument*/NULL); ((SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_StaticFields*)il2cpp_codegen_static_fields_for(SecT233K1Holder_tE1EBB93961B767746169AE1E637702E877C32962_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233R1Holder__ctor_mF3114E82CBDC5206F2967C356B1E458D34285FA5 (SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F * __this, const RuntimeMethod* method) { { // private SecT233R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT233R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT233R1Holder_CreateParameters_mB9B6CAC7DA421F0E92A12EF7FF1A5AEB634D1522 (SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD187FFB51F5BDB31067E7C0CCCBD1A007DE16776); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3D31A1E3774E3FE3635D3A2976B02C6517B6F66); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("74D59FF07F6B413D0EA14B344B20A2DB049B50C3"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF3D31A1E3774E3FE3635D3A2976B02C6517B6F66, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT233R1Curve()); SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64 * L_1 = (SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64 *)il2cpp_codegen_object_new(SecT233R1Curve_t558E7105FC789E090CDF0F4F7AB4AAEFD2712F64_il2cpp_TypeInfo_var); SecT233R1Curve__ctor_mEE5D629B6D8E983F28933E5CF7FDBDD778D333A3(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "00FAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B" // + "01006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralD187FFB51F5BDB31067E7C0CCCBD1A007DE16776, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT233R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT233R1Holder__cctor_mE18DEDF229E871F21D80CF61236D00EDA7304343 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT233R1Holder(); SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F * L_0 = (SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F *)il2cpp_codegen_object_new(SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_il2cpp_TypeInfo_var); SecT233R1Holder__ctor_mF3114E82CBDC5206F2967C356B1E458D34285FA5(L_0, /*hidden argument*/NULL); ((SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_StaticFields*)il2cpp_codegen_static_fields_for(SecT233R1Holder_t5E6D8F42E19417496579DB13D008FD7088CABA0F_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT239K1Holder__ctor_mAC93E1B9FE578738CB4887370079CAC50E964C63 (SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C * __this, const RuntimeMethod* method) { { // private SecT239K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT239K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT239K1Holder_CreateParameters_m38AC93F2265F071228640E12880A93A277127022 (SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB20D9771966611F32C4E37ECF3F2818C5B199133); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SecT239K1Curve()); SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D * L_0 = (SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D *)il2cpp_codegen_object_new(SecT239K1Curve_tA6F32C15DC577637605C6A185B41AA195E59E77D_il2cpp_TypeInfo_var); SecT239K1Curve__ctor_mEE752A083734CCE0EF1CE1AE1DE71DE8765F6DA5(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "29A0B6A887A983E9730988A68727A8B2D126C44CC2CC7B2A6555193035DC" // + "76310804F12E549BDB011C103089E73510ACB275FC312A5DC6B76553F0CA")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralB20D9771966611F32C4E37ECF3F2818C5B199133, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT239K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT239K1Holder__cctor_m63D040A25435CFF8E6782D8A450C12F9F32F212D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT239K1Holder(); SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C * L_0 = (SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C *)il2cpp_codegen_object_new(SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_il2cpp_TypeInfo_var); SecT239K1Holder__ctor_mAC93E1B9FE578738CB4887370079CAC50E964C63(L_0, /*hidden argument*/NULL); ((SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_StaticFields*)il2cpp_codegen_static_fields_for(SecT239K1Holder_tBB3131C7AEC2C7F2303E7261ADB45B83805D608C_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283K1Holder__ctor_m7F370D0484442430CF97A90EA0E90BAB5389AEBD (SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68 * __this, const RuntimeMethod* method) { { // private SecT283K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT283K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT283K1Holder_CreateParameters_mE49EF8727B592F6602DF6F2030081262FB7BA55B (SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA080B4C2AD0D13ABACC03072DAF48FF3797D5E18); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SecT283K1Curve()); SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA * L_0 = (SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA *)il2cpp_codegen_object_new(SecT283K1Curve_t6A4F63EF690C375C974EBFBE165C736354FC2DDA_il2cpp_TypeInfo_var); SecT283K1Curve__ctor_m005CB9361F14A13849EB0B71F790246F810CBF2E(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "0503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836" // + "01CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralA080B4C2AD0D13ABACC03072DAF48FF3797D5E18, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283K1Holder__cctor_m76FF4E41F7BFDC2B318E6F6CF7609A78E17F0CA2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT283K1Holder(); SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68 * L_0 = (SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68 *)il2cpp_codegen_object_new(SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_il2cpp_TypeInfo_var); SecT283K1Holder__ctor_m7F370D0484442430CF97A90EA0E90BAB5389AEBD(L_0, /*hidden argument*/NULL); ((SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_StaticFields*)il2cpp_codegen_static_fields_for(SecT283K1Holder_t3808402479DD26E5C91F824B450DF625E38C4A68_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283R1Holder__ctor_m9D5515BA2882E3D5F54C962CA6CEA849F309949F (SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B * __this, const RuntimeMethod* method) { { // private SecT283R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT283R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT283R1Holder_CreateParameters_m234FDA4EE26317AB599E4F3285F09544290AACC6 (SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral339C25AB213372A448D9C2ABB5765DE33E327D05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9F5C309EAB2305D5C6D31FE58C37D3079CAF0CD); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("77E2B07370EB0F832A6DD5B62DFC88CD06BB84BE"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral339C25AB213372A448D9C2ABB5765DE33E327D05, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT283R1Curve()); SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B * L_1 = (SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B *)il2cpp_codegen_object_new(SecT283R1Curve_tA207C72410875D83C3608EFB8FEAC8CE4AC16D5B_il2cpp_TypeInfo_var); SecT283R1Curve__ctor_mEFD9AB2996311D959FD7B92B4DB3848AFCE092CD(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "05F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053" // + "03676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralE9F5C309EAB2305D5C6D31FE58C37D3079CAF0CD, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT283R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT283R1Holder__cctor_m2B1AA009A58A9D58D3AA71FD64F64F21A3D12737 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT283R1Holder(); SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B * L_0 = (SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B *)il2cpp_codegen_object_new(SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_il2cpp_TypeInfo_var); SecT283R1Holder__ctor_m9D5515BA2882E3D5F54C962CA6CEA849F309949F(L_0, /*hidden argument*/NULL); ((SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_StaticFields*)il2cpp_codegen_static_fields_for(SecT283R1Holder_tDB9060849F335D1E338448AEA539CAD2EDD2441B_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409K1Holder__ctor_m0286EFCABFF33F30AB951DDE9F10569EAF99CD7B (SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B * __this, const RuntimeMethod* method) { { // private SecT409K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT409K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT409K1Holder_CreateParameters_mAC1E7D35E8C7751A4B256539DF20CFA95DBBC504 (SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67F438B8E048889CB1505E5B0A4EB14DDCC0C634); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SecT409K1Curve()); SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739 * L_0 = (SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739 *)il2cpp_codegen_object_new(SecT409K1Curve_t76A00CE8BA71C27F3FB2B9E7E50DB6A38CAD8739_il2cpp_TypeInfo_var); SecT409K1Curve__ctor_m58ED06579EC9684C3C3C8B02DEA08685FD971734(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "0060F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746" // + "01E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral67F438B8E048889CB1505E5B0A4EB14DDCC0C634, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409K1Holder__cctor_m54484A8312E38CE97493DF5E1B353AF5FE32D8B9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT409K1Holder(); SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B * L_0 = (SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B *)il2cpp_codegen_object_new(SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_il2cpp_TypeInfo_var); SecT409K1Holder__ctor_m0286EFCABFF33F30AB951DDE9F10569EAF99CD7B(L_0, /*hidden argument*/NULL); ((SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_StaticFields*)il2cpp_codegen_static_fields_for(SecT409K1Holder_t2F9A105AD0EE3352EA930036BA9955822CF2B05B_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409R1Holder__ctor_m07E3E722CAE9F215BAC962168B86D364B48A9153 (SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88 * __this, const RuntimeMethod* method) { { // private SecT409R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT409R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT409R1Holder_CreateParameters_mC2F342BD5FF342F536824D241CE8F8DFE2484D64 (SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1999FC04011BD2AB7D9623B6C21F904B44A6A3C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92F4FAE0F91F544D825E8998DFAB6D1C9659A72D); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("4099B5A457F9D69F79213D094C4BCD4D4262210B"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral92F4FAE0F91F544D825E8998DFAB6D1C9659A72D, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT409R1Curve()); SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0 * L_1 = (SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0 *)il2cpp_codegen_object_new(SecT409R1Curve_t29E2D7CB241C52B2E3FF5D97A25A38639041EFE0_il2cpp_TypeInfo_var); SecT409R1Curve__ctor_m2F499CC957F32ECF992169CF5772B1314CA97DE9(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "015D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7" // + "0061B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral1999FC04011BD2AB7D9623B6C21F904B44A6A3C0, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT409R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT409R1Holder__cctor_m88FCB7E1CEE291B407C51A99008EE781DD3AD182 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT409R1Holder(); SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88 * L_0 = (SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88 *)il2cpp_codegen_object_new(SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_il2cpp_TypeInfo_var); SecT409R1Holder__ctor_m07E3E722CAE9F215BAC962168B86D364B48A9153(L_0, /*hidden argument*/NULL); ((SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_StaticFields*)il2cpp_codegen_static_fields_for(SecT409R1Holder_t62504304FC03572DF2A3FEB3FA6AAFDB3698AA88_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571K1Holder__ctor_m20B4641B1EE9589A90DA260424A0E9023DA3D956 (SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD * __this, const RuntimeMethod* method) { { // private SecT571K1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT571K1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT571K1Holder_CreateParameters_m8AA486CF28377C85F972EC18E1838270A8410C73 (SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03F5937CA21FD6EEEEF575CF8F903B21AE8D7732); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // ECCurve curve = ConfigureCurve(new SecT571K1Curve()); SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F * L_0 = (SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F *)il2cpp_codegen_object_new(SecT571K1Curve_t518B94931CCC013323359ABF2254FF154371720F_il2cpp_TypeInfo_var); SecT571K1Curve__ctor_m65032E339CB30FBD814635E1FE34F5A71E31D6D5(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_0, /*hidden argument*/NULL); V_1 = L_1; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "026EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA44370958493B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972" // + "0349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral03F5937CA21FD6EEEEF575CF8F903B21AE8D7732, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_4 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_4, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_6 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_1; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_7); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = V_1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_12 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_12, L_5, L_6, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571K1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571K1Holder__cctor_mE4A5664F7A13223DBC9068D76C904485E2A0F2A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT571K1Holder(); SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD * L_0 = (SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD *)il2cpp_codegen_object_new(SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_il2cpp_TypeInfo_var); SecT571K1Holder__ctor_m20B4641B1EE9589A90DA260424A0E9023DA3D956(L_0, /*hidden argument*/NULL); ((SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_StaticFields*)il2cpp_codegen_static_fields_for(SecT571K1Holder_t0690405C3A04B3B1BD4822FC683DC441A910B7FD_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571R1Holder__ctor_m53B7F328A57806DCD1088C3A512430C679BE5DF6 (SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543 * __this, const RuntimeMethod* method) { { // private SecT571R1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SecT571R1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SecT571R1Holder_CreateParameters_m259BE894E4A34805167B1E63D8D210C673308D59 (SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FDA2E5718693ACB1E2A1F083CE6CC5A7111149); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBBF779334763EBE2F130B5E211F1FA191CF0D8D); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_2 = NULL; { // byte[] S = Hex.Decode("2AA058F73A0E33AB486B0F610410C53A7F132310"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralA9FDA2E5718693ACB1E2A1F083CE6CC5A7111149, /*hidden argument*/NULL); V_0 = L_0; // ECCurve curve = ConfigureCurve(new SecT571R1Curve()); SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397 * L_1 = (SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397 *)il2cpp_codegen_object_new(SecT571R1Curve_t6F8321D61F19AD32D6DE1EAE8B8ABB35489F4397_il2cpp_TypeInfo_var); SecT571R1Curve__ctor_mF0AFA8C52A81E0C7AD6623D16B6F2EA22983F2B6(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CustomNamedCurves_tB4D6EE33CCB4DD0A6F99DFAC03080937D5D68707_il2cpp_TypeInfo_var); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = CustomNamedCurves_ConfigureCurve_m3BCA93A7246CE69D3136E9AD4597B7E12B348A25(L_1, /*hidden argument*/NULL); V_1 = L_2; // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "0303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19" // + "037BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralFBBF779334763EBE2F130B5E211F1FA191CF0D8D, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_5 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_5, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; // return new X9ECParameters(curve, G, curve.Order, curve.Cofactor, S); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = V_1; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_7 = V_2; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_1; NullCheck(L_8); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Order() */, L_8); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_13 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_13, L_6, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.EC.CustomNamedCurves/SecT571R1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT571R1Holder__cctor_m329F1781050F2675F0B31EE9189BC1CF769529F1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SecT571R1Holder(); SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543 * L_0 = (SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543 *)il2cpp_codegen_object_new(SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_il2cpp_TypeInfo_var); SecT571R1Holder__ctor_m53B7F328A57806DCD1088C3A512430C679BE5DF6(L_0, /*hidden argument*/NULL); ((SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_StaticFields*)il2cpp_codegen_static_fields_for(SecT571R1Holder_t64FBF7996E35DBAFB073CAEA33A39B3C390F9543_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DG.Tweening.DOTweenCYInstruction/WaitForCompletion::get_keepWaiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitForCompletion_get_keepWaiting_mCA7642C5A8C37F8C0A2CAE990CE1CB6AEE8FD2D9 (WaitForCompletion_t9F365BC31EF3315DA3B809E3CB617F803283D67F * __this, const RuntimeMethod* method) { { // return t.active && !t.IsComplete(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = __this->get_t_0(); NullCheck(L_0); bool L_1; L_1 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_0(); bool L_3; L_3 = TweenExtensions_IsComplete_mC87F29FE0746C793F0C11175A9B37087C1C436FD(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Void DG.Tweening.DOTweenCYInstruction/WaitForCompletion::.ctor(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForCompletion__ctor_m818111A77A3380EE626346FE03A1A604BB896A1A (WaitForCompletion_t9F365BC31EF3315DA3B809E3CB617F803283D67F * __this, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___tween0, const RuntimeMethod* method) { { // public WaitForCompletion(Tween tween) CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE(__this, /*hidden argument*/NULL); // t = tween; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = ___tween0; __this->set_t_0(L_0); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops::get_keepWaiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitForElapsedLoops_get_keepWaiting_m6F7A59CCCC45BBA5125C6FC7AB667CD24359E8F4 (WaitForElapsedLoops_t59B0D77B88598E4CD91A4C3A1508F2FB810470A4 * __this, const RuntimeMethod* method) { { // return t.active && t.CompletedLoops() < elapsedLoops; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = __this->get_t_0(); NullCheck(L_0); bool L_1; L_1 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_0(); int32_t L_3; L_3 = TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87(L_2, /*hidden argument*/NULL); int32_t L_4 = __this->get_elapsedLoops_1(); return (bool)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0); } IL_0021: { return (bool)0; } } // System.Void DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops::.ctor(DG.Tweening.Tween,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForElapsedLoops__ctor_m8E720B450DD1350EE81EC3CCB5B6280BE5C51D8B (WaitForElapsedLoops_t59B0D77B88598E4CD91A4C3A1508F2FB810470A4 * __this, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___tween0, int32_t ___elapsedLoops1, const RuntimeMethod* method) { { // public WaitForElapsedLoops(Tween tween, int elapsedLoops) CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE(__this, /*hidden argument*/NULL); // t = tween; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = ___tween0; __this->set_t_0(L_0); // this.elapsedLoops = elapsedLoops; int32_t L_1 = ___elapsedLoops1; __this->set_elapsedLoops_1(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DG.Tweening.DOTweenCYInstruction/WaitForKill::get_keepWaiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitForKill_get_keepWaiting_m7979151F1AD842D2E8004FE37A2C51B47AB36647 (WaitForKill_t1C0002DDEF1C49DDE1DB6D93C0C16BBF662A2B6D * __this, const RuntimeMethod* method) { { // return t.active; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = __this->get_t_0(); NullCheck(L_0); bool L_1; L_1 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenCYInstruction/WaitForKill::.ctor(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForKill__ctor_m1C9624CE32A1C83CEA14BB5EADD587B6AD79D829 (WaitForKill_t1C0002DDEF1C49DDE1DB6D93C0C16BBF662A2B6D * __this, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___tween0, const RuntimeMethod* method) { { // public WaitForKill(Tween tween) CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE(__this, /*hidden argument*/NULL); // t = tween; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = ___tween0; __this->set_t_0(L_0); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DG.Tweening.DOTweenCYInstruction/WaitForPosition::get_keepWaiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitForPosition_get_keepWaiting_m34DFE8356EAFEE916828BFAF4A17A822B47AD687 (WaitForPosition_tF45B25B48601A808ACA7A19EEAA6DABAFE64D3CB * __this, const RuntimeMethod* method) { { // return t.active && t.position * (t.CompletedLoops() + 1) < position; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = __this->get_t_0(); NullCheck(L_0); bool L_1; L_1 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0030; } } { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_0(); NullCheck(L_2); float L_3; L_3 = Tween_get_position_mD6398F29BFD354FE9D8C9A6870EF82FD6E879C0C_inline(L_2, /*hidden argument*/NULL); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_4 = __this->get_t_0(); int32_t L_5; L_5 = TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87(L_4, /*hidden argument*/NULL); float L_6 = __this->get_position_1(); return (bool)((((float)((float)il2cpp_codegen_multiply((float)L_3, (float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))))))) < ((float)L_6))? 1 : 0); } IL_0030: { return (bool)0; } } // System.Void DG.Tweening.DOTweenCYInstruction/WaitForPosition::.ctor(DG.Tweening.Tween,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForPosition__ctor_m94DD0A05EF293B8AA83F343A12015C107AF7FDB8 (WaitForPosition_tF45B25B48601A808ACA7A19EEAA6DABAFE64D3CB * __this, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___tween0, float ___position1, const RuntimeMethod* method) { { // public WaitForPosition(Tween tween, float position) CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE(__this, /*hidden argument*/NULL); // t = tween; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = ___tween0; __this->set_t_0(L_0); // this.position = position; float L_1 = ___position1; __this->set_position_1(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DG.Tweening.DOTweenCYInstruction/WaitForRewind::get_keepWaiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitForRewind_get_keepWaiting_mB480319CB28155CA977F94C7FA03EE5353AA1285 (WaitForRewind_t63F6F6401744395FF42FD23059C8F13A08B6EF0E * __this, const RuntimeMethod* method) { { // return t.active && (!t.playedOnce || t.position * (t.CompletedLoops() + 1) > 0); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = __this->get_t_0(); NullCheck(L_0); bool L_1; L_1 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003e; } } { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_0(); NullCheck(L_2); bool L_3; L_3 = Tween_get_playedOnce_mFA82C31BFA8C147EEE916A0C92FD3A705F717F20_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003c; } } { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_4 = __this->get_t_0(); NullCheck(L_4); float L_5; L_5 = Tween_get_position_mD6398F29BFD354FE9D8C9A6870EF82FD6E879C0C_inline(L_4, /*hidden argument*/NULL); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_6 = __this->get_t_0(); int32_t L_7; L_7 = TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87(L_6, /*hidden argument*/NULL); return (bool)((((float)((float)il2cpp_codegen_multiply((float)L_5, (float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))))))) > ((float)(0.0f)))? 1 : 0); } IL_003c: { return (bool)1; } IL_003e: { return (bool)0; } } // System.Void DG.Tweening.DOTweenCYInstruction/WaitForRewind::.ctor(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForRewind__ctor_m66B575E497C363CB5137629B4D6A00D13B7CD5AE (WaitForRewind_t63F6F6401744395FF42FD23059C8F13A08B6EF0E * __this, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___tween0, const RuntimeMethod* method) { { // public WaitForRewind(Tween tween) CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE(__this, /*hidden argument*/NULL); // t = tween; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = ___tween0; __this->set_t_0(L_0); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean DG.Tweening.DOTweenCYInstruction/WaitForStart::get_keepWaiting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitForStart_get_keepWaiting_m59700AA1AB726A22C76BFAA0C52FCA460F6E337D (WaitForStart_tAF9DF336B5F10E0C153522BD49426FC7EF68540C * __this, const RuntimeMethod* method) { { // return t.active && !t.playedOnce; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = __this->get_t_0(); NullCheck(L_0); bool L_1; L_1 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_0(); NullCheck(L_2); bool L_3; L_3 = Tween_get_playedOnce_mFA82C31BFA8C147EEE916A0C92FD3A705F717F20_inline(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Void DG.Tweening.DOTweenCYInstruction/WaitForStart::.ctor(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForStart__ctor_mD7AB17A603CF22568EEF0D9861C49F6CFD632284 (WaitForStart_tAF9DF336B5F10E0C153522BD49426FC7EF68540C * __this, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___tween0, const RuntimeMethod* method) { { // public WaitForStart(Tween tween) CustomYieldInstruction__ctor_m01929E3EEB78B751510038B32D889061960DA1BE(__this, /*hidden argument*/NULL); // t = tween; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_0 = ___tween0; __this->set_t_0(L_0); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_mB8ECD32BCDE8AEE5DA844CB16FB319546FDF65F4 (U3CU3Ec__DisplayClass0_0_t8EDD49424F7AFC055DC1442B3F99B3BFCF6B09F0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass0_0_U3CDOFadeU3Eb__0_m6447B544882FDCCECF5F03C92CFD462E52F55C3C (U3CU3Ec__DisplayClass0_0_t8EDD49424F7AFC055DC1442B3F99B3BFCF6B09F0 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.volume, x => target.volume = x, endValue, duration); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = AudioSource_get_volume_mFD700932958E0A96199B012E28AE4E9F7D6C1556(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0_U3CDOFadeU3Eb__1_mCBA7DC56068D62779FD9318BF1BF6CC04674AA73 (U3CU3Ec__DisplayClass0_0_t8EDD49424F7AFC055DC1442B3F99B3BFCF6B09F0 * __this, float ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.volume, x => target.volume = x, endValue, duration); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_mD593A9B61B5F03AF9D1695ED9FA2C1E993F41739 (U3CU3Ec__DisplayClass1_0_tA5DAB4AB298719A5FC9203633FE7CAE2D7AFBF0A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass1_0_U3CDOPitchU3Eb__0_mB6B65C2ED3194137382A4DC81F72AB5C2C95FEB7 (U3CU3Ec__DisplayClass1_0_tA5DAB4AB298719A5FC9203633FE7CAE2D7AFBF0A * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pitch, x => target.pitch = x, endValue, duration); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0_U3CDOPitchU3Eb__1_m9ED5ED10167C9FA210B584AAC22893154A683518 (U3CU3Ec__DisplayClass1_0_tA5DAB4AB298719A5FC9203633FE7CAE2D7AFBF0A * __this, float ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pitch, x => target.pitch = x, endValue, duration); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m3D650640D73868903AB5235513EB20B1EF57851E (U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass2_0_U3CDOSetFloatU3Eb__0_m1B04734B7D8B9A386220DCDED11506098EDF5039 (U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { // target.GetFloat(floatName, out currVal); AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * L_0 = __this->get_target_0(); String_t* L_1 = __this->get_floatName_1(); NullCheck(L_0); bool L_2; L_2 = AudioMixer_GetFloat_m269CC0D94DFA272A6900F2A75AE94FF7B9D8E40C(L_0, L_1, (float*)(&V_0), /*hidden argument*/NULL); // return currVal; float L_3 = V_0; return L_3; } } // System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3CDOSetFloatU3Eb__1_mDE42A0D8DA684D1F5E21CA1797A119D6BF6252C3 (U3CU3Ec__DisplayClass2_0_tB2A5900BBCFDCC67A4CCA370F4284F7494E958E1 * __this, float ___x0, const RuntimeMethod* method) { { // }, x=> target.SetFloat(floatName, x), endValue, duration); AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * L_0 = __this->get_target_0(); String_t* L_1 = __this->get_floatName_1(); float L_2 = ___x0; NullCheck(L_0); bool L_3; L_3 = AudioMixer_SetFloat_m305579F01374620674AF66DA63DDD4BDBC9089CE(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_mCFBBC383950DE52D74C6F4E85C4F7F3273B10719 (U3CU3Ec__DisplayClass0_0_tF06F41913CFED04E5FC3E2C676BCEAC2D3E53CAC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass0_0_U3CDOMoveU3Eb__0_m8158605D880C075EEDC090F3BD1175AA33E2E107 (U3CU3Ec__DisplayClass0_0_tF06F41913CFED04E5FC3E2C676BCEAC2D3E53CAC * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, endValue, duration); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m819824BC9854A0C90662B04D48B88CA7B052BF83 (U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass10_0_U3CDOLocalPathU3Eb__0_m3089CA33F25546258A5E846EA51421D71AC55D70 (U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), path, duration) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_trans_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CDOLocalPathU3Eb__1_mD201EFBB4403FBDEC0D377D39A768A581E6CCDDD (U3CU3Ec__DisplayClass10_0_t6B6DFEAD8FF1DD6A724C294AA0B120F82A7A6937 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B2_0 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B1_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B3_1 = NULL; { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), path, duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_1(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_trans_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B1_0 = L_0; if (L_3) { G_B2_0 = L_0; goto IL_002c; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_trans_0(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___x0; NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_5, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B1_0; goto IL_002d; } IL_002c: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___x0; G_B3_0 = L_8; G_B3_1 = G_B2_0; } IL_002d: { NullCheck(G_B3_1); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m4E41921AB96267B39AAB22B0790884BEB58B467D (U3CU3Ec__DisplayClass1_0_t5BD4116FD80F4DAD54FD39BBD7A2CFBDAEAB3AF3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass1_0_U3CDOMoveXU3Eb__0_m0EEE1A4D5C020E63505FB9F7E09A531433FC817D (U3CU3Ec__DisplayClass1_0_t5BD4116FD80F4DAD54FD39BBD7A2CFBDAEAB3AF3 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector3(endValue, 0, 0), duration); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_mA7A465D617CE4C839F719F65F44B2D806976FC71 (U3CU3Ec__DisplayClass2_0_t35A2F555A5E408DEE2EA63254AACB729C014757D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass2_0_U3CDOMoveYU3Eb__0_m4930252334FB6162D77F0821409D7487A96CB696 (U3CU3Ec__DisplayClass2_0_t35A2F555A5E408DEE2EA63254AACB729C014757D * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector3(0, endValue, 0), duration); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m9E94ECE0838CF218AB657F8C4B51F881B310EF34 (U3CU3Ec__DisplayClass3_0_t39BE4FE1476B4D5D73FC150406C576C638973F8D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass3_0_U3CDOMoveZU3Eb__0_mF75D2479FE18CCE0BFC07AA4A06B1EBE01369D29 (U3CU3Ec__DisplayClass3_0_t39BE4FE1476B4D5D73FC150406C576C638973F8D * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector3(0, 0, endValue), duration); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m1A01BE964AEBF9737E72E7C9B3B5D660D965B936 (U3CU3Ec__DisplayClass4_0_t3A8BE7E3EE8D0963B5FC3AE4F184CAF2EB8E1D84 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 U3CU3Ec__DisplayClass4_0_U3CDORotateU3Eb__0_m6B41E1A9419EDB0B9FDE8C9A62BDAA1281D19EF5 (U3CU3Ec__DisplayClass4_0_t3A8BE7E3EE8D0963B5FC3AE4F184CAF2EB8E1D84 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.rotation, target.MoveRotation, endValue, duration); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = Rigidbody_get_rotation_mEB90F9D223B0BA32A1962971E3A93DEE1670D18A(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mF63278B7093557C5BF31EE7878AC0E87D82EEC74 (U3CU3Ec__DisplayClass5_0_tC3DF99D3D2F6A0C0E6651294AE0DF0537CEC4617 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 U3CU3Ec__DisplayClass5_0_U3CDOLookAtU3Eb__0_m2019767096427977C234F4A6698E6C2559840795 (U3CU3Ec__DisplayClass5_0_tC3DF99D3D2F6A0C0E6651294AE0DF0537CEC4617 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.rotation, target.MoveRotation, towards, duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = Rigidbody_get_rotation_mEB90F9D223B0BA32A1962971E3A93DEE1670D18A(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m06AC3FA2094299E1FDE7ECAFCC8F970C5139B4FE (U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass6_0_U3CDOJumpU3Eb__0_m847B6B84B9DBBB179602A2DAC20A1E47B7CD0C6F (U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * __this, const RuntimeMethod* method) { { // Tween yTween = DOTween.To(() => target.position, target.MovePosition, new Vector3(0, jumpPower, 0), duration / (numJumps * 2)) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CDOJumpU3Eb__1_m488237F614033272B64730F763C4EFCD4009ACDB (U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * __this, const RuntimeMethod* method) { { // .OnStart(() => startPosY = target.position.y); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_y_3(); __this->set_startPosY_1(L_2); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass6_0_U3CDOJumpU3Eb__2_m6F586BA8E7E757466B5E77AB61BD0056F4D86D28 (U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * __this, const RuntimeMethod* method) { { // s.Append(DOTween.To(() => target.position, target.MovePosition, new Vector3(endValue.x, 0, 0), duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass6_0_U3CDOJumpU3Eb__3_mEC9264AAF5B45E16B176AFA00079BFDA173EDDFE (U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * __this, const RuntimeMethod* method) { { // ).Join(DOTween.To(() => target.position, target.MovePosition, new Vector3(0, 0, endValue.z), duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CDOJumpU3Eb__4_m15CD7F1F9A30E34BA9AC943FA510B9FF0C15F84E (U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * G_B3_0 = NULL; U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * G_B2_0 = NULL; float G_B4_0 = 0.0f; U3CU3Ec__DisplayClass6_0_t97B2374B522E403B5DF1B457D5B6EBF73C0D5CC9 * G_B4_1 = NULL; { // if (!offsetYSet) { bool L_0 = __this->get_offsetYSet_2(); if (L_0) { goto IL_0041; } } { // offsetYSet = true; __this->set_offsetYSet_2((bool)1); // offsetY = s.isRelative ? endValue.y : endValue.y - startPosY; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_1 = __this->get_s_4(); NullCheck(L_1); bool L_2; L_2 = Tween_get_isRelative_m2B8146895940DCFAA932D083B4DD54AE5620C7D3_inline(L_1, /*hidden argument*/NULL); G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0031; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3 = __this->get_address_of_endValue_5(); float L_4 = L_3->get_y_3(); float L_5 = __this->get_startPosY_1(); G_B4_0 = ((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)); G_B4_1 = G_B2_0; goto IL_003c; } IL_0031: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_6 = __this->get_address_of_endValue_5(); float L_7 = L_6->get_y_3(); G_B4_0 = L_7; G_B4_1 = G_B3_0; } IL_003c: { NullCheck(G_B4_1); G_B4_1->set_offsetY_3(G_B4_0); } IL_0041: { // Vector3 pos = target.position; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8 = __this->get_target_0(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_8, /*hidden argument*/NULL); V_0 = L_9; // pos.y += DOVirtual.EasedValue(0, offsetY, yTween.ElapsedPercentage(), Ease.OutQuad); float* L_10 = (&V_0)->get_address_of_y_3(); float* L_11 = L_10; float L_12 = *((float*)L_11); float L_13 = __this->get_offsetY_3(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_14 = __this->get_yTween_6(); float L_15; L_15 = TweenExtensions_ElapsedPercentage_mC12ED1EAF1BEBF089D80B420DC6D987DE9C7C618(L_14, (bool)1, /*hidden argument*/NULL); float L_16; L_16 = DOVirtual_EasedValue_m13B1BCEC7154DBD3C6B63DD66BED84E3ACCB3E92((0.0f), L_13, L_15, 6, /*hidden argument*/NULL); *((float*)L_11) = (float)((float)il2cpp_codegen_add((float)L_12, (float)L_16)); // target.MovePosition(pos); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_17 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_0; NullCheck(L_17); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(L_17, L_18, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m177CD3D0B0169C7DF1FD6F64FB8C39D0F92E7023 (U3CU3Ec__DisplayClass7_0_tF8E56709396C6DFFECA7608E4CD67CBE2C1C1CE5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass7_0_U3CDOPathU3Eb__0_m448E92A163A6A98FFE561134611FAD6418C6824B (U3CU3Ec__DisplayClass7_0_tF8E56709396C6DFFECA7608E4CD67CBE2C1C1CE5 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, target.MovePosition, new Path(pathType, path, resolution, gizmoColor), duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m4499D3AB924EEB9EB850233A8F64E5EC4A7AEA3D (U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass8_0_U3CDOLocalPathU3Eb__0_mAB235341BB5079CA397BF09B075B856C6B950EDF (U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), new Path(pathType, path, resolution, gizmoColor), duration) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_trans_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_U3CDOLocalPathU3Eb__1_m19CF06E0D31E737EFDEEFE6D4D2361EA0D372730 (U3CU3Ec__DisplayClass8_0_t7D774AA07804F8A87A6F27483038CEC5FB0CC440 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B2_0 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B1_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B3_1 = NULL; { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), new Path(pathType, path, resolution, gizmoColor), duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_1(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_trans_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B1_0 = L_0; if (L_3) { G_B2_0 = L_0; goto IL_002c; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_trans_0(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___x0; NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_5, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B1_0; goto IL_002d; } IL_002c: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___x0; G_B3_0 = L_8; G_B3_1 = G_B2_0; } IL_002d: { NullCheck(G_B3_1); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mCA1E6F241784A13DEC15E12A0219479D552BB6BB (U3CU3Ec__DisplayClass9_0_tB9266040A99BBE64FC737A175355345A13E86D21 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass9_0_U3CDOPathU3Eb__0_mD050544C13BA54260FC94E0964EF204B4EDB2628 (U3CU3Ec__DisplayClass9_0_tB9266040A99BBE64FC737A175355345A13E86D21 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, target.MovePosition, path, duration) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_position_m5F429382F610E324F39F33E8498A29D0828AD8E8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_m28BD574ECE1FAC2A8040F507B4347CA641B883C8 (U3CU3Ec__DisplayClass0_0_tED64664CBF4D43290FDDCBF237DF29F9DB8F92A9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass0_0_U3CDOMoveU3Eb__0_mD0BB74EE7E3ED3D15C2B501656DD41CB4DB1CFB0 (U3CU3Ec__DisplayClass0_0_tED64664CBF4D43290FDDCBF237DF29F9DB8F92A9 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, endValue, duration); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m0A358EE93B5CBA3BAAFED5EFA3CB29B852CC0A8C (U3CU3Ec__DisplayClass1_0_tDABE9F243A4095C0C2295D15C58B0D3334267A3A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass1_0_U3CDOMoveXU3Eb__0_m890A07E5B25CF040E903014587C8C30FC43505CF (U3CU3Ec__DisplayClass1_0_tDABE9F243A4095C0C2295D15C58B0D3334267A3A * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector2(endValue, 0), duration); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m79644C3E99A1BADC2CF695A33996EFBE999BCA28 (U3CU3Ec__DisplayClass2_0_tB7DA75EB7F11962B20C503C1B2A50BF4D821E318 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass2_0_U3CDOMoveYU3Eb__0_m833E99A0F3AFA6D89F501FE08B0EF7371AE20D4C (U3CU3Ec__DisplayClass2_0_tB7DA75EB7F11962B20C503C1B2A50BF4D821E318 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.position, target.MovePosition, new Vector2(0, endValue), duration); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m37C53B07CACF2CE16A6FECB187B45E328882E6CC (U3CU3Ec__DisplayClass3_0_tB63C203014F824EA9466F064AF2D8A157A7F4CBF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass3_0_U3CDORotateU3Eb__0_mE8799B2B2CD516708D2235A0D1822AF9AEA117DF (U3CU3Ec__DisplayClass3_0_tB63C203014F824EA9466F064AF2D8A157A7F4CBF * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.rotation, target.MoveRotation, endValue, duration); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = Rigidbody2D_get_rotation_mD58E62EDB334FCDF7914A94C940F7903E8ADBBFF(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m35FA34381650BF0B9A9C29EE83B8043082D0A482 (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass4_0_U3CDOJumpU3Eb__0_m66684B2056E4B92E933AD98C2EAD6EDD9AF9C174 (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, const RuntimeMethod* method) { { // Tween yTween = DOTween.To(() => target.position, x => target.position = x, new Vector2(0, jumpPower), duration / (numJumps * 2)) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CDOJumpU3Eb__1_m99B395C93C8827215768541DBD48AAFCAA4014EC (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // Tween yTween = DOTween.To(() => target.position, x => target.position = x, new Vector2(0, jumpPower), duration / (numJumps * 2)) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); Rigidbody2D_set_position_m1604084713EB195D44B8B411D4BCAFA5941E3413(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CDOJumpU3Eb__2_m9D2C7FBC51C4DBCCD91E8359A6FCD6D5BD633FB7 (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, const RuntimeMethod* method) { { // .OnStart(() => startPosY = target.position.y); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_y_1(); __this->set_startPosY_1(L_2); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass4_0_U3CDOJumpU3Eb__3_mEC32920DB355DC7E1AAF2249C33F3177670806E8 (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, const RuntimeMethod* method) { { // s.Append(DOTween.To(() => target.position, x => target.position = x, new Vector2(endValue.x, 0), duration) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__4(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CDOJumpU3Eb__4_m053F71A269824B99AA058986F6E772F950C453C7 (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // s.Append(DOTween.To(() => target.position, x => target.position = x, new Vector2(endValue.x, 0), duration) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); Rigidbody2D_set_position_m1604084713EB195D44B8B411D4BCAFA5941E3413(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CDOJumpU3Eb__5_mC21E068A8BCD02C771D362D4397E7C1113CC2E3D (U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * G_B3_0 = NULL; U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * G_B2_0 = NULL; float G_B4_0 = 0.0f; U3CU3Ec__DisplayClass4_0_tC3FB3913A0B5BA22F06134B01808D6D94A5F618E * G_B4_1 = NULL; { // if (!offsetYSet) { bool L_0 = __this->get_offsetYSet_2(); if (L_0) { goto IL_0041; } } { // offsetYSet = true; __this->set_offsetYSet_2((bool)1); // offsetY = s.isRelative ? endValue.y : endValue.y - startPosY; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_1 = __this->get_s_4(); NullCheck(L_1); bool L_2; L_2 = Tween_get_isRelative_m2B8146895940DCFAA932D083B4DD54AE5620C7D3_inline(L_1, /*hidden argument*/NULL); G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0031; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_3 = __this->get_address_of_endValue_5(); float L_4 = L_3->get_y_1(); float L_5 = __this->get_startPosY_1(); G_B4_0 = ((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)); G_B4_1 = G_B2_0; goto IL_003c; } IL_0031: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_6 = __this->get_address_of_endValue_5(); float L_7 = L_6->get_y_1(); G_B4_0 = L_7; G_B4_1 = G_B3_0; } IL_003c: { NullCheck(G_B4_1); G_B4_1->set_offsetY_3(G_B4_0); } IL_0041: { // Vector3 pos = target.position; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_8 = __this->get_target_0(); NullCheck(L_8); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; L_9 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_9, /*hidden argument*/NULL); V_0 = L_10; // pos.y += DOVirtual.EasedValue(0, offsetY, yTween.ElapsedPercentage(), Ease.OutQuad); float* L_11 = (&V_0)->get_address_of_y_3(); float* L_12 = L_11; float L_13 = *((float*)L_12); float L_14 = __this->get_offsetY_3(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_yTween_6(); float L_16; L_16 = TweenExtensions_ElapsedPercentage_mC12ED1EAF1BEBF089D80B420DC6D987DE9C7C618(L_15, (bool)1, /*hidden argument*/NULL); float L_17; L_17 = DOVirtual_EasedValue_m13B1BCEC7154DBD3C6B63DD66BED84E3ACCB3E92((0.0f), L_14, L_16, 6, /*hidden argument*/NULL); *((float*)L_12) = (float)((float)il2cpp_codegen_add((float)L_13, (float)L_17)); // target.MovePosition(pos); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_18 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; L_20 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); Rigidbody2D_MovePosition_mB4493BFC30B2FEBB02C7819AAE626871939D5BD9(L_18, L_20, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mC0712263E288AF8337D78ACD1B4187EC2A79507D (U3CU3Ec__DisplayClass5_0_t440FEF8A7D3454EC9E176430ADEF6185E58594EF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass5_0_U3CDOPathU3Eb__0_m2DD131B5B01242CEE25D2865DF2F0BC59A4753B0 (U3CU3Ec__DisplayClass5_0_t440FEF8A7D3454EC9E176430ADEF6185E58594EF * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, x => target.MovePosition(x), new Path(pathType, path3D, resolution, gizmoColor), duration) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Rigidbody2D_get_position_mEC7D07E3478BEF5A2A0E22C91CA54935376F84C2(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CDOPathU3Eb__1_m80D3EF48ACDCE8FCE54C12A18D6A47AEC649ECBC (U3CU3Ec__DisplayClass5_0_t440FEF8A7D3454EC9E176430ADEF6185E58594EF * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => target.position, x => target.MovePosition(x), new Path(pathType, path3D, resolution, gizmoColor), duration) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); Rigidbody2D_MovePosition_mB4493BFC30B2FEBB02C7819AAE626871939D5BD9(L_0, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m56FEA3991E5AE4A9842780C1DAFF6AF473C21946 (U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass6_0_U3CDOLocalPathU3Eb__0_mC6200A1DCC1B49838E2F65C06843DA00BBBA220C (U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), new Path(pathType, path3D, resolution, gizmoColor), duration) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_trans_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CDOLocalPathU3Eb__1_mA1E8B523414CEE79D40909E7D32EE7347C0E7A8B (U3CU3Ec__DisplayClass6_0_t9AB75C89DF5C6CBF983D29D70DA8497E2A734640 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * G_B2_0 = NULL; Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * G_B1_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * G_B3_1 = NULL; { // TweenerCore t = DOTween.To(PathPlugin.Get(), () => trans.localPosition, x => target.MovePosition(trans.parent == null ? x : trans.parent.TransformPoint(x)), new Path(pathType, path3D, resolution, gizmoColor), duration) Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_0 = __this->get_target_1(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_trans_0(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B1_0 = L_0; if (L_3) { G_B2_0 = L_0; goto IL_002c; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_trans_0(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___x0; NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_5, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B1_0; goto IL_002d; } IL_002c: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___x0; G_B3_0 = L_8; G_B3_1 = G_B2_0; } IL_002d: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; L_9 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_1); Rigidbody2D_MovePosition_mB4493BFC30B2FEBB02C7819AAE626871939D5BD9(G_B3_1, L_9, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_mD77E24E24423ADEC43F9983504BD6796D2671E99 (U3CU3Ec__DisplayClass0_0_t865A37B70235C08B0F32F1F40EAB16312D05FD50 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass0_0_U3CDOColorU3Eb__0_m12BAC3674340BDF408F41A0E9BEEF6BB87C3F504 (U3CU3Ec__DisplayClass0_0_t865A37B70235C08B0F32F1F40EAB16312D05FD50 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = SpriteRenderer_get_color_mAE96B8C6754CBE7820863BD5E97729B5DBF96EAC(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0_U3CDOColorU3Eb__1_m89E34AE3BBC636BD2B38C1AB7300F1F20F25E616 (U3CU3Ec__DisplayClass0_0_t865A37B70235C08B0F32F1F40EAB16312D05FD50 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); SpriteRenderer_set_color_mF2888B03FBD14DAD540AB3F6617231712EB5CD33(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m40F18C57ED175BA68D1D65FFA97879AEAF2E3325 (U3CU3Ec__DisplayClass1_0_t0A5F164BAD8ACAD20D458366B497C9B9C1974AE4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass1_0_U3CDOFadeU3Eb__0_m8B9E647B54E5DA35EE71D65866372C8C90B7F452 (U3CU3Ec__DisplayClass1_0_t0A5F164BAD8ACAD20D458366B497C9B9C1974AE4 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = SpriteRenderer_get_color_mAE96B8C6754CBE7820863BD5E97729B5DBF96EAC(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0_U3CDOFadeU3Eb__1_m935CE2E2B7CB25D7151DA0BF3B4420C8099E0A45 (U3CU3Ec__DisplayClass1_0_t0A5F164BAD8ACAD20D458366B497C9B9C1974AE4 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); SpriteRenderer_set_color_mF2888B03FBD14DAD540AB3F6617231712EB5CD33(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_mB0AA92A12DE97E8954819AC2BAD916065D4BECDB (U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass3_0_U3CDOBlendableColorU3Eb__0_m371A7E7E53DB5FC70A6534A7956B27A3A8B7EA03 (U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4 * __this, const RuntimeMethod* method) { { // return DOTween.To(() => to, x => { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = __this->get_to_0(); return L_0; } } // System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0_U3CDOBlendableColorU3Eb__1_m36515014C810F349D12C86DC636349E452DA6974 (U3CU3Ec__DisplayClass3_0_tE81EA512AF1E002F436D3758BC5CE9D93CED44E4 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); { // Color diff = x - to; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___x0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = __this->get_to_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_op_Subtraction_m1D412109F3F9264B0A4F1106D2FEB8A2746B3A0F(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // to = x; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___x0; __this->set_to_0(L_3); // target.color += diff; SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * L_4 = __this->get_target_1(); SpriteRenderer_t3F35AD5498243C170B46F5FFDB582AAEF78615EF * L_5 = L_4; NullCheck(L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6; L_6 = SpriteRenderer_get_color_mAE96B8C6754CBE7820863BD5E97729B5DBF96EAC(L_5, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; L_8 = Color_op_Addition_m791A7C77B17D4A49301A7D275E8E4D8B117415A8(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_5); SpriteRenderer_set_color_mF2888B03FBD14DAD540AB3F6617231712EB5CD33(L_5, L_8, /*hidden argument*/NULL); // }, endValue, duration) return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_m14E6397A137D3CB8A7638F9254B4694553B4DC7C (U3CU3Ec__DisplayClass0_0_t7D1FCC95A881539756647760D7E3BCAD117D9C2F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass0_0_U3CDOFadeU3Eb__0_m6F0CD242FAEF332D726AD4CE2EB2691CCB3748B1 (U3CU3Ec__DisplayClass0_0_t7D1FCC95A881539756647760D7E3BCAD117D9C2F * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.alpha, x => target.alpha = x, endValue, duration); CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = CanvasGroup_get_alpha_m38E292E68116A55A99F222F4E1F31CBE189690D9(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0_U3CDOFadeU3Eb__1_mDBDE14547A6DF70C0ADB82403282C26FBB4F6A27 (U3CU3Ec__DisplayClass0_0_t7D1FCC95A881539756647760D7E3BCAD117D9C2F * __this, float ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.alpha, x => target.alpha = x, endValue, duration); CanvasGroup_t6912220105AB4A288A2FD882D163D7218EAA577F * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); CanvasGroup_set_alpha_m522B58BDF64D87252B0D43D254FF3A4D5993DC53(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m11212BA4C7EB97E0EE079E78FA1C95C02D517C75 (U3CU3Ec__DisplayClass10_0_t8BFF1858EDF6EB2283AE20F2D8CC662A1FA5B379 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass10_0_U3CDOColorU3Eb__0_m08737F267CCB60C0CA0244070DA3C50845FC8B1F (U3CU3Ec__DisplayClass10_0_t8BFF1858EDF6EB2283AE20F2D8CC662A1FA5B379 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.effectColor, x => target.effectColor = x, endValue, duration); Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = Shadow_get_effectColor_m00C1776542129598C244BB469E7128D60F6BCAC2_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CDOColorU3Eb__1_mAFFD9D2D2F3FD2BE4E2423286098B9BCC1C0C193 (U3CU3Ec__DisplayClass10_0_t8BFF1858EDF6EB2283AE20F2D8CC662A1FA5B379 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.effectColor, x => target.effectColor = x, endValue, duration); Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); Shadow_set_effectColor_mFB6601937B8DCBB52A6095435A380C4AE0A807DF(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m9B3BB08FF1DC2F3101E0D580891268445B7763CA (U3CU3Ec__DisplayClass11_0_t5C701670B3C5449F73D82915BD4DA267A8B8E8F5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass11_0_U3CDOFadeU3Eb__0_mA57545026A9AE0CB3A20B6FFCDCF6F2F1CDA6AB0 (U3CU3Ec__DisplayClass11_0_t5C701670B3C5449F73D82915BD4DA267A8B8E8F5 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.effectColor, x => target.effectColor = x, endValue, duration); Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = Shadow_get_effectColor_m00C1776542129598C244BB469E7128D60F6BCAC2_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CDOFadeU3Eb__1_mCC70305FC1C1B93A838838519D023AC608D3E23E (U3CU3Ec__DisplayClass11_0_t5C701670B3C5449F73D82915BD4DA267A8B8E8F5 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.effectColor, x => target.effectColor = x, endValue, duration); Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); Shadow_set_effectColor_mFB6601937B8DCBB52A6095435A380C4AE0A807DF(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m05F6F905C11A344C5681CE1CD406DE85940356E5 (U3CU3Ec__DisplayClass12_0_t9C18A438FEAA8C5C1A925F5F28D6DF30A8D5B269 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass12_0_U3CDOScaleU3Eb__0_mEE927D8596DDB335403416BF63FF4E7E27D49D51 (U3CU3Ec__DisplayClass12_0_t9C18A438FEAA8C5C1A925F5F28D6DF30A8D5B269 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.effectDistance, x => target.effectDistance = x, endValue, duration); Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Shadow_get_effectDistance_mD0C417FD305D3F674FB111F38B41C9B94808E7C0_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CDOScaleU3Eb__1_m65C60213296203590F596B6A3481E4B8621F96D5 (U3CU3Ec__DisplayClass12_0_t9C18A438FEAA8C5C1A925F5F28D6DF30A8D5B269 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.effectDistance, x => target.effectDistance = x, endValue, duration); Outline_t37C754965BCC82FDD6C6878357A1439376C61CC2 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); Shadow_set_effectDistance_m5C9FAC6D8D46E952FF29D00852E790E6A3BF2E09(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_mC6D360265628BCFBFDD42CCAF1136983FDD186BE (U3CU3Ec__DisplayClass13_0_t27965A830C5CE83826CC357F50299FE28BE9CABB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass13_0_U3CDOAnchorPosU3Eb__0_m693A41C7FCF87BDE6211DE0ADED05AA5C476D71F (U3CU3Ec__DisplayClass13_0_t27965A830C5CE83826CC357F50299FE28BE9CABB * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3CDOAnchorPosU3Eb__1_m0F8F9CA39BC8894705C1EE9983E59D24A7BF218B (U3CU3Ec__DisplayClass13_0_t27965A830C5CE83826CC357F50299FE28BE9CABB * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m3BB3CA37E5912C211B954D7EE850C77F0B04BFF6 (U3CU3Ec__DisplayClass14_0_t532827BA234D3C2B9DA5E065866B8C8F605250F4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass14_0_U3CDOAnchorPosXU3Eb__0_m02BA203D0A6C9D64BC8149C197099DA29370C872 (U3CU3Ec__DisplayClass14_0_t532827BA234D3C2B9DA5E065866B8C8F605250F4 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(endValue, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CDOAnchorPosXU3Eb__1_m47B6E3E511B7E234B49FDBD4D6BC32E5EC92B1E9 (U3CU3Ec__DisplayClass14_0_t532827BA234D3C2B9DA5E065866B8C8F605250F4 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(endValue, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_m011D15F0644147EABAFA4ED415CD3F5E8782CCE8 (U3CU3Ec__DisplayClass15_0_t1E74F8DF7C76B80F85C66967590B72EF52627D1C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass15_0_U3CDOAnchorPosYU3Eb__0_mCBF0F2691FBC7AED64284B0FB4CCD75792AAB51C (U3CU3Ec__DisplayClass15_0_t1E74F8DF7C76B80F85C66967590B72EF52627D1C * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(0, endValue), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CDOAnchorPosYU3Eb__1_m0E6D417FD9062B34D8C0E8B58C4C688B39CD9603 (U3CU3Ec__DisplayClass15_0_t1E74F8DF7C76B80F85C66967590B72EF52627D1C * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(0, endValue), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_mF4FDD3E32D1C9FDD48079A148410AAB0CF4855B2 (U3CU3Ec__DisplayClass16_0_t6FE99B74BA758AD9E3C5FA4B81F22E50E2878289 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass16_0_U3CDOAnchorPos3DU3Eb__0_mFBE3FE1AC3F56C148108234A9A1285F87EEF50E8 (U3CU3Ec__DisplayClass16_0_t6FE99B74BA758AD9E3C5FA4B81F22E50E2878289 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = RectTransform_get_anchoredPosition3D_mA9E9CCB2E97E4DCE93CF7194856F831E48F678A2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0_U3CDOAnchorPos3DU3Eb__1_mFEF34D901D1E18E74D7E93297BDD75ABF146514C (U3CU3Ec__DisplayClass16_0_t6FE99B74BA758AD9E3C5FA4B81F22E50E2878289 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition3D_mD232BFB736C35B6F3367E1D63BBA6FAE098DA761(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_mEEC98B74C2A5EDE984A5A59F4289ADFADAB3F804 (U3CU3Ec__DisplayClass17_0_t161B9E0C9F3AF194B3F6E501D4E253148BFDFEB6 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass17_0_U3CDOAnchorPos3DXU3Eb__0_mC8D86325D798D952B390643A8BAE1D995368D36A (U3CU3Ec__DisplayClass17_0_t161B9E0C9F3AF194B3F6E501D4E253148BFDFEB6 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(endValue, 0, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = RectTransform_get_anchoredPosition3D_mA9E9CCB2E97E4DCE93CF7194856F831E48F678A2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0_U3CDOAnchorPos3DXU3Eb__1_mAB78FA2C6EEC74D6E259B2ABF94ECBD3CB62DB82 (U3CU3Ec__DisplayClass17_0_t161B9E0C9F3AF194B3F6E501D4E253148BFDFEB6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(endValue, 0, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition3D_mD232BFB736C35B6F3367E1D63BBA6FAE098DA761(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_mE272C380064D4945F3C7FDC2357A8B765BC52841 (U3CU3Ec__DisplayClass18_0_t28369CB684CE937EF263102FBF87D2E7FC952FD0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass18_0_U3CDOAnchorPos3DYU3Eb__0_m8C53152ED72D09B8F2BE2DE14963561650D0C42B (U3CU3Ec__DisplayClass18_0_t28369CB684CE937EF263102FBF87D2E7FC952FD0 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(0, endValue, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = RectTransform_get_anchoredPosition3D_mA9E9CCB2E97E4DCE93CF7194856F831E48F678A2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0_U3CDOAnchorPos3DYU3Eb__1_m9E1FC98A6DF461320AC4B6F294F1A69AFD058E3E (U3CU3Ec__DisplayClass18_0_t28369CB684CE937EF263102FBF87D2E7FC952FD0 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(0, endValue, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition3D_mD232BFB736C35B6F3367E1D63BBA6FAE098DA761(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0__ctor_mF4A0F29D8F3315E7DD0BC8103DA0023E16C341CB (U3CU3Ec__DisplayClass19_0_t7047CE2AF01FC75FD677DF4C1C7E4B32EC2452A5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass19_0_U3CDOAnchorPos3DZU3Eb__0_mD27E4DF91E21C64D13997EA12A7659B1E31AA77B (U3CU3Ec__DisplayClass19_0_t7047CE2AF01FC75FD677DF4C1C7E4B32EC2452A5 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(0, 0, endValue), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = RectTransform_get_anchoredPosition3D_mA9E9CCB2E97E4DCE93CF7194856F831E48F678A2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0_U3CDOAnchorPos3DZU3Eb__1_mD6F74CB34BAEA91A512586538770AB27FFB68A1D (U3CU3Ec__DisplayClass19_0_t7047CE2AF01FC75FD677DF4C1C7E4B32EC2452A5 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchoredPosition3D, x => target.anchoredPosition3D = x, new Vector3(0, 0, endValue), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition3D_mD232BFB736C35B6F3367E1D63BBA6FAE098DA761(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_mCB63EFBBE399EEB9892054E0FAB2AB42E2BBB886 (U3CU3Ec__DisplayClass1_0_t585165D7235045AD6EACEA96E3084E01A742C936 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass1_0_U3CDOColorU3Eb__0_mE8D0790E2303D84F8D513854D9F004E5E3127A3C (U3CU3Ec__DisplayClass1_0_t585165D7235045AD6EACEA96E3084E01A742C936 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0_U3CDOColorU3Eb__1_m07CB6A64D93955BC07E8AE290B01F9F39195A5A9 (U3CU3Ec__DisplayClass1_0_t585165D7235045AD6EACEA96E3084E01A742C936 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mCE70C1CB9A605F65BE4D31D224111EE4C6FB7DE6 (U3CU3Ec__DisplayClass20_0_tB3B621D850CE15CA278C20DAAA2C3C0358206A21 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass20_0_U3CDOAnchorMaxU3Eb__0_mAB5724DF7472A7CED2070B75A1B0E12378D5E6DD (U3CU3Ec__DisplayClass20_0_tB3B621D850CE15CA278C20DAAA2C3C0358206A21 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchorMax, x => target.anchorMax = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchorMax_mC1577047A20870209C9A6801B75FE6930AE56F1E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0_U3CDOAnchorMaxU3Eb__1_m7E357679D17273D809A39CDF435B5E64E46A64A0 (U3CU3Ec__DisplayClass20_0_tB3B621D850CE15CA278C20DAAA2C3C0358206A21 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchorMax, x => target.anchorMax = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchorMax_m67E04F54B5122804E32019D5FAE50C21CC67651D(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_m47D7A3B4DA7AE2FE2F83164406834CF9150E5308 (U3CU3Ec__DisplayClass21_0_t770F928128D9FC7ADA02EA054C711D60F30E16B9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass21_0_U3CDOAnchorMinU3Eb__0_m4804C6D34689DD21311DA86CC22008D3B0774391 (U3CU3Ec__DisplayClass21_0_t770F928128D9FC7ADA02EA054C711D60F30E16B9 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchorMin, x => target.anchorMin = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchorMin_m5CBB2E649A3D4234A7A5A16B1BBAADAC9C033319(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0_U3CDOAnchorMinU3Eb__1_m73EF1691143A0E7E0254A73F52FDC73BB5AAA3E6 (U3CU3Ec__DisplayClass21_0_t770F928128D9FC7ADA02EA054C711D60F30E16B9 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.anchorMin, x => target.anchorMin = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchorMin_mD9E6E95890B701A5190C12F5AE42E622246AF798(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_m0D4210D174301CE26FA7A519B4168E7D87F6D92A (U3CU3Ec__DisplayClass22_0_t97D2AA4FE9552148F7E37D2DFED676A57DFB1351 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass22_0_U3CDOPivotU3Eb__0_mB3D6F3AADE069EED625038A53491AFEA1DAFD9DF (U3CU3Ec__DisplayClass22_0_t97D2AA4FE9552148F7E37D2DFED676A57DFB1351 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3CDOPivotU3Eb__1_mDCA8630A9398A411ACB0950973AB99C0723CC074 (U3CU3Ec__DisplayClass22_0_t97D2AA4FE9552148F7E37D2DFED676A57DFB1351 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass23_0__ctor_mA47954A6646E43342880718EE9B5E66A0D18FDF2 (U3CU3Ec__DisplayClass23_0_t26F763CBFD1D4D4EDFFE9BD383DB924D3B6033E7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass23_0_U3CDOPivotXU3Eb__0_mFC16CCA332D908526AC3DC2BD8B4456969000CF5 (U3CU3Ec__DisplayClass23_0_t26F763CBFD1D4D4EDFFE9BD383DB924D3B6033E7 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, new Vector2(endValue, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass23_0_U3CDOPivotXU3Eb__1_m7E0DAFAB836AC4F133B995B50578D8911BA3113B (U3CU3Ec__DisplayClass23_0_t26F763CBFD1D4D4EDFFE9BD383DB924D3B6033E7 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, new Vector2(endValue, 0), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_0__ctor_m0524772292383368F9C9F6BDFF0A114D60A35F8F (U3CU3Ec__DisplayClass24_0_tF09BD80EEE9ECC7296C10982CEDF0DBFD274B895 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass24_0_U3CDOPivotYU3Eb__0_m959088FDF2C1CD6EF40EE35BA531719E60C5327D (U3CU3Ec__DisplayClass24_0_tF09BD80EEE9ECC7296C10982CEDF0DBFD274B895 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, new Vector2(0, endValue), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_0_U3CDOPivotYU3Eb__1_mCECF34E3A27F03AA2DB5719CA1241927DC99BC5B (U3CU3Ec__DisplayClass24_0_tF09BD80EEE9ECC7296C10982CEDF0DBFD274B895 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.pivot, x => target.pivot = x, new Vector2(0, endValue), duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_m1ABD5A4A91526CA156C55C23A54822DC898A34AF (U3CU3Ec__DisplayClass25_0_tA347965DD1CA3D351E3B581654CC8128EDFF3061 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass25_0_U3CDOSizeDeltaU3Eb__0_mF87E563BB15F601A91B0DA1012A1604A52FCBDA5 (U3CU3Ec__DisplayClass25_0_tA347965DD1CA3D351E3B581654CC8128EDFF3061 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.sizeDelta, x => target.sizeDelta = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_sizeDelta_mCFAE8C916280C173AB79BE32B910376E310D1C50(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0_U3CDOSizeDeltaU3Eb__1_m26B3B99EDB1D47D81931CC6CABFED8406BF4E90E (U3CU3Ec__DisplayClass25_0_tA347965DD1CA3D351E3B581654CC8128EDFF3061 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.sizeDelta, x => target.sizeDelta = x, endValue, duration); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass26_0__ctor_mC4836A2FD37334971703D95C49ED35BCAD56AFB8 (U3CU3Ec__DisplayClass26_0_t93DB5B4DF0357D11E4A951B037CFD527BF3B56C8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass26_0_U3CDOPunchAnchorPosU3Eb__0_m357B263CA209B3E6EBB7F95AC352AA8B28A5CFC5 (U3CU3Ec__DisplayClass26_0_t93DB5B4DF0357D11E4A951B037CFD527BF3B56C8 * __this, const RuntimeMethod* method) { { // return DOTween.Punch(() => target.anchoredPosition, x => target.anchoredPosition = x, punch, duration, vibrato, elasticity) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass26_0_U3CDOPunchAnchorPosU3Eb__1_mE7127F5C6AB73DBA7D40F67FD61BA4076E2B8D23 (U3CU3Ec__DisplayClass26_0_t93DB5B4DF0357D11E4A951B037CFD527BF3B56C8 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // return DOTween.Punch(() => target.anchoredPosition, x => target.anchoredPosition = x, punch, duration, vibrato, elasticity) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass27_0__ctor_m07ADC405B65035A17DC97097DED9B4C1D21EFB17 (U3CU3Ec__DisplayClass27_0_t4D4A1506D5AC9A010D11414FAD7E48C6A7FBA299 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass27_0_U3CDOShakeAnchorPosU3Eb__0_m1AF2B166591EEA50BEE7FD3C2E9B7EFFC0D39F8E (U3CU3Ec__DisplayClass27_0_t4D4A1506D5AC9A010D11414FAD7E48C6A7FBA299 * __this, const RuntimeMethod* method) { { // return DOTween.Shake(() => target.anchoredPosition, x => target.anchoredPosition = x, duration, strength, vibrato, randomness, true, fadeOut) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass27_0_U3CDOShakeAnchorPosU3Eb__1_mF7180DEAAB00C14DD6F3DB8B815D0C0B2DB64725 (U3CU3Ec__DisplayClass27_0_t4D4A1506D5AC9A010D11414FAD7E48C6A7FBA299 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // return DOTween.Shake(() => target.anchoredPosition, x => target.anchoredPosition = x, duration, strength, vibrato, randomness, true, fadeOut) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass28_0__ctor_m4969157094B09547B26225881BD87025C928B506 (U3CU3Ec__DisplayClass28_0_tE68276C76E7215C53283D3ADC6A731F1DF29E8C8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E U3CU3Ec__DisplayClass28_0_U3CDOShakeAnchorPosU3Eb__0_mB4E05CBCDBD4732D154E1A64678339D3FC5FBCE9 (U3CU3Ec__DisplayClass28_0_tE68276C76E7215C53283D3ADC6A731F1DF29E8C8 * __this, const RuntimeMethod* method) { { // return DOTween.Shake(() => target.anchoredPosition, x => target.anchoredPosition = x, duration, strength, vibrato, randomness, fadeOut) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__1(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass28_0_U3CDOShakeAnchorPosU3Eb__1_mBDA6378719836E14C155B4648BB47429C125590C (U3CU3Ec__DisplayClass28_0_tE68276C76E7215C53283D3ADC6A731F1DF29E8C8 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___x0, const RuntimeMethod* method) { { // return DOTween.Shake(() => target.anchoredPosition, x => target.anchoredPosition = x, duration, strength, vibrato, randomness, fadeOut) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___x0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_m00E6EAFA57923B235554FA8A236AD64992F363FE (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass29_0_U3CDOJumpAnchorPosU3Eb__0_mAE0CBA3D52D03EB2F2C37D85C5832B412F816591 (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, const RuntimeMethod* method) { { // Tween yTween = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(0, jumpPower), duration / (numJumps * 2)) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0_U3CDOJumpAnchorPosU3Eb__1_mB685B77262E778382FAF923C04FD328DC494426C (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // Tween yTween = DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(0, jumpPower), duration / (numJumps * 2)) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0_U3CDOJumpAnchorPosU3Eb__2_mB23D92AF70DCD33F838372FF59B1F39DD3775824 (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, const RuntimeMethod* method) { { // .OnStart(()=> startPosY = target.anchoredPosition.y); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_y_1(); __this->set_startPosY_1(L_2); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass29_0_U3CDOJumpAnchorPosU3Eb__3_mB86E86358B9C1671706EA489B6FC30C3874224E7 (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, const RuntimeMethod* method) { { // s.Append(DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(endValue.x, 0), duration) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__4(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0_U3CDOJumpAnchorPosU3Eb__4_m1E0D9286E08822DF086E86BA60F0EFF6B62A32C7 (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // s.Append(DOTween.To(() => target.anchoredPosition, x => target.anchoredPosition = x, new Vector2(endValue.x, 0), duration) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0_U3CDOJumpAnchorPosU3Eb__5_m6E6A274B0B852663D3ED8CDD2B4646B9D618E535 (U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * __this, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * G_B3_0 = NULL; U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * G_B2_0 = NULL; float G_B4_0 = 0.0f; U3CU3Ec__DisplayClass29_0_t5555723CB03030A05216BCB8B27846D583B2D84D * G_B4_1 = NULL; { // if (!offsetYSet) { bool L_0 = __this->get_offsetYSet_2(); if (L_0) { goto IL_0041; } } { // offsetYSet = true; __this->set_offsetYSet_2((bool)1); // offsetY = s.isRelative ? endValue.y : endValue.y - startPosY; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_1 = __this->get_s_4(); NullCheck(L_1); bool L_2; L_2 = Tween_get_isRelative_m2B8146895940DCFAA932D083B4DD54AE5620C7D3_inline(L_1, /*hidden argument*/NULL); G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0031; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_3 = __this->get_address_of_endValue_5(); float L_4 = L_3->get_y_1(); float L_5 = __this->get_startPosY_1(); G_B4_0 = ((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)); G_B4_1 = G_B2_0; goto IL_003c; } IL_0031: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_6 = __this->get_address_of_endValue_5(); float L_7 = L_6->get_y_1(); G_B4_0 = L_7; G_B4_1 = G_B3_0; } IL_003c: { NullCheck(G_B4_1); G_B4_1->set_offsetY_3(G_B4_0); } IL_0041: { // Vector2 pos = target.anchoredPosition; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8 = __this->get_target_0(); NullCheck(L_8); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; L_9 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_8, /*hidden argument*/NULL); V_0 = L_9; // pos.y += DOVirtual.EasedValue(0, offsetY, s.ElapsedDirectionalPercentage(), Ease.OutQuad); float* L_10 = (&V_0)->get_address_of_y_1(); float* L_11 = L_10; float L_12 = *((float*)L_11); float L_13 = __this->get_offsetY_3(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_14 = __this->get_s_4(); float L_15; L_15 = TweenExtensions_ElapsedDirectionalPercentage_m478ED527B4F86DCC0240987C317231168587F5DF(L_14, /*hidden argument*/NULL); float L_16; L_16 = DOVirtual_EasedValue_m13B1BCEC7154DBD3C6B63DD66BED84E3ACCB3E92((0.0f), L_13, L_15, 6, /*hidden argument*/NULL); *((float*)L_11) = (float)((float)il2cpp_codegen_add((float)L_12, (float)L_16)); // target.anchoredPosition = pos; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_17 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18 = V_0; NullCheck(L_17); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_17, L_18, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m61C588C0764BA908B02EBAB1C19076EBB2898A9E (U3CU3Ec__DisplayClass2_0_tD73E62A2224FE13C8F6B52FCE8BD1C5FD313B99F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass2_0_U3CDOFadeU3Eb__0_m85CC4106263DD670C5BF648B8A64C6BA84297B65 (U3CU3Ec__DisplayClass2_0_tD73E62A2224FE13C8F6B52FCE8BD1C5FD313B99F * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3CDOFadeU3Eb__1_m140BDA0B825925A5051A2565C055CCBBF005A680 (U3CU3Ec__DisplayClass2_0_tD73E62A2224FE13C8F6B52FCE8BD1C5FD313B99F * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass30_0__ctor_mCC70550D8AD7B4F88C913940A644E81F11F5898A (U3CU3Ec__DisplayClass30_0_t94F73A3FFC30F6C2558392FF5F07AE2E096BF84F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass30_0_U3CDONormalizedPosU3Eb__0_m92C7B1817960CE4D1D7333872D37C8AF131F68FE (U3CU3Ec__DisplayClass30_0_t94F73A3FFC30F6C2558392FF5F07AE2E096BF84F * __this, const RuntimeMethod* method) { { // return DOTween.To(() => new Vector2(target.horizontalNormalizedPosition, target.verticalNormalizedPosition), ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = ScrollRect_get_horizontalNormalizedPosition_m2447569D682F6F02D64671B82B64FA9C80EE8FE2(L_0, /*hidden argument*/NULL); ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_2 = __this->get_target_0(); NullCheck(L_2); float L_3; L_3 = ScrollRect_get_verticalNormalizedPosition_mB5E338D332643DF0B7464F45CC9C04DD9868FBB4(L_2, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass30_0_U3CDONormalizedPosU3Eb__1_mFA97248E3617865FEF6C3F36E633266FF044050F (U3CU3Ec__DisplayClass30_0_t94F73A3FFC30F6C2558392FF5F07AE2E096BF84F * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // target.horizontalNormalizedPosition = x.x; ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; float L_2 = L_1.get_x_0(); NullCheck(L_0); ScrollRect_set_horizontalNormalizedPosition_m3552851D166277D4DEDFCB6B81BF6726666D3AF5(L_0, L_2, /*hidden argument*/NULL); // target.verticalNormalizedPosition = x.y; ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_3 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___x0; float L_5 = L_4.get_y_1(); NullCheck(L_3); ScrollRect_set_verticalNormalizedPosition_m18393A7B91359B013466A984325F233535A6941D(L_3, L_5, /*hidden argument*/NULL); // }, endValue, duration) return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass31_0__ctor_m82279F879253DF896CCD126EC0B7E16B295D165A (U3CU3Ec__DisplayClass31_0_t805529EB975D0626EBC97ACAB3880EFC6AB317A3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass31_0_U3CDOHorizontalNormalizedPosU3Eb__0_mB33367FCE1348BA9F855A9D1366FA19F5DDA4AEB (U3CU3Ec__DisplayClass31_0_t805529EB975D0626EBC97ACAB3880EFC6AB317A3 * __this, const RuntimeMethod* method) { { // return DOTween.To(() => target.horizontalNormalizedPosition, x => target.horizontalNormalizedPosition = x, endValue, duration) ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = ScrollRect_get_horizontalNormalizedPosition_m2447569D682F6F02D64671B82B64FA9C80EE8FE2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass31_0_U3CDOHorizontalNormalizedPosU3Eb__1_mEBA7CDAA06332B1E56991D8E2299E24B9348D627 (U3CU3Ec__DisplayClass31_0_t805529EB975D0626EBC97ACAB3880EFC6AB317A3 * __this, float ___x0, const RuntimeMethod* method) { { // return DOTween.To(() => target.horizontalNormalizedPosition, x => target.horizontalNormalizedPosition = x, endValue, duration) ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); ScrollRect_set_horizontalNormalizedPosition_m3552851D166277D4DEDFCB6B81BF6726666D3AF5(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0__ctor_mD93F08EDF6689C6BA223067191EE8C9E0FBE509C (U3CU3Ec__DisplayClass32_0_tA414D6A179D68B4F320ED1DB2C432127B75AB0E9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass32_0_U3CDOVerticalNormalizedPosU3Eb__0_m83DD02084574CCFB9F26C19BDE6AF6DE2C6387FE (U3CU3Ec__DisplayClass32_0_tA414D6A179D68B4F320ED1DB2C432127B75AB0E9 * __this, const RuntimeMethod* method) { { // return DOTween.To(() => target.verticalNormalizedPosition, x => target.verticalNormalizedPosition = x, endValue, duration) ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = ScrollRect_get_verticalNormalizedPosition_mB5E338D332643DF0B7464F45CC9C04DD9868FBB4(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0_U3CDOVerticalNormalizedPosU3Eb__1_mAE94A6E7E27147AA530D056E286A00C8EAE56331 (U3CU3Ec__DisplayClass32_0_tA414D6A179D68B4F320ED1DB2C432127B75AB0E9 * __this, float ___x0, const RuntimeMethod* method) { { // return DOTween.To(() => target.verticalNormalizedPosition, x => target.verticalNormalizedPosition = x, endValue, duration) ScrollRect_tB16156010F89FFDAAB2127CA878608FD91B9FBEA * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); ScrollRect_set_verticalNormalizedPosition_m18393A7B91359B013466A984325F233535A6941D(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_0__ctor_mB387BC26BCA1B460D5B3B1CE767228FA244B7703 (U3CU3Ec__DisplayClass33_0_t5CB8EE7F07D06E29D59588955B144762AF73E4F6 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass33_0_U3CDOValueU3Eb__0_mBB603DBBDA542D7F00142102A667BCB9682EC145 (U3CU3Ec__DisplayClass33_0_t5CB8EE7F07D06E29D59588955B144762AF73E4F6 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.value, x => target.value = x, endValue, duration); Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(46 /* System.Single UnityEngine.UI.Slider::get_value() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass33_0_U3CDOValueU3Eb__1_mA3DF76574D5E76992AF228A3C4AFFFC19D6BAE15 (U3CU3Ec__DisplayClass33_0_t5CB8EE7F07D06E29D59588955B144762AF73E4F6 * __this, float ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.value, x => target.value = x, endValue, duration); Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0__ctor_mA88FD675FEF2971D3F8145822B844ECFFF59BF17 (U3CU3Ec__DisplayClass34_0_t60E5325D834E607C2110DB690899FC3C7A44D407 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass34_0_U3CDOColorU3Eb__0_m5DC2ED4C56B0A1D8CFCB8A4E2D2078EA79E8B66F (U3CU3Ec__DisplayClass34_0_t60E5325D834E607C2110DB690899FC3C7A44D407 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0_U3CDOColorU3Eb__1_m9BA1BADA179249B9F0AD1142BE826798FA114E13 (U3CU3Ec__DisplayClass34_0_t60E5325D834E607C2110DB690899FC3C7A44D407 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0__ctor_m5533AE6A72AB74A97282032790D0DE81F0EAF811 (U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Int32 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec__DisplayClass35_0_U3CDOCounterU3Eb__0_m4E790A70F3934B1A2F06D5692F8550A69C2567A2 (U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => v, x => { int32_t L_0 = __this->get_v_0(); return L_0; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0_U3CDOCounterU3Eb__1_m3207CE6E96DAC0D117EFA238D72BAC0FAEFB2FE2 (U3CU3Ec__DisplayClass35_0_t8938338C4A6E58BB25C48A1F318E0458FD3B8CC4 * __this, int32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA16A5A766620C92E70C8F0C13BC707B1DD24BB40); s_Il2CppMethodInitialized = true; } Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * G_B2_0 = NULL; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * G_B3_1 = NULL; { // v = x; int32_t L_0 = ___x0; __this->set_v_0(L_0); // target.text = addThousandsSeparator // ? v.ToString("N0", cInfo) // : v.ToString(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1 = __this->get_target_1(); bool L_2 = __this->get_addThousandsSeparator_2(); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0022; } } { int32_t* L_3 = __this->get_address_of_v_0(); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_0038; } IL_0022: { int32_t* L_5 = __this->get_address_of_v_0(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = __this->get_cInfo_3(); String_t* L_7; L_7 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)L_5, _stringLiteralA16A5A766620C92E70C8F0C13BC707B1DD24BB40, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0038: { NullCheck(G_B3_1); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, G_B3_1, G_B3_0); // }, endValue, duration); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_mE2912C6BF4318E28870DE7AA92E4B05C80D92EE0 (U3CU3Ec__DisplayClass36_0_tCE8E904A62CBD9F143B3D692CA532EFA7A6F777D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass36_0_U3CDOFadeU3Eb__0_mA3238766629BBF7E2750683F62F7629C5B097D87 (U3CU3Ec__DisplayClass36_0_tCE8E904A62CBD9F143B3D692CA532EFA7A6F777D * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0_U3CDOFadeU3Eb__1_m119575F5E470CA6D0C37EF9E1A9C3A2CF8B2AA3A (U3CU3Ec__DisplayClass36_0_tCE8E904A62CBD9F143B3D692CA532EFA7A6F777D * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_m59CE3FBA46AF3F7C3597AD84DEC898DB9B84EE39 (U3CU3Ec__DisplayClass37_0_tFAFEF1E41FDD4BAE035F7732E85AA44BBFD9DFD1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.String DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec__DisplayClass37_0_U3CDOTextU3Eb__0_mDB021AB28041C55E82DF362F8DDF94879B7EBA13 (U3CU3Ec__DisplayClass37_0_tFAFEF1E41FDD4BAE035F7732E85AA44BBFD9DFD1 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.text, x => target.text = x, endValue, duration); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_target_0(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__1(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0_U3CDOTextU3Eb__1_m0724BC3E19FD8643DD8C0FF25D4C08196FB446DD (U3CU3Ec__DisplayClass37_0_tFAFEF1E41FDD4BAE035F7732E85AA44BBFD9DFD1 * __this, String_t* ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.text, x => target.text = x, endValue, duration); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_target_0(); String_t* L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0__ctor_mB3E91AEAFAE65DD5FC36DD530E74CE1F4FA24AEF (U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass38_0_U3CDOBlendableColorU3Eb__0_mB976655AEC70D25B43AAAF577CC953C7EB03D2EE (U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA * __this, const RuntimeMethod* method) { { // return DOTween.To(() => to, x => { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = __this->get_to_0(); return L_0; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass38_0_U3CDOBlendableColorU3Eb__1_mF14436C4F4EEB5B7664C3444B969B694BC6E3E5E (U3CU3Ec__DisplayClass38_0_t25800BA4D30D443A7F92C326FA62E4A0351DD2CA * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); { // Color diff = x - to; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___x0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = __this->get_to_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_op_Subtraction_m1D412109F3F9264B0A4F1106D2FEB8A2746B3A0F(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // to = x; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___x0; __this->set_to_0(L_3); // target.color += diff; Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_4 = __this->get_target_1(); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_5 = L_4; NullCheck(L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6; L_6 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; L_8 = Color_op_Addition_m791A7C77B17D4A49301A7D275E8E4D8B117415A8(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_5, L_8); // }, endValue, duration) return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0__ctor_m1DB7B55A6B3E4B184E35968EACBF9E214E0CED7D (U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass39_0_U3CDOBlendableColorU3Eb__0_mE93AC95325F69D83EE746421FA5992DC25009961 (U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10 * __this, const RuntimeMethod* method) { { // return DOTween.To(() => to, x => { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = __this->get_to_0(); return L_0; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0_U3CDOBlendableColorU3Eb__1_m45DD6E7ED579816AC18DF6B88901D9F11DB1B36F (U3CU3Ec__DisplayClass39_0_t51E4686289D218AD17F28EABBF58A0628BFD6B10 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); { // Color diff = x - to; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___x0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = __this->get_to_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_op_Subtraction_m1D412109F3F9264B0A4F1106D2FEB8A2746B3A0F(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // to = x; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___x0; __this->set_to_0(L_3); // target.color += diff; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_4 = __this->get_target_1(); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_5 = L_4; NullCheck(L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6; L_6 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; L_8 = Color_op_Addition_m791A7C77B17D4A49301A7D275E8E4D8B117415A8(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_5, L_8); // }, endValue, duration) return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m09228DABE56F6866E09591FE27C255A39A71E48D (U3CU3Ec__DisplayClass3_0_t9A0201E5801BCA86E98A5567791D120983EAD387 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass3_0_U3CDOColorU3Eb__0_mA7BF7CEB8AA94694104E8D048F5045D122A5D980 (U3CU3Ec__DisplayClass3_0_t9A0201E5801BCA86E98A5567791D120983EAD387 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0_U3CDOColorU3Eb__1_mBC7108789E76320E9507A9087273C7D89227F0F3 (U3CU3Ec__DisplayClass3_0_t9A0201E5801BCA86E98A5567791D120983EAD387 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.color, x => target.color = x, endValue, duration); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass40_0__ctor_m089AA2605E325970B89E7F1519CF4DD5676CA2AD (U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass40_0_U3CDOBlendableColorU3Eb__0_mD869D1DD9D45824831045C0E5638161837B0854B (U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A * __this, const RuntimeMethod* method) { { // return DOTween.To(() => to, x => { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = __this->get_to_0(); return L_0; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass40_0_U3CDOBlendableColorU3Eb__1_m6B0A0EFCA7952B551FD8C87503133EA08D8075A9 (U3CU3Ec__DisplayClass40_0_t1DAB80471E2CE447FD9DC4EFC18B5D4E48D8120A * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); { // Color diff = x - to; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___x0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = __this->get_to_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_op_Subtraction_m1D412109F3F9264B0A4F1106D2FEB8A2746B3A0F(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // to = x; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = ___x0; __this->set_to_0(L_3); // target.color += diff; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_4 = __this->get_target_1(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_5 = L_4; NullCheck(L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6; L_6 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_5); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; L_8 = Color_op_Addition_m791A7C77B17D4A49301A7D275E8E4D8B117415A8(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_5, L_8); // }, endValue, duration) return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m5CD451B862F3CC71D8D25BC3A69725FCDD6144C4 (U3CU3Ec__DisplayClass4_0_t9CD30C09F13A8901FBD37CEEE628023A3AC88587 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 U3CU3Ec__DisplayClass4_0_U3CDOFadeU3Eb__0_m507CD55516001BB4A76D7E58CB159B5394D6413C (U3CU3Ec__DisplayClass4_0_t9CD30C09F13A8901FBD37CEEE628023A3AC88587 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_target_0(); NullCheck(L_0); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; L_1 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__1(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CDOFadeU3Eb__1_mE65F1E4D380EC305AF0AE93E0315B0B23CA36310 (U3CU3Ec__DisplayClass4_0_t9CD30C09F13A8901FBD37CEEE628023A3AC88587 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.ToAlpha(() => target.color, x => target.color = x, endValue, duration); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_target_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = ___x0; NullCheck(L_0); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m879B3843E0C43157D8044AD52E2F865EE50FD041 (U3CU3Ec__DisplayClass5_0_tB80886C18986402D46C539623ED89C069D383A01 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass5_0_U3CDOFillAmountU3Eb__0_mAFE3629BC44AE61C84399809F742CEF0235004E1 (U3CU3Ec__DisplayClass5_0_tB80886C18986402D46C539623ED89C069D383A01 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.fillAmount, x => target.fillAmount = x, endValue, duration); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = Image_get_fillAmount_mA6F275C1167931E2F166EA85058EF181D8008B09_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CDOFillAmountU3Eb__1_m9EB6C21BCE8D1A08FF84815C05A6664637C510CE (U3CU3Ec__DisplayClass5_0_tB80886C18986402D46C539623ED89C069D383A01 * __this, float ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.fillAmount, x => target.fillAmount = x, endValue, duration); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_target_0(); float L_1 = ___x0; NullCheck(L_0); Image_set_fillAmount_m1D28CFC9B15A45AB6C561AA42BD8F305605E9E3C(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m47B2E10FFFD9FCACC88586DEF6A4E675DC9EC406 (U3CU3Ec__DisplayClass7_0_t3101E53746ED12113974445EFE5F8ED7275D9845 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass7_0_U3CDOFlexibleSizeU3Eb__0_m7A7EA5F66922413743B8C1AB4234645A32098EA8 (U3CU3Ec__DisplayClass7_0_t3101E53746ED12113974445EFE5F8ED7275D9845 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => new Vector2(target.flexibleWidth, target.flexibleHeight), x => { LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(39 /* System.Single UnityEngine.UI.LayoutElement::get_flexibleWidth() */, L_0); LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_2 = __this->get_target_0(); NullCheck(L_2); float L_3; L_3 = VirtualFuncInvoker0< float >::Invoke(41 /* System.Single UnityEngine.UI.LayoutElement::get_flexibleHeight() */, L_2); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_U3CDOFlexibleSizeU3Eb__1_m0E76B7C6F893FD2F7F24E302CB55882765DD1153 (U3CU3Ec__DisplayClass7_0_t3101E53746ED12113974445EFE5F8ED7275D9845 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // target.flexibleWidth = x.x; LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; float L_2 = L_1.get_x_0(); NullCheck(L_0); VirtualActionInvoker1< float >::Invoke(40 /* System.Void UnityEngine.UI.LayoutElement::set_flexibleWidth(System.Single) */, L_0, L_2); // target.flexibleHeight = x.y; LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_3 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___x0; float L_5 = L_4.get_y_1(); NullCheck(L_3); VirtualActionInvoker1< float >::Invoke(42 /* System.Void UnityEngine.UI.LayoutElement::set_flexibleHeight(System.Single) */, L_3, L_5); // }, endValue, duration); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m0953E12771619B6F14FC14CA853AF5CA110A0553 (U3CU3Ec__DisplayClass8_0_tE55619A7933D4E2E6A3AF6BCBAB6B4C17A865A55 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass8_0_U3CDOMinSizeU3Eb__0_m9BD9F63B884498F9AA02C307EB1CA15FA29BD094 (U3CU3Ec__DisplayClass8_0_tE55619A7933D4E2E6A3AF6BCBAB6B4C17A865A55 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => new Vector2(target.minWidth, target.minHeight), x => { LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(31 /* System.Single UnityEngine.UI.LayoutElement::get_minWidth() */, L_0); LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_2 = __this->get_target_0(); NullCheck(L_2); float L_3; L_3 = VirtualFuncInvoker0< float >::Invoke(33 /* System.Single UnityEngine.UI.LayoutElement::get_minHeight() */, L_2); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_U3CDOMinSizeU3Eb__1_m546E530F9DE46CA1359450860E62DCC3BD3D72B3 (U3CU3Ec__DisplayClass8_0_tE55619A7933D4E2E6A3AF6BCBAB6B4C17A865A55 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // target.minWidth = x.x; LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; float L_2 = L_1.get_x_0(); NullCheck(L_0); VirtualActionInvoker1< float >::Invoke(32 /* System.Void UnityEngine.UI.LayoutElement::set_minWidth(System.Single) */, L_0, L_2); // target.minHeight = x.y; LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_3 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___x0; float L_5 = L_4.get_y_1(); NullCheck(L_3); VirtualActionInvoker1< float >::Invoke(34 /* System.Void UnityEngine.UI.LayoutElement::set_minHeight(System.Single) */, L_3, L_5); // }, endValue, duration); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m3EB28823EF4D152A06983986C8120490212A8DF7 (U3CU3Ec__DisplayClass9_0_t7A8C490B052492D0F6162243E706C61D6E7EA629 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass9_0_U3CDOPreferredSizeU3Eb__0_mB87EAB728455B68D07773FA10DCA169804482CBD (U3CU3Ec__DisplayClass9_0_t7A8C490B052492D0F6162243E706C61D6E7EA629 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => new Vector2(target.preferredWidth, target.preferredHeight), x => { LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_0 = __this->get_target_0(); NullCheck(L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(35 /* System.Single UnityEngine.UI.LayoutElement::get_preferredWidth() */, L_0); LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_2 = __this->get_target_0(); NullCheck(L_2); float L_3; L_3 = VirtualFuncInvoker0< float >::Invoke(37 /* System.Single UnityEngine.UI.LayoutElement::get_preferredHeight() */, L_2); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CDOPreferredSizeU3Eb__1_m24617F67F48227A961C0543BF7925F8D2F2A90B6 (U3CU3Ec__DisplayClass9_0_t7A8C490B052492D0F6162243E706C61D6E7EA629 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // target.preferredWidth = x.x; LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_0 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___x0; float L_2 = L_1.get_x_0(); NullCheck(L_0); VirtualActionInvoker1< float >::Invoke(36 /* System.Void UnityEngine.UI.LayoutElement::set_preferredWidth(System.Single) */, L_0, L_2); // target.preferredHeight = x.y; LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * L_3 = __this->get_target_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___x0; float L_5 = L_4.get_y_1(); NullCheck(L_3); VirtualActionInvoker1< float >::Invoke(38 /* System.Void UnityEngine.UI.LayoutElement::set_preferredHeight(System.Single) */, L_3, L_5); // }, endValue, duration); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/Utils::SwitchToRectTransform(UnityEngine.RectTransform,UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Utils_SwitchToRectTransform_m260A15449F1C7A8F4356730DF4A59A386C45D200 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___from0, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_1; memset((&V_1), 0, sizeof(V_1)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_2; memset((&V_2), 0, sizeof(V_2)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_3; memset((&V_3), 0, sizeof(V_3)); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_4; memset((&V_4), 0, sizeof(V_4)); { // Vector2 fromPivotDerivedOffset = new Vector2(from.rect.width * 0.5f + from.rect.xMin, from.rect.height * 0.5f + from.rect.yMin); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = ___from0; NullCheck(L_0); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_1; L_1 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_0, /*hidden argument*/NULL); V_4 = L_1; float L_2; L_2 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = ___from0; NullCheck(L_3); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_4; L_4 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_3, /*hidden argument*/NULL); V_4 = L_4; float L_5; L_5 = Rect_get_xMin_m02EA330BE4C4A07A3F18F50F257832E9E3C2B873((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_6 = ___from0; NullCheck(L_6); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_7; L_7 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_6, /*hidden argument*/NULL); V_4 = L_7; float L_8; L_8 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = ___from0; NullCheck(L_9); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_10; L_10 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_9, /*hidden argument*/NULL); V_4 = L_10; float L_11; L_11 = Rect_get_yMin_m2C91041817D410B32B80E338764109D75ACB01E4((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_1), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_2, (float)(0.5f))), (float)L_5)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(0.5f))), (float)L_11)), /*hidden argument*/NULL); // Vector2 screenP = RectTransformUtility.WorldToScreenPoint(null, from.position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_12 = ___from0; NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = RectTransformUtility_WorldToScreenPoint_m92E801861EE14D73219C34A6175847C4A46105E1((Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL, L_13, /*hidden argument*/NULL); V_2 = L_14; // screenP += fromPivotDerivedOffset; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15 = V_2; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; L_17 = Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline(L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; // RectTransformUtility.ScreenPointToLocalPointInRectangle(to, screenP, null, out localPoint); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_18 = ___to1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19 = V_2; bool L_20; L_20 = RectTransformUtility_ScreenPointToLocalPointInRectangle_m9A7DB8DE3636CE91CDF6CE088A21B5DDF2678F03(L_18, L_19, (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C *)NULL, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), /*hidden argument*/NULL); // Vector2 pivotDerivedOffset = new Vector2(to.rect.width * 0.5f + to.rect.xMin, to.rect.height * 0.5f + to.rect.yMin); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_21 = ___to1; NullCheck(L_21); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_22; L_22 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_21, /*hidden argument*/NULL); V_4 = L_22; float L_23; L_23 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_24 = ___to1; NullCheck(L_24); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_25; L_25 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_24, /*hidden argument*/NULL); V_4 = L_25; float L_26; L_26 = Rect_get_xMin_m02EA330BE4C4A07A3F18F50F257832E9E3C2B873((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = ___to1; NullCheck(L_27); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_28; L_28 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_27, /*hidden argument*/NULL); V_4 = L_28; float L_29; L_29 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_30 = ___to1; NullCheck(L_30); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_31; L_31 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_30, /*hidden argument*/NULL); V_4 = L_31; float L_32; L_32 = Rect_get_yMin_m2C91041817D410B32B80E338764109D75ACB01E4((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_4), /*hidden argument*/NULL); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_3), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_23, (float)(0.5f))), (float)L_26)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_29, (float)(0.5f))), (float)L_32)), /*hidden argument*/NULL); // return to.anchoredPosition + localPoint - pivotDerivedOffset; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = ___to1; NullCheck(L_33); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_34; L_34 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_33, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_35 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_36; L_36 = Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline(L_34, L_35, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_37 = V_3; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_38; L_38 = Vector2_op_Subtraction_m6E536A8C72FEAA37FF8D5E26E11D6E71EB59599A_inline(L_36, L_37, /*hidden argument*/NULL); return L_38; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m0EACBC706CDB7B8BCE4C21D3AD250FE25CD825CF (U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass8_0_U3CDOOffsetU3Eb__0_m6D616025F8610086B30B83BC8ED13213DB2AC7CC (U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.GetTextureOffset(propertyID), x => target.SetTextureOffset(propertyID, x), endValue, duration); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_target_0(); int32_t L_1 = __this->get_propertyID_1(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Material_GetTextureOffset_m53C54C035DFCB16181F0226D9C41C9EAB2301617(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_U3CDOOffsetU3Eb__1_m4171C9EB0226E0E06E574EFD507A8D352EC5B557 (U3CU3Ec__DisplayClass8_0_tE5BFC2D888ECF087A82B3D73CECEAC3525EE4581 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.GetTextureOffset(propertyID), x => target.SetTextureOffset(propertyID, x), endValue, duration); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_target_0(); int32_t L_1 = __this->get_propertyID_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___x0; NullCheck(L_0); Material_SetTextureOffset_mDEE0C861BD2FC8D38924087590BE8FD123195A78(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m6CC810F5A3B1779C2569B21779361FD5F94C2C9C (U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 U3CU3Ec__DisplayClass9_0_U3CDOTilingU3Eb__0_m747CC91BE7EDF7D2644045B72BF689A2552B855F (U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551 * __this, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.GetTextureScale(propertyID), x => target.SetTextureScale(propertyID, x), endValue, duration); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_target_0(); int32_t L_1 = __this->get_propertyID_1(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Material_GetTextureScale_mE494CDECFF6B59EDB43D6000608A91A4B7289A9C(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CDOTilingU3Eb__1_m0D5FC9115C0FFE113CA2277BA5A17562550B19F6 (U3CU3Ec__DisplayClass9_0_tACB95D3310A47E0C0B9E503E6931B7F7BAC03551 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___x0, const RuntimeMethod* method) { { // TweenerCore t = DOTween.To(() => target.GetTextureScale(propertyID), x => target.SetTextureScale(propertyID, x), endValue, duration); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_target_0(); int32_t L_1 = __this->get_propertyID_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___x0; NullCheck(L_0); Material_SetTextureScale_m9F02CF20C15805224119E8A1AE57B1B064CB72C1(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForCompletionU3Ed__10_MoveNext_m7A14EB02262CB797C27664F35565B88E8BA060D3 (U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE V_1; memset((&V_1), 0, sizeof(V_1)); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_0066; } } IL_000a: { // if (!t.active) { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_2(); NullCheck(L_2); bool L_3; L_3 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0089; } } IL_0017: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); int32_t L_4; L_4 = Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline(/*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } IL_001f: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_5 = __this->get_t_2(); Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2(L_5, /*hidden argument*/NULL); } IL_002a: { // return; goto IL_00bc; } IL_002f: { // while (t.active && !t.IsComplete()) await Task.Yield(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA L_6; L_6 = Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B(/*hidden argument*/NULL); V_2 = L_6; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_7; L_7 = YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8((YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA *)(&V_2), /*hidden argument*/NULL); V_1 = L_7; bool L_8; L_8 = YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_0082; } } IL_0046: { int32_t L_9 = 0; V_0 = L_9; __this->set_U3CU3E1__state_0(L_9); YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_10 = V_1; __this->set_U3CU3Eu__1_3(L_10); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_11 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_11, (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), (U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24_m2AA712326CE31D0A5E6EDB9A266A9BEB94678E59_RuntimeMethod_var); goto IL_00cf; } IL_0066: { YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_12 = __this->get_U3CU3Eu__1_3(); V_1 = L_12; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * L_13 = __this->get_address_of_U3CU3Eu__1_3(); il2cpp_codegen_initobj(L_13, sizeof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE )); int32_t L_14 = (-1); V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); } IL_0082: { YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); } IL_0089: { // while (t.active && !t.IsComplete()) await Task.Yield(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_t_2(); NullCheck(L_15); bool L_16; L_16 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00a3; } } IL_0096: { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_17 = __this->get_t_2(); bool L_18; L_18 = TweenExtensions_IsComplete_mC87F29FE0746C793F0C11175A9B37087C1C436FD(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_002f; } } IL_00a3: { goto IL_00bc; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a5; } throw e; } CATCH_00a5: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_19 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_20 = V_3; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_19, L_20, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cf; }// end catch (depth: 1) IL_00bc: { // } __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_21 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_21, /*hidden argument*/NULL); } IL_00cf: { return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForCompletionU3Ed__10_MoveNext_m7A14EB02262CB797C27664F35565B88E8BA060D3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForCompletionU3Ed__10_MoveNext_m7A14EB02262CB797C27664F35565B88E8BA060D3(_thisAdjusted, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__10::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForCompletionU3Ed__10_SetStateMachine_m85F5E4DAF7F7E7AB65762F3F6C95BFAE3F039819 (U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForCompletionU3Ed__10_SetStateMachine_m85F5E4DAF7F7E7AB65762F3F6C95BFAE3F039819_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CAsyncWaitForCompletionU3Ed__10_tAF83373BEFDCE5CDEE1D8D2213CE8CD7384CAC24 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForCompletionU3Ed__10_SetStateMachine_m85F5E4DAF7F7E7AB65762F3F6C95BFAE3F039819(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForElapsedLoopsU3Ed__13_MoveNext_mD74D8D5D0970E23A40CE0D8B83297BBC68E25712 (U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE V_1; memset((&V_1), 0, sizeof(V_1)); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_0066; } } IL_000a: { // if (!t.active) { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_2(); NullCheck(L_2); bool L_3; L_3 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0089; } } IL_0017: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); int32_t L_4; L_4 = Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline(/*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } IL_001f: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_5 = __this->get_t_2(); Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2(L_5, /*hidden argument*/NULL); } IL_002a: { // return; goto IL_00c2; } IL_002f: { // while (t.active && t.CompletedLoops() < elapsedLoops) await Task.Yield(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA L_6; L_6 = Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B(/*hidden argument*/NULL); V_2 = L_6; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_7; L_7 = YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8((YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA *)(&V_2), /*hidden argument*/NULL); V_1 = L_7; bool L_8; L_8 = YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_0082; } } IL_0046: { int32_t L_9 = 0; V_0 = L_9; __this->set_U3CU3E1__state_0(L_9); YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_10 = V_1; __this->set_U3CU3Eu__1_4(L_10); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_11 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_11, (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), (U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A_m5CF31C89EB31AF4D06642AF8DBCA8EB9FB7B4EE8_RuntimeMethod_var); goto IL_00d5; } IL_0066: { YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_12 = __this->get_U3CU3Eu__1_4(); V_1 = L_12; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * L_13 = __this->get_address_of_U3CU3Eu__1_4(); il2cpp_codegen_initobj(L_13, sizeof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE )); int32_t L_14 = (-1); V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); } IL_0082: { YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); } IL_0089: { // while (t.active && t.CompletedLoops() < elapsedLoops) await Task.Yield(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_t_2(); NullCheck(L_15); bool L_16; L_16 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00a9; } } IL_0096: { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_17 = __this->get_t_2(); int32_t L_18; L_18 = TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87(L_17, /*hidden argument*/NULL); int32_t L_19 = __this->get_elapsedLoops_3(); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_002f; } } IL_00a9: { goto IL_00c2; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ab; } throw e; } CATCH_00ab: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_20 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_21 = V_3; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_20, L_21, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d5; }// end catch (depth: 1) IL_00c2: { // } __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, /*hidden argument*/NULL); } IL_00d5: { return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForElapsedLoopsU3Ed__13_MoveNext_mD74D8D5D0970E23A40CE0D8B83297BBC68E25712_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForElapsedLoopsU3Ed__13_MoveNext_mD74D8D5D0970E23A40CE0D8B83297BBC68E25712(_thisAdjusted, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__13::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForElapsedLoopsU3Ed__13_SetStateMachine_m5E02C400A516339612E14DF2ED0B6046D90F6F47 (U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForElapsedLoopsU3Ed__13_SetStateMachine_m5E02C400A516339612E14DF2ED0B6046D90F6F47_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CAsyncWaitForElapsedLoopsU3Ed__13_t7E11D4778BC9859A55D5F850CD6DE389D4AC372A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForElapsedLoopsU3Ed__13_SetStateMachine_m5E02C400A516339612E14DF2ED0B6046D90F6F47(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__12::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForKillU3Ed__12_MoveNext_mAA9DB56F9B8B3A6E9069CC690E90634D7F51A276 (U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE V_1; memset((&V_1), 0, sizeof(V_1)); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_0066; } } IL_000a: { // if (!t.active) { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_2(); NullCheck(L_2); bool L_3; L_3 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0089; } } IL_0017: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); int32_t L_4; L_4 = Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline(/*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } IL_001f: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_5 = __this->get_t_2(); Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2(L_5, /*hidden argument*/NULL); } IL_002a: { // return; goto IL_00af; } IL_002f: { // while (t.active) await Task.Yield(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA L_6; L_6 = Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B(/*hidden argument*/NULL); V_2 = L_6; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_7; L_7 = YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8((YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA *)(&V_2), /*hidden argument*/NULL); V_1 = L_7; bool L_8; L_8 = YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_0082; } } IL_0046: { int32_t L_9 = 0; V_0 = L_9; __this->set_U3CU3E1__state_0(L_9); YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_10 = V_1; __this->set_U3CU3Eu__1_3(L_10); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_11 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_11, (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), (U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB_m6927ED779CF61AA2D2F879DB989C6A6DFDB77E8E_RuntimeMethod_var); goto IL_00c2; } IL_0066: { YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_12 = __this->get_U3CU3Eu__1_3(); V_1 = L_12; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * L_13 = __this->get_address_of_U3CU3Eu__1_3(); il2cpp_codegen_initobj(L_13, sizeof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE )); int32_t L_14 = (-1); V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); } IL_0082: { YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); } IL_0089: { // while (t.active) await Task.Yield(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_t_2(); NullCheck(L_15); bool L_16; L_16 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_002f; } } IL_0096: { goto IL_00af; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0098; } throw e; } CATCH_0098: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_17 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_18 = V_3; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_17, L_18, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c2; }// end catch (depth: 1) IL_00af: { // } __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_19 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_19, /*hidden argument*/NULL); } IL_00c2: { return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForKillU3Ed__12_MoveNext_mAA9DB56F9B8B3A6E9069CC690E90634D7F51A276_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForKillU3Ed__12_MoveNext_mAA9DB56F9B8B3A6E9069CC690E90634D7F51A276(_thisAdjusted, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__12::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForKillU3Ed__12_SetStateMachine_m47EB31E97C542A8D7AC82CC7EAF613DC8EEDEABD (U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForKillU3Ed__12_SetStateMachine_m47EB31E97C542A8D7AC82CC7EAF613DC8EEDEABD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CAsyncWaitForKillU3Ed__12_t69F4C18D4B977504979616766BA83349830366AB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForKillU3Ed__12_SetStateMachine_m47EB31E97C542A8D7AC82CC7EAF613DC8EEDEABD(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForPositionU3Ed__14_MoveNext_m69E154F3EFA854C85D27C84F5C8624AE7595D01E (U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE V_1; memset((&V_1), 0, sizeof(V_1)); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_0069; } } IL_000a: { // if (!t.active) { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_2(); NullCheck(L_2); bool L_3; L_3 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_008c; } } IL_0017: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); int32_t L_4; L_4 = Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline(/*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } IL_001f: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_5 = __this->get_t_2(); Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2(L_5, /*hidden argument*/NULL); } IL_002a: { // return; goto IL_00d7; } IL_002f: { // while (t.active && t.position * (t.CompletedLoops() + 1) < position) await Task.Yield(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA L_6; L_6 = Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B(/*hidden argument*/NULL); V_2 = L_6; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_7; L_7 = YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8((YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA *)(&V_2), /*hidden argument*/NULL); V_1 = L_7; bool L_8; L_8 = YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_0085; } } IL_0046: { int32_t L_9 = 0; V_0 = L_9; __this->set_U3CU3E1__state_0(L_9); YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_10 = V_1; __this->set_U3CU3Eu__1_4(L_10); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_11 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_11, (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), (U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9_mB5A6A5BFEA9BE127C4B0912237E7B750BE3A085D_RuntimeMethod_var); goto IL_00ea; } IL_0069: { YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_12 = __this->get_U3CU3Eu__1_4(); V_1 = L_12; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * L_13 = __this->get_address_of_U3CU3Eu__1_4(); il2cpp_codegen_initobj(L_13, sizeof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE )); int32_t L_14 = (-1); V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); } IL_0085: { YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); } IL_008c: { // while (t.active && t.position * (t.CompletedLoops() + 1) < position) await Task.Yield(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_t_2(); NullCheck(L_15); bool L_16; L_16 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00be; } } IL_0099: { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_17 = __this->get_t_2(); NullCheck(L_17); float L_18; L_18 = Tween_get_position_mD6398F29BFD354FE9D8C9A6870EF82FD6E879C0C_inline(L_17, /*hidden argument*/NULL); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_19 = __this->get_t_2(); int32_t L_20; L_20 = TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87(L_19, /*hidden argument*/NULL); float L_21 = __this->get_position_3(); if ((((float)((float)il2cpp_codegen_multiply((float)L_18, (float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))))))) < ((float)L_21))) { goto IL_002f; } } IL_00be: { goto IL_00d7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c0; } throw e; } CATCH_00c0: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_22 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_23 = V_3; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_22, L_23, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ea; }// end catch (depth: 1) IL_00d7: { // } __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_24 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_24, /*hidden argument*/NULL); } IL_00ea: { return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForPositionU3Ed__14_MoveNext_m69E154F3EFA854C85D27C84F5C8624AE7595D01E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForPositionU3Ed__14_MoveNext_m69E154F3EFA854C85D27C84F5C8624AE7595D01E(_thisAdjusted, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__14::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForPositionU3Ed__14_SetStateMachine_mA77CBC54370E798D88ACF48F9D68586A41FC741E (U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForPositionU3Ed__14_SetStateMachine_mA77CBC54370E798D88ACF48F9D68586A41FC741E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CAsyncWaitForPositionU3Ed__14_t8C34DB89D763058E32F5FECE7E62363A58303AE9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForPositionU3Ed__14_SetStateMachine_mA77CBC54370E798D88ACF48F9D68586A41FC741E(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__11::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForRewindU3Ed__11_MoveNext_m5DBC14BB1136B7BCF18066FB833D90CF116C1549 (U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE V_1; memset((&V_1), 0, sizeof(V_1)); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_0069; } } IL_000a: { // if (!t.active) { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_2(); NullCheck(L_2); bool L_3; L_3 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_008c; } } IL_0017: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); int32_t L_4; L_4 = Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline(/*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } IL_001f: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_5 = __this->get_t_2(); Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2(L_5, /*hidden argument*/NULL); } IL_002a: { // return; goto IL_00e3; } IL_002f: { // while (t.active && (!t.playedOnce || t.position * (t.CompletedLoops() + 1) > 0)) await Task.Yield(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA L_6; L_6 = Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B(/*hidden argument*/NULL); V_2 = L_6; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_7; L_7 = YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8((YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA *)(&V_2), /*hidden argument*/NULL); V_1 = L_7; bool L_8; L_8 = YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_0085; } } IL_0046: { int32_t L_9 = 0; V_0 = L_9; __this->set_U3CU3E1__state_0(L_9); YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_10 = V_1; __this->set_U3CU3Eu__1_3(L_10); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_11 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_11, (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), (U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A_m1FCF3D40ABBF04415D23A82A4B50A5BC63EE0CB6_RuntimeMethod_var); goto IL_00f6; } IL_0069: { YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_12 = __this->get_U3CU3Eu__1_3(); V_1 = L_12; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * L_13 = __this->get_address_of_U3CU3Eu__1_3(); il2cpp_codegen_initobj(L_13, sizeof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE )); int32_t L_14 = (-1); V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); } IL_0085: { YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); } IL_008c: { // while (t.active && (!t.playedOnce || t.position * (t.CompletedLoops() + 1) > 0)) await Task.Yield(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_t_2(); NullCheck(L_15); bool L_16; L_16 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00ca; } } IL_0099: { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_17 = __this->get_t_2(); NullCheck(L_17); bool L_18; L_18 = Tween_get_playedOnce_mFA82C31BFA8C147EEE916A0C92FD3A705F717F20_inline(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_002f; } } IL_00a6: { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_19 = __this->get_t_2(); NullCheck(L_19); float L_20; L_20 = Tween_get_position_mD6398F29BFD354FE9D8C9A6870EF82FD6E879C0C_inline(L_19, /*hidden argument*/NULL); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_21 = __this->get_t_2(); int32_t L_22; L_22 = TweenExtensions_CompletedLoops_m067EA5E0CFEEF70813063DC6336000D02E5C2E87(L_21, /*hidden argument*/NULL); if ((((float)((float)il2cpp_codegen_multiply((float)L_20, (float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))))))) > ((float)(0.0f)))) { goto IL_002f; } } IL_00ca: { goto IL_00e3; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00cc; } throw e; } CATCH_00cc: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_23 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_24 = V_3; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_23, L_24, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f6; }// end catch (depth: 1) IL_00e3: { // } __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_25 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_25, /*hidden argument*/NULL); } IL_00f6: { return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForRewindU3Ed__11_MoveNext_m5DBC14BB1136B7BCF18066FB833D90CF116C1549_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForRewindU3Ed__11_MoveNext_m5DBC14BB1136B7BCF18066FB833D90CF116C1549(_thisAdjusted, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__11::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForRewindU3Ed__11_SetStateMachine_mAC2B29B1F4653A143591E2BB2388F8AD9F9A0D64 (U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForRewindU3Ed__11_SetStateMachine_mAC2B29B1F4653A143591E2BB2388F8AD9F9A0D64_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CAsyncWaitForRewindU3Ed__11_t3CC63CE2CBCA49F9CADC6697FDDE8026B073132A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForRewindU3Ed__11_SetStateMachine_mAC2B29B1F4653A143591E2BB2388F8AD9F9A0D64(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForStartU3Ed__15_MoveNext_m0BFB04DC7FE239554F4DF0B3DDD139E42A092F20 (U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE V_1; memset((&V_1), 0, sizeof(V_1)); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; } IL_0007: try {// begin try (depth: 1) { int32_t L_1 = V_0; if (!L_1) { goto IL_0066; } } IL_000a: { // if (!t.active) { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = __this->get_t_2(); NullCheck(L_2); bool L_3; L_3 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0089; } } IL_0017: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); int32_t L_4; L_4 = Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline(/*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002a; } } IL_001f: { // if (Debugger.logPriority > 0) Debugger.LogInvalidTween(t); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_5 = __this->get_t_2(); Debugger_LogInvalidTween_m89B8B151DC18203462D28B7A6FC9E5382BE7B5B2(L_5, /*hidden argument*/NULL); } IL_002a: { // return; goto IL_00bc; } IL_002f: { // while (t.active && !t.playedOnce) await Task.Yield(); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA L_6; L_6 = Task_Yield_m1E79F65972D82906B8BBE9980C57E29538D3E94B(/*hidden argument*/NULL); V_2 = L_6; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_7; L_7 = YieldAwaitable_GetAwaiter_m8AA7D8DCF790EB9BDBDD5F0D8BBA0404C6F7DCD8((YieldAwaitable_t95CCA9EB9730CADF5A3BEF9845E12FF467F594FA *)(&V_2), /*hidden argument*/NULL); V_1 = L_7; bool L_8; L_8 = YieldAwaiter_get_IsCompleted_mAB52777C6F31F3FBAD7E6A7CD90EDF40F220CBBC((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_0082; } } IL_0046: { int32_t L_9 = 0; V_0 = L_9; __this->set_U3CU3E1__state_0(L_9); YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_10 = V_1; __this->set_U3CU3Eu__1_3(L_10); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_11 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_11, (YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), (U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisYieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE_TisU3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571_mE07A3EE844C4DB297407AE2A16563DF347502791_RuntimeMethod_var); goto IL_00cf; } IL_0066: { YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE L_12 = __this->get_U3CU3Eu__1_3(); V_1 = L_12; YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE * L_13 = __this->get_address_of_U3CU3Eu__1_3(); il2cpp_codegen_initobj(L_13, sizeof(YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE )); int32_t L_14 = (-1); V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); } IL_0082: { YieldAwaiter_GetResult_mE9F670767330EAF32ED76882EB8B152FF62CCDBD((YieldAwaiter_t32B66444215FB828BBC8DF4984069FBDA1DC12FE *)(&V_1), /*hidden argument*/NULL); } IL_0089: { // while (t.active && !t.playedOnce) await Task.Yield(); Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_15 = __this->get_t_2(); NullCheck(L_15); bool L_16; L_16 = Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00a3; } } IL_0096: { Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_17 = __this->get_t_2(); NullCheck(L_17); bool L_18; L_18 = Tween_get_playedOnce_mFA82C31BFA8C147EEE916A0C92FD3A705F717F20_inline(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_002f; } } IL_00a3: { goto IL_00bc; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a5; } throw e; } CATCH_00a5: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_19 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_20 = V_3; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_19, L_20, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cf; }// end catch (depth: 1) IL_00bc: { // } __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_21 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_21, /*hidden argument*/NULL); } IL_00cf: { return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForStartU3Ed__15_MoveNext_m0BFB04DC7FE239554F4DF0B3DDD139E42A092F20_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForStartU3Ed__15_MoveNext_m0BFB04DC7FE239554F4DF0B3DDD139E42A092F20(_thisAdjusted, method); } // System.Void DG.Tweening.DOTweenModuleUnityVersion/d__15::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncWaitForStartU3Ed__15_SetStateMachine_mAD7263100F3F3DBD57295879534C47061409AEB0 (U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CAsyncWaitForStartU3Ed__15_SetStateMachine_mAD7263100F3F3DBD57295879534C47061409AEB0_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CAsyncWaitForStartU3Ed__15_t6B840A7C6ECC2E009C3BC88B5DC9C937FBD80571 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CAsyncWaitForStartU3Ed__15_SetStateMachine_mAD7263100F3F3DBD57295879534C47061409AEB0(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.DOTweenModuleUtils/Physics::SetOrientationOnPath(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics_SetOrientationOnPath_mCC376173A621DA244564EDF8A6347AB2A0F47816 (PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A ___options0, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newRot2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___trans3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (options.isRigidbody) ((Rigidbody)t.target).rotation = newRot; PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A L_0 = ___options0; bool L_1 = L_0.get_isRigidbody_12(); if (!L_1) { goto IL_001a; } } { // if (options.isRigidbody) ((Rigidbody)t.target).rotation = newRot; Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * L_2 = ___t1; NullCheck(L_2); RuntimeObject * L_3 = L_2->get_target_9(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___newRot2; NullCheck(((Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A *)CastclassClass((RuntimeObject*)L_3, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_il2cpp_TypeInfo_var))); Rigidbody_set_rotation_m3024C151FEC9BB75735DE9B4BA64F16AA779C5D6(((Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A *)CastclassClass((RuntimeObject*)L_3, Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL); return; } IL_001a: { // else trans.rotation = newRot; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = ___trans3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___newRot2; NullCheck(L_5); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody2D(UnityEngine.Component) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_HasRigidbody2D_m86FAA0450979B8AFE6A9EF5E27837387C57765C1 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m26E35B19637B4682494A4299BBD06748D17133B1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return target.GetComponent() != null; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_0 = ___target0; NullCheck(L_0); Rigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5 * L_1; L_1 = Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m26E35B19637B4682494A4299BBD06748D17133B1(L_0, /*hidden argument*/Component_GetComponent_TisRigidbody2D_tD23204FEE9CB4A36737043B97FD409DE05D5DCE5_m26E35B19637B4682494A4299BBD06748D17133B1_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); return L_2; } } // System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody(UnityEngine.Component) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_HasRigidbody_m3082D72A658CCDDF6BB1F3D4A3EFBD6397D6E862 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return target.GetComponent() != null; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_0 = ___target0; NullCheck(L_0); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1; L_1 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(L_0, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUtils/Physics::CreateDOTweenPathTween(UnityEngine.MonoBehaviour,System.Boolean,System.Boolean,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,DG.Tweening.PathMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * Physics_CreateDOTweenPathTween_m94D41B65E37500E5ACCF6B6F3B5D53FB031C4245 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * ___target0, bool ___tweenRigidbody1, bool ___isLocal2, Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * ___path3, float ___duration4, int32_t ___pathMode5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * V_0 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * V_1 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B3_0 = NULL; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * G_B8_0 = NULL; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * G_B12_0 = NULL; { // Rigidbody rBody = tweenRigidbody ? target.GetComponent() : null; bool L_0 = ___tweenRigidbody1; if (L_0) { goto IL_0006; } } { G_B3_0 = ((Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A *)(NULL)); goto IL_000c; } IL_0006: { MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * L_1 = ___target0; NullCheck(L_1); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_2; L_2 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(L_1, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); G_B3_0 = L_2; } IL_000c: { V_1 = G_B3_0; // if (tweenRigidbody && rBody != null) { bool L_3 = ___tweenRigidbody1; if (!L_3) { goto IL_0037; } } { Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0037; } } { // t = isLocal // ? rBody.DOLocalPath(path, duration, pathMode) // : rBody.DOPath(path, duration, pathMode); bool L_6 = ___isLocal2; if (L_6) { goto IL_0029; } } { Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_7 = V_1; Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * L_8 = ___path3; float L_9 = ___duration4; int32_t L_10 = ___pathMode5; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * L_11; L_11 = DOTweenModulePhysics_DOPath_m3C49FFEB71D494F474F7223248D7105E90CF5BE7(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); G_B8_0 = L_11; goto IL_0034; } IL_0029: { Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_12 = V_1; Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * L_13 = ___path3; float L_14 = ___duration4; int32_t L_15 = ___pathMode5; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * L_16; L_16 = DOTweenModulePhysics_DOLocalPath_m6F939DAF66D56DA9B52DA62546C70F3862E14193(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); G_B8_0 = L_16; } IL_0034: { V_0 = G_B8_0; // } else { goto IL_005d; } IL_0037: { // t = isLocal // ? target.transform.DOLocalPath(path, duration, pathMode) // : target.transform.DOPath(path, duration, pathMode); bool L_17 = ___isLocal2; if (L_17) { goto IL_004c; } } { MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * L_18 = ___target0; NullCheck(L_18); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_18, /*hidden argument*/NULL); Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * L_20 = ___path3; float L_21 = ___duration4; int32_t L_22 = ___pathMode5; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * L_23; L_23 = ShortcutExtensions_DOPath_m7AB84619455A541B79164E1D270A5AB511533B24(L_19, L_20, L_21, L_22, /*hidden argument*/NULL); G_B12_0 = L_23; goto IL_005c; } IL_004c: { MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * L_24 = ___target0; NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); Path_t55184BB3F1BD04C08B77EB5322B0FC2F28B05DE5 * L_26 = ___path3; float L_27 = ___duration4; int32_t L_28 = ___pathMode5; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * L_29; L_29 = ShortcutExtensions_DOLocalPath_m28185CD9787640FBB679A0B46F144E1BB0DB43F8(L_25, L_26, L_27, L_28, /*hidden argument*/NULL); G_B12_0 = L_29; } IL_005c: { V_0 = G_B12_0; } IL_005d: { // return t; TweenerCore_3_t3502A54CD60E18ECC9C6BED38B76E85B1EF67C9A * L_30 = V_0; return L_30; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single JC.Unity.Picker.DatePicker/ItemData::GetY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ItemData_GetY_m5554616C25E875C767F00C1E8BBFD5D82FFC856F (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return obj.GetComponent().localPosition.y; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_1, /*hidden argument*/NULL); float L_3 = L_2.get_y_3(); return L_3; } } // System.Void JC.Unity.Picker.DatePicker/ItemData::SetY(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetY_m469B7E3148EBBC25E85E3F8DB4A05DDE88333A53 (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, float ___y0, bool ___plus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * G_B2_0 = NULL; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * G_B1_0 = NULL; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * G_B3_0 = NULL; { // RectTransform rectTF = obj.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); // Vector3 pos = rectTF.localPosition; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = L_1; NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (plus) { bool L_4 = ___plus1; G_B1_0 = L_2; if (!L_4) { G_B2_0 = L_2; goto IL_0023; } } { // pos.y += y; float* L_5 = (&V_0)->get_address_of_y_3(); float* L_6 = L_5; float L_7 = *((float*)L_6); float L_8 = ___y0; *((float*)L_6) = (float)((float)il2cpp_codegen_add((float)L_7, (float)L_8)); // } else { G_B3_0 = G_B1_0; goto IL_002b; } IL_0023: { // pos.y = y; float L_9 = ___y0; (&V_0)->set_y_3(L_9); G_B3_0 = G_B2_0; } IL_002b: { // rectTF.localPosition = pos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; NullCheck(G_B3_0); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(G_B3_0, L_10, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.Picker.DatePicker/ItemData::SetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetText_m475EA64FF134E3A54F59AE56E896F2D6E2DB1BF8 (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // obj.GetComponent().text = text; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528(L_0, /*hidden argument*/GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); String_t* L_2 = ___text0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_1, L_2); // } return; } } // System.Void JC.Unity.Picker.DatePicker/ItemData::SetColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetColor_m40EC6B837AA3A0B7818CB8506AF439BD974A9E21 (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // obj.GetComponent().color = color; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528(L_0, /*hidden argument*/GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2 = ___color0; NullCheck(L_1); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_1, L_2); // } return; } } // System.Void JC.Unity.Picker.DatePicker/ItemData::SetSelected(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetSelected_m1DB305D6CF6AA2F9050324E5F9162C907CA12F6A (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, bool ___val0, const RuntimeMethod* method) { ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * G_B2_0 = NULL; ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * G_B1_0 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * G_B3_1 = NULL; { // selected = val; bool L_0 = ___val0; __this->set_selected_2(L_0); // SetColor(selected ? Color.green : Color.grey); bool L_1 = __this->get_selected_2(); G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_0017; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_get_grey_mB2E29B47327F20233856F933DC00ACADEBFDBDFA(/*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_001c; } IL_0017: { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; L_3 = Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9(/*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_001c: { NullCheck(G_B3_1); ItemData_SetColor_m40EC6B837AA3A0B7818CB8506AF439BD974A9E21(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.Picker.DatePicker/ItemData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData__ctor_m9C775FCD522922C27A769A18B93A3C931AC61607 (ItemData_t608649040553AF6DF8F5E6604DADF9BAFFCECDCF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Deflate/Config::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_m7C0B2BDCC8E4D8ABC111C1C72DFB8A2731D784B8 (Config_tC6233DC5D7D8BDC79281243F32849E0B136D6B9B * __this, int32_t ___good_length0, int32_t ___max_lazy1, int32_t ___nice_length2, int32_t ___max_chain3, int32_t ___func4, const RuntimeMethod* method) { { // internal Config(int good_length, int max_lazy, // int nice_length, int max_chain, int func){ Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.good_length=good_length; int32_t L_0 = ___good_length0; __this->set_good_length_0(L_0); // this.max_lazy=max_lazy; int32_t L_1 = ___max_lazy1; __this->set_max_lazy_1(L_1); // this.nice_length=nice_length; int32_t L_2 = ___nice_length2; __this->set_nice_length_2(L_2); // this.max_chain=max_chain; int32_t L_3 = ___max_chain3; __this->set_max_chain_3(L_3); // this.func=func; int32_t L_4 = ___func4; __this->set_func_4(L_4); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, int32_t ___flush0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___flush0); return returnValue; } // System.Void BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressFunc__ctor_mA6EE42FE5E9A1421ADC549B903F77669ACD62A0D (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::Invoke(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompressFunc_Invoke_m31E3A4C1F17737F91C1476995EE70CF4062A7EE5 (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, int32_t ___flush0, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef int32_t (*FunctionPointerType) (int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___flush0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___flush0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___flush0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___flush0, targetMethod); } } } return result; } // System.IAsyncResult BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::BeginInvoke(BestHTTP.Decompression.Zlib.FlushType,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompressFunc_BeginInvoke_m35ADB941EDEF5DC2121C03D01DDD256C6DF7A113 (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, int32_t ___flush0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45_il2cpp_TypeInfo_var, &___flush0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompressFunc_EndInvoke_m02CAF46F09418F6A6D572659BB480BA1E0E0C455 (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.DeflateManager/Config::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.DeflateFlavor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6 (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * __this, int32_t ___goodLength0, int32_t ___maxLazy1, int32_t ___niceLength2, int32_t ___maxChainLength3, int32_t ___flavor4, const RuntimeMethod* method) { { // private Config(int goodLength, int maxLazy, int niceLength, int maxChainLength, DeflateFlavor flavor) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.GoodLength = goodLength; int32_t L_0 = ___goodLength0; __this->set_GoodLength_0(L_0); // this.MaxLazy = maxLazy; int32_t L_1 = ___maxLazy1; __this->set_MaxLazy_1(L_1); // this.NiceLength = niceLength; int32_t L_2 = ___niceLength2; __this->set_NiceLength_2(L_2); // this.MaxChainLength = maxChainLength; int32_t L_3 = ___maxChainLength3; __this->set_MaxChainLength_3(L_3); // this.Flavor = flavor; int32_t L_4 = ___flavor4; __this->set_Flavor_4(L_4); // } return; } } // BestHTTP.Decompression.Zlib.DeflateManager/Config BestHTTP.Decompression.Zlib.DeflateManager/Config::Lookup(BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * Config_Lookup_m3F39FAAF24B2E47E4DFFF1ECA732A25DC8BFE82B (int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Table[(int)level]; IL2CPP_RUNTIME_CLASS_INIT(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_0 = ((Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_StaticFields*)il2cpp_codegen_static_fields_for(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var))->get_Table_5(); int32_t L_1 = ___level0; NullCheck(L_0); int32_t L_2 = L_1; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager/Config::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__cctor_mF4D7709078D2940628971017A2F3C01CCB4C76DA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Table = new Config[] { // new Config(0, 0, 0, 0, DeflateFlavor.Store), // new Config(4, 4, 8, 4, DeflateFlavor.Fast), // new Config(4, 5, 16, 8, DeflateFlavor.Fast), // new Config(4, 6, 32, 32, DeflateFlavor.Fast), // // new Config(4, 4, 16, 16, DeflateFlavor.Slow), // new Config(8, 16, 32, 32, DeflateFlavor.Slow), // new Config(8, 16, 128, 128, DeflateFlavor.Slow), // new Config(8, 32, 128, 256, DeflateFlavor.Slow), // new Config(32, 128, 258, 1024, DeflateFlavor.Slow), // new Config(32, 258, 258, 4096, DeflateFlavor.Slow), // }; ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_0 = (ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B*)(ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B*)SZArrayNew(ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_1 = L_0; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_2 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_2, 0, 0, 0, 0, 0, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_2); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_3 = L_1; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_4 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_4, 4, 4, 8, 4, 1, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_4); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_5 = L_3; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_6 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_6, 4, 5, ((int32_t)16), 8, 1, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_6); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_7 = L_5; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_8 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_8, 4, 6, ((int32_t)32), ((int32_t)32), 1, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_8); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_9 = L_7; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_10 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_10, 4, 4, ((int32_t)16), ((int32_t)16), 2, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(4), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_10); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_11 = L_9; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_12 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_12, 8, ((int32_t)16), ((int32_t)32), ((int32_t)32), 2, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(5), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_12); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_13 = L_11; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_14 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_14, 8, ((int32_t)16), ((int32_t)128), ((int32_t)128), 2, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(6), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_14); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_15 = L_13; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_16 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_16, 8, ((int32_t)32), ((int32_t)128), ((int32_t)256), 2, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(7), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_16); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_17 = L_15; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_18 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_18, ((int32_t)32), ((int32_t)128), ((int32_t)258), ((int32_t)1024), 2, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(8), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_18); ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* L_19 = L_17; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_20 = (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)il2cpp_codegen_object_new(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config__ctor_m9E3012523F7E5875ABED0FF4AEB6401C787E6FC6(L_20, ((int32_t)32), ((int32_t)258), ((int32_t)258), ((int32_t)4096), 2, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(((int32_t)9)), (Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB *)L_20); ((Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_StaticFields*)il2cpp_codegen_static_fields_for(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var))->set_Table_5(L_19); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DeviceView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m9350E917DF8CA66B26274587FDDD9E2B3714694B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * L_0 = (U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 *)il2cpp_codegen_object_new(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m16E603D4B403E1C1F344A2007397FDEF41A3F377(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void DeviceView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m16E603D4B403E1C1F344A2007397FDEF41A3F377 (U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void DeviceView/<>c::b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__5_0_mE56B6AB60847C3AE11C2AC2001E6B99BDF9C8DF9 (U3CU3Ec_tB54285DDE143EB624035F01CB1F4F6B31DBA2994 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (HomeView.ShowProminentBeforeConnectBLE()) return; bool L_0; L_0 = HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { // if (HomeView.ShowProminentBeforeConnectBLE()) return; return; } IL_0009: { // BluetoothAim.ins.DoConnect(); IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_1 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_1); BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3(L_1, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DeviceView/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m277F1703B65213384DFF0A47984E273690184960 (U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void DeviceView/<>c__DisplayClass5_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_U3CStartU3Eb__1_m2CD5167DEDCE56686E7D93CA00A4BE009E1A4E5A (U3CU3Ec__DisplayClass5_0_t420579EBBF2AEC9C2FEA7C54E0145B5C73F404CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B5_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B4_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B8_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B7_0 = NULL; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_optionID_0(); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0019; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0035; } } { return; } IL_0019: { // DeviceCalibrateView.Create(DeviceCalibrateItem.Gyr); DeviceCalibrateView_Create_m9F72F0524038FE278C841C7C8591DCE469B8B364(1, /*hidden argument*/NULL); // action_OnClickGyr?.Invoke(); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_4 = __this->get_U3CU3E4__this_1(); NullCheck(L_4); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = L_4->get_action_OnClickGyr_9(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = L_5; G_B4_0 = L_6; if (L_6) { G_B5_0 = L_6; goto IL_002f; } } { return; } IL_002f: { NullCheck(G_B5_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B5_0, /*hidden argument*/NULL); // break; return; } IL_0035: { // DeviceCalibrateView.Create(DeviceCalibrateItem.Mag); DeviceCalibrateView_Create_m9F72F0524038FE278C841C7C8591DCE469B8B364(2, /*hidden argument*/NULL); // action_OnClickMag?.Invoke(); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_7 = __this->get_U3CU3E4__this_1(); NullCheck(L_7); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = L_7->get_action_OnClickMag_10(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = L_8; G_B7_0 = L_9; if (L_9) { G_B8_0 = L_9; goto IL_004b; } } { return; } IL_004b: { NullCheck(G_B8_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B8_0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigStream__ctor_m7E9F3CB51ADF6124533CE7373E71B73E49B5E39F (DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC * __this, RuntimeObject* ___d0, const RuntimeMethod* method) { { // internal DigStream(IDigest d) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // this.d = d; RuntimeObject* L_0 = ___d0; __this->set_d_6(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigStream_WriteByte_mF3326A78BDD567A7AE26EC70B1828D46FFCBC89B (DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // d.Update(b); RuntimeObject* L_0 = __this->get_d_6(); uint8_t L_1 = ___b0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer/DigStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigStream_Write_mDDEABC156FD34B6FEDE82F8E8661AB8BBB0A88A5 (DigStream_t58D71D79633F905B6B3A900877F6D10D43E594FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // d.BlockUpdate(buf, off, len); RuntimeObject* L_0 = __this->get_d_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mF5B8DA8432CE5F652A88B50100861D65865EEF13 (U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0::b__0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_mC3E85C645E17BEEA7659FF6A4478EEF37C448223 (U3CU3Ec__DisplayClass6_0_tA0ED0E6FCCDD1BE2D5B3058D806DDC3253D44908 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int idx = headers.FindIndex((header) => header.StartsWith(SupportedAlgorithms[i])); String_t* L_0 = ___header0; IL2CPP_RUNTIME_CLASS_INIT(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_t99C20E5CE7E3259B47DC39D887B8EE46A985744B_il2cpp_TypeInfo_var))->get_SupportedAlgorithms_2(); int32_t L_2 = __this->get_i_0(); NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_0); bool L_5; L_5 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_0, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.DragRigidbody/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDragObjectU3Ed__8__ctor_mE581CFDFA1541B920A9073BD407B17197AA22C4F (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Utility.DragRigidbody/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDragObjectU3Ed__8_System_IDisposable_Dispose_mF26EE7E8993F6C8E42F3D472E25BA9AC3DDCB11A (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Utility.DragRigidbody/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDragObjectU3Ed__8_MoveNext_mEF8CAA3CA274FA1284C3ED193F398E4C175A4AAA (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * V_1 = NULL; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00c3; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // var oldDrag = m_SpringJoint.connectedBody.drag; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_4 = V_1; NullCheck(L_4); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_5 = L_4->get_m_SpringJoint_10(); NullCheck(L_5); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6; L_6 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_5, /*hidden argument*/NULL); NullCheck(L_6); float L_7; L_7 = Rigidbody_get_drag_m0C617963D9BBBC4018D3A8B2DB5D6190615F4A64(L_6, /*hidden argument*/NULL); __this->set_U3ColdDragU3E5__2_4(L_7); // var oldAngularDrag = m_SpringJoint.connectedBody.angularDrag; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_8 = V_1; NullCheck(L_8); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_9 = L_8->get_m_SpringJoint_10(); NullCheck(L_9); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_10; L_10 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_9, /*hidden argument*/NULL); NullCheck(L_10); float L_11; L_11 = Rigidbody_get_angularDrag_m0E53FD8F8A09DFA941C52C868288DBBC030C5082(L_10, /*hidden argument*/NULL); __this->set_U3ColdAngularDragU3E5__3_5(L_11); // m_SpringJoint.connectedBody.drag = k_Drag; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_12 = V_1; NullCheck(L_12); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_13 = L_12->get_m_SpringJoint_10(); NullCheck(L_13); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_14; L_14 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_13, /*hidden argument*/NULL); NullCheck(L_14); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_14, (10.0f), /*hidden argument*/NULL); // m_SpringJoint.connectedBody.angularDrag = k_AngularDrag; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_15 = V_1; NullCheck(L_15); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_16 = L_15->get_m_SpringJoint_10(); NullCheck(L_16); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_17; L_17 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_16, /*hidden argument*/NULL); NullCheck(L_17); Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4(L_17, (5.0f), /*hidden argument*/NULL); // var mainCamera = FindCamera(); DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_18 = V_1; NullCheck(L_18); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_19; L_19 = DragRigidbody_FindCamera_mA0D3F9E16A4AF7F01F5C847118F95116FD1E3ABE(L_18, /*hidden argument*/NULL); __this->set_U3CmainCameraU3E5__4_6(L_19); goto IL_00ca; } IL_0085: { // var ray = mainCamera.ScreenPointToRay(Input.mousePosition); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_20 = __this->get_U3CmainCameraU3E5__4_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E(/*hidden argument*/NULL); NullCheck(L_20); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_22; L_22 = Camera_ScreenPointToRay_mD385213935A81030EDC604A39FD64761077CFBAB(L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; // m_SpringJoint.transform.position = ray.GetPoint(distance); DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_23 = V_1; NullCheck(L_23); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_24 = L_23->get_m_SpringJoint_10(); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); float L_26 = __this->get_distance_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Ray_GetPoint_mC92464E32E42603B7B3444938E8BB8ADA43AB240((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)(&V_2), L_26, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_25, L_27, /*hidden argument*/NULL); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00c3: { __this->set_U3CU3E1__state_0((-1)); } IL_00ca: { // while (Input.GetMouseButton(0)) bool L_28; L_28 = Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1(0, /*hidden argument*/NULL); if (L_28) { goto IL_0085; } } { // if (m_SpringJoint.connectedBody) DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_29 = V_1; NullCheck(L_29); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_30 = L_29->get_m_SpringJoint_10(); NullCheck(L_30); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_31; L_31 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_32; L_32 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_011c; } } { // m_SpringJoint.connectedBody.drag = oldDrag; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_33 = V_1; NullCheck(L_33); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_34 = L_33->get_m_SpringJoint_10(); NullCheck(L_34); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_35; L_35 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_34, /*hidden argument*/NULL); float L_36 = __this->get_U3ColdDragU3E5__2_4(); NullCheck(L_35); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_35, L_36, /*hidden argument*/NULL); // m_SpringJoint.connectedBody.angularDrag = oldAngularDrag; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_37 = V_1; NullCheck(L_37); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_38 = L_37->get_m_SpringJoint_10(); NullCheck(L_38); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_39; L_39 = Joint_get_connectedBody_m35ED1900CACED65F78E5D612BE8979142CBA68A5(L_38, /*hidden argument*/NULL); float L_40 = __this->get_U3ColdAngularDragU3E5__3_5(); NullCheck(L_39); Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4(L_39, L_40, /*hidden argument*/NULL); // m_SpringJoint.connectedBody = null; DragRigidbody_tBD295105EDBF9360D2170D9C4533EEBF381B92AB * L_41 = V_1; NullCheck(L_41); SpringJoint_t6F2ACC63AD7C975D92271BC2DE2B564087DC27BF * L_42 = L_41->get_m_SpringJoint_10(); NullCheck(L_42); Joint_set_connectedBody_m572C6C32E2FC5263AECDC460D50E5B0F79727B30(L_42, (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A *)NULL, /*hidden argument*/NULL); } IL_011c: { // } return (bool)0; } } // System.Object UnityStandardAssets.Utility.DragRigidbody/d__8::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDragObjectU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC1A8BEAEE65071C04D4D5109F01FC435E5E32598 (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Utility.DragRigidbody/d__8::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDragObjectU3Ed__8_System_Collections_IEnumerator_Reset_m3AD029462BAB8E669EDB80A7D1D156327A6034B7 (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDragObjectU3Ed__8_System_Collections_IEnumerator_Reset_m3AD029462BAB8E669EDB80A7D1D156327A6034B7_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Utility.DragRigidbody/d__8::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDragObjectU3Ed__8_System_Collections_IEnumerator_get_Current_m2FEB828E66BAB45FD0068CB1F443B43F10AE9457 (U3CDragObjectU3Ed__8_tA9E38C62D3A7A6991AC244F3A75FCFD74AEDF514 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientHandshakeState__ctor_mD36918A28F7AC45C01F52C7B59929EAA4E646384 (ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Range__ctor_m3EBF65A6542ABD823140D9A5E8DECB7C0DC32008 (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method) { { // internal Range(int start, int end) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mStart = start; int32_t L_0 = ___start0; __this->set_mStart_0(L_0); // this.mEnd = end; int32_t L_1 = ___end1; __this->set_mEnd_1(L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::get_Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Range_get_Start_mEEE23D756EB8360EAE320B4075315893ED8F264D (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, const RuntimeMethod* method) { { // get { return mStart; } int32_t L_0 = __this->get_mStart_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::set_Start(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Range_set_Start_m8A14E671EDA0CFB9C6FF6FCCF50E948093DFE01B (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.mStart = value; } int32_t L_0 = ___value0; __this->set_mStart_0(L_0); // set { this.mStart = value; } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::get_End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785 (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, const RuntimeMethod* method) { { // get { return mEnd; } int32_t L_0 = __this->get_mEnd_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::set_End(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Range_set_End_m20673533BA9764BF0AA9D87974B088E60B0FDA9E (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.mEnd = value; } int32_t L_0 = ___value0; __this->set_mEnd_1(L_0); // set { this.mEnd = value; } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::.ctor(System.Int32,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_m7BDD2ADD181C9B432D801BE559E2214AD23AF53F (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, int32_t ___message_seq0, uint8_t ___msg_type1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body2, const RuntimeMethod* method) { { // internal Message(int message_seq, byte msg_type, byte[] body) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mMessageSeq = message_seq; int32_t L_0 = ___message_seq0; __this->set_mMessageSeq_0(L_0); // this.mMsgType = msg_type; uint8_t L_1 = ___msg_type1; __this->set_mMsgType_1(L_1); // this.mBody = body; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___body2; __this->set_mBody_2(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::get_Seq() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Message_get_Seq_m7C78524084D2B28BE6C28517408CEC1A7449A2F2 (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method) { { // get { return mMessageSeq; } int32_t L_0 = __this->get_mMessageSeq_0(); return L_0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method) { { // get { return mMsgType; } uint8_t L_0 = __this->get_mMsgType_1(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::get_Body() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9 (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method) { { // get { return mBody; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mBody_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordLayerBuffer__ctor_mCDE3801502A498BA467AF3199F2AA0F4B9147688 (RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * __this, int32_t ___size0, const RuntimeMethod* method) { { // : base(size) int32_t L_0 = ___size0; MemoryStream__ctor_mCB4274FF375AD786CCED424E80B047E0DEC50938(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer::SendToRecordLayer(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordLayerBuffer_SendToRecordLayer_m2FCDDA8898AE5071F2BA688F94ABF19E792FE3B6 (RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * __this, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_0 = L_0; // int bufLen = (int)Length; int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, __this); V_1 = ((int32_t)((int32_t)L_1)); // recordLayer.Send(buf, 0, bufLen); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_2 = ___recordLayer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_2); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Send(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(this); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(__this, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Retransmit__ctor_m86B701A49BE410E40E0650FB9E0FCEB84A97639C (Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C * __this, DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * ___outer0, const RuntimeMethod* method) { { // internal Retransmit(DtlsReliableHandshake outer) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mOuter = outer; DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_0 = ___outer0; __this->set_mOuter_0(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit::ReceivedHandshakeRecord(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Retransmit_ReceivedHandshakeRecord_mD9F04C39DA96EDEF0AB0F0BEE581DCCC2B251D31 (Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C * __this, int32_t ___epoch0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method) { { // mOuter.ProcessRecord(0, epoch, buf, off, len); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_0 = __this->get_mOuter_0(); int32_t L_1 = ___epoch0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf1; int32_t L_3 = ___off2; int32_t L_4 = ___len3; NullCheck(L_0); bool L_5; L_5 = DtlsReliableHandshake_ProcessRecord_m5D84C6E9EECD78D358EE6E753081E85912AE63D9(L_0, 0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerHandshakeState__ctor_m0F45A73B71E09293E106A5A768CB5AF737B4B419 (ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * __this, const RuntimeMethod* method) { { // internal short clientCertificateType = -1; __this->set_clientCertificateType_16((int16_t)(-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_m23B5D80290BCC6D291F27F10C19B039627EB9FF8 (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___outer0, int32_t ___coord1, RuntimeObject* ___endomorphism2, RuntimeObject* ___multiplier3, const RuntimeMethod* method) { { // internal Config(ECCurve outer, int coord, ECEndomorphism endomorphism, ECMultiplier multiplier) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.outer = outer; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___outer0; __this->set_outer_0(L_0); // this.coord = coord; int32_t L_1 = ___coord1; __this->set_coord_1(L_1); // this.endomorphism = endomorphism; RuntimeObject* L_2 = ___endomorphism2; __this->set_endomorphism_2(L_2); // this.multiplier = multiplier; RuntimeObject* L_3 = ___multiplier3; __this->set_multiplier_3(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::SetCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * Config_SetCoordinateSystem_mA09F3DED95B42E439B1A60F599BB5BF867B8E1D8 (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * __this, int32_t ___coord0, const RuntimeMethod* method) { { // this.coord = coord; int32_t L_0 = ___coord0; __this->set_coord_1(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::SetEndomorphism(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * Config_SetEndomorphism_m90A3EE4E9D17B72E8AF46F6AD3F410A679B7E29D (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * __this, RuntimeObject* ___endomorphism0, const RuntimeMethod* method) { { // this.endomorphism = endomorphism; RuntimeObject* L_0 = ___endomorphism0; __this->set_endomorphism_2(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::SetMultiplier(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * Config_SetMultiplier_mED4A03D9837734DAAC6DF614FC53A1A712B28F87 (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * __this, RuntimeObject* ___multiplier0, const RuntimeMethod* method) { { // this.multiplier = multiplier; RuntimeObject* L_0 = ___multiplier0; __this->set_multiplier_3(L_0); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/Config::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * Config_Create_mDCA29B5ED6DF3F2CA203B34ED7E631CD813AD27C (Config_t11F0D60D6889DDF1236E38DEDAC4C5C34401D60E * __this, const RuntimeMethod* method) { ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * G_B4_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * G_B3_0 = NULL; { // if (!outer.SupportsCoordinateSystem(coord)) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_outer_0(); int32_t L_1 = __this->get_coord_1(); NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, int32_t >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::SupportsCoordinateSystem(System.Int32) */, L_0, L_1); if (L_2) { goto IL_001e; } } { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Config_Create_mDCA29B5ED6DF3F2CA203B34ED7E631CD813AD27C_RuntimeMethod_var))); } IL_001e: { // ECCurve c = outer.CloneCurve(); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4 = __this->get_outer_0(); NullCheck(L_4); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CloneCurve() */, L_4); // if (c == outer) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6 = L_5; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = __this->get_outer_0(); G_B3_0 = L_6; if ((!(((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_6) == ((RuntimeObject*)(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)L_7)))) { G_B4_0 = L_6; goto IL_003d; } } { // throw new InvalidOperationException("implementation returned current curve"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE0E333FAC61B87D2E7C676F2E5BE38B54329BCD7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Config_Create_mDCA29B5ED6DF3F2CA203B34ED7E631CD813AD27C_RuntimeMethod_var))); } IL_003d: { // c.m_coord = coord; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_9 = G_B4_0; int32_t L_10 = __this->get_coord_1(); NullCheck(L_9); L_9->set_m_coord_13(L_10); // c.m_endomorphism = endomorphism; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_11 = L_9; RuntimeObject* L_12 = __this->get_endomorphism_2(); NullCheck(L_11); L_11->set_m_endomorphism_14(L_12); // c.m_multiplier = multiplier; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_13 = L_11; RuntimeObject* L_14 = __this->get_multiplier_3(); NullCheck(L_13); L_13->set_m_multiplier_15(L_14); // return c; return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLookupTable__ctor_mAC3394A231B60A9E9D0D4D4A1273D8B745A2AA2B (DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___outer0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___table1, int32_t ___size2, const RuntimeMethod* method) { { // internal DefaultLookupTable(ECCurve outer, byte[] table, int size) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_outer = outer; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___outer0; __this->set_m_outer_0(L_0); // this.m_table = table; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___table1; __this->set_m_table_1(L_1); // this.m_size = size; int32_t L_2 = ___size2; __this->set_m_size_2(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultLookupTable_get_Size_mB1876BB9D747F99623AC702C782651F0A8193122 (DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D * __this, const RuntimeMethod* method) { { // get { return m_size; } int32_t L_0 = __this->get_m_size_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve/DefaultLookupTable::Lookup(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * DefaultLookupTable_Lookup_mCB0E456C5EBD0316C465334863DAAAE1C3863E64 (DefaultLookupTable_t47956AAE84FDA47505BB463AAD072F908942629D * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; int32_t V_6 = 0; uint8_t V_7 = 0x0; int32_t V_8 = 0; { // int FE_BYTES = (m_outer.FieldSize + 7) / 8; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_m_outer_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, L_0); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7))/(int32_t)8)); // byte[] x = new byte[FE_BYTES], y = new byte[FE_BYTES]; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // byte[] x = new byte[FE_BYTES], y = new byte[FE_BYTES]; int32_t L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_2 = L_5; // int pos = 0; V_3 = 0; // for (int i = 0; i < m_size; ++i) V_6 = 0; goto IL_0087; } IL_0025: { // byte MASK = (byte)(((i ^ index) - 1) >> 31); int32_t L_6 = V_6; int32_t L_7 = ___index0; V_7 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_6^(int32_t)L_7)), (int32_t)1))>>(int32_t)((int32_t)31))))); // for (int j = 0; j < FE_BYTES; ++j) V_8 = 0; goto IL_0076; } IL_0036: { // x[j] ^= (byte)(m_table[pos + j] & MASK); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; int32_t L_9 = V_8; NullCheck(L_8); uint8_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9))); int32_t L_11 = *((uint8_t*)L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_m_table_1(); int32_t L_13 = V_3; int32_t L_14 = V_8; NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); uint8_t L_17 = V_7; *((int8_t*)L_10) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11^(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_16&(int32_t)L_17)))))))); // y[j] ^= (byte)(m_table[pos + FE_BYTES + j] & MASK); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_2; int32_t L_19 = V_8; NullCheck(L_18); uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); int32_t L_21 = *((uint8_t*)L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_m_table_1(); int32_t L_23 = V_3; int32_t L_24 = V_0; int32_t L_25 = V_8; NullCheck(L_22); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)), (int32_t)L_25)); uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); uint8_t L_28 = V_7; *((int8_t*)L_20) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_21^(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_27&(int32_t)L_28)))))))); // for (int j = 0; j < FE_BYTES; ++j) int32_t L_29 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0076: { // for (int j = 0; j < FE_BYTES; ++j) int32_t L_30 = V_8; int32_t L_31 = V_0; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0036; } } { // pos += (FE_BYTES * 2); int32_t L_32 = V_3; int32_t L_33 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2)))); // for (int i = 0; i < m_size; ++i) int32_t L_34 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0087: { // for (int i = 0; i < m_size; ++i) int32_t L_35 = V_6; int32_t L_36 = __this->get_m_size_2(); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0025; } } { // ECFieldElement X = m_outer.FromBigInteger(new BigInteger(1, x)); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = __this->get_m_outer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_39, 1, L_38, /*hidden argument*/NULL); NullCheck(L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_37, L_39); V_4 = L_40; // ECFieldElement Y = m_outer.FromBigInteger(new BigInteger(1, y)); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_41 = __this->get_m_outer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_43, 1, L_42, /*hidden argument*/NULL); NullCheck(L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_41, L_43); V_5 = L_44; // return m_outer.CreateRawPoint(X, Y, false); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_45 = __this->get_m_outer_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_5; NullCheck(L_45); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_48; L_48 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_45, L_46, L_47, (bool)0); return L_48; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidityCallback__ctor_m98B89C991F37186B0D36C0AFF8FBB1D9CE0BEDF7 (ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___outer0, bool ___decompressed1, bool ___checkOrder2, const RuntimeMethod* method) { { // internal ValidityCallback(ECPoint outer, bool decompressed, bool checkOrder) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_outer = outer; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___outer0; __this->set_m_outer_0(L_0); // this.m_decompressed = decompressed; bool L_1 = ___decompressed1; __this->set_m_decompressed_1(L_1); // this.m_checkOrder = checkOrder; bool L_2 = ___checkOrder2; __this->set_m_checkOrder_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint/ValidityCallback::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ValidityCallback_Precompute_mCEC7650CA06CBE7A89A5795D6886F9A440AE8B40 (ValidityCallback_tBF980F041A5A6B99C0A535339852D2B0A7872F5D * __this, RuntimeObject* ___existing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * V_0 = NULL; { // ValidityPreCompInfo info = existing as ValidityPreCompInfo; RuntimeObject* L_0 = ___existing0; V_0 = ((ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 *)IsInstClass((RuntimeObject*)L_0, ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var)); // if (info == null) ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_1 = V_0; if (L_1) { goto IL_0010; } } { // info = new ValidityPreCompInfo(); ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_2 = (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 *)il2cpp_codegen_object_new(ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366_il2cpp_TypeInfo_var); ValidityPreCompInfo__ctor_m2F42C6FEA13AD1498A13407ED29A21F60B14EF81(L_2, /*hidden argument*/NULL); V_0 = L_2; } IL_0010: { // if (info.HasFailed()) ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ValidityPreCompInfo_HasFailed_m301EA8F475C52D26B11C8F2363FB7C4C865BA7C2_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001a; } } { // return info; ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_5 = V_0; return L_5; } IL_001a: { // if (!info.HasCurveEquationPassed()) ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = ValidityPreCompInfo_HasCurveEquationPassed_mD35E531C3D389105AEA4B3A1591715826B5EA39B_inline(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0045; } } { // if (!m_decompressed && !m_outer.SatisfiesCurveEquation()) bool L_8 = __this->get_m_decompressed_1(); if (L_8) { goto IL_003f; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = __this->get_m_outer_0(); NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::SatisfiesCurveEquation() */, L_9); if (L_10) { goto IL_003f; } } { // info.ReportFailed(); ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_11 = V_0; NullCheck(L_11); ValidityPreCompInfo_ReportFailed_m5F900603DD87B75F305F7D499D330AC2238168F6(L_11, /*hidden argument*/NULL); // return info; ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_12 = V_0; return L_12; } IL_003f: { // info.ReportCurveEquationPassed(); ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_13 = V_0; NullCheck(L_13); ValidityPreCompInfo_ReportCurveEquationPassed_mD2EE7286BD006B6A2D0EC148AC600AAB8EEFF2D8(L_13, /*hidden argument*/NULL); } IL_0045: { // if (m_checkOrder && !info.HasOrderPassed()) bool L_14 = __this->get_m_checkOrder_2(); if (!L_14) { goto IL_0070; } } { ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = ValidityPreCompInfo_HasOrderPassed_mFC912DF6A60C38167CAAA6C4E89A6532F46A8EAE_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0070; } } { // if (!m_outer.SatisfiesOrder()) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_17 = __this->get_m_outer_0(); NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::SatisfiesOrder() */, L_17); if (L_18) { goto IL_006a; } } { // info.ReportFailed(); ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_19 = V_0; NullCheck(L_19); ValidityPreCompInfo_ReportFailed_m5F900603DD87B75F305F7D499D330AC2238168F6(L_19, /*hidden argument*/NULL); // return info; ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_20 = V_0; return L_20; } IL_006a: { // info.ReportOrderPassed(); ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_21 = V_0; NullCheck(L_21); ValidityPreCompInfo_ReportOrderPassed_m8064A0E877D2477758511890B4606DBC0D047261(L_21, /*hidden argument*/NULL); } IL_0070: { // return info; ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * L_22 = V_0; return L_22; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointAccum::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointAccum__ctor_mDBDDCD32CA68251B24D92918AF228214B430BD01 (PointAccum_t4065C75ECAB36598757B516CD38694929E598555 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal int[] x = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_x_0(L_0); // internal int[] y = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_y_1(L_1); // internal int[] z = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_z_2(L_2); // internal int[] u = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3; L_3 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_u_3(L_3); // internal int[] v = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4; L_4 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_v_4(L_4); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointExt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointExt__ctor_mAF21349B7500F4DB3847D95332775348B771DED2 (PointExt_t5E12B14FE4DEE539068803BEAFCCAD2AA7F84620 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal int[] x = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_x_0(L_0); // internal int[] y = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_y_1(L_1); // internal int[] z = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_z_2(L_2); // internal int[] t = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3; L_3 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_t_3(L_3); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed25519/PointPrecomp::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointPrecomp__ctor_m6D64AA3E63BE3B5F0E52903A50FADE83DC50E56F (PointPrecomp_t715B4391BC4FB855902DB0BC7128FC57703FA940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal int[] ypx_h = X25519Field.Create(); IL2CPP_RUNTIME_CLASS_INIT(X25519Field_tD5A7F76E5ABF12BBBAB2A27794FCD5F29E646C72_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0; L_0 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_ypx_h_0(L_0); // internal int[] ymx_h = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_ymx_h_1(L_1); // internal int[] xyd = X25519Field.Create(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2; L_2 = X25519Field_Create_m30A7B4F8573363F336E1D58924A7EE504FC9DF23(/*hidden argument*/NULL); __this->set_xyd_2(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::GenerateSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Buffer_GenerateSignature_mD1C2B36B4A896731C19A719C25AE1F0EA9CAC0CC (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_2 = L_1; // int count = (int)Position; int64_t L_2; L_2 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_3 = ((int32_t)((int32_t)L_2)); // byte[] signature = new byte[Ed25519PrivateKeyParameters.SignatureSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_SignatureSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_4 = L_4; // privateKey.Sign(Ed25519.Algorithm.Ed25519, publicKey, null, buf, 0, count, signature, 0); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_5 = ___privateKey0; Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_6 = ___publicKey1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; int32_t L_8 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_4; NullCheck(L_5); Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C(L_5, 0, L_6, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, L_7, 0, L_8, L_9, 0, /*hidden argument*/NULL); // Reset(); Buffer_Reset_m4C2A1304951AD6FF1B10E9C86E30331CA5C042CD(__this, /*hidden argument*/NULL); // return signature; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_4; V_5 = L_10; IL2CPP_LEAVE(0x4C, FINALLY_0042); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_004b; } } IL_0045: { Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_5; return L_13; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::VerifySignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_VerifySignature_m3E8515892A69FB4CE15D097201FE2135BCCB64FC (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_2 = L_1; // int count = (int)Position; int64_t L_2; L_2 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_3 = ((int32_t)((int32_t)L_2)); // byte[] pk = publicKey.GetEncoded(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_3 = ___publicKey0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37(L_3, /*hidden argument*/NULL); V_4 = L_4; // bool result = Ed25519.Verify(signature, 0, pk, 0, buf, 0, count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___signature1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; int32_t L_8 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_9; L_9 = Ed25519_Verify_mDE29EFCFB20CE2AAEBA23C7C63F6AAE79CD0E213(L_5, 0, L_6, 0, L_7, 0, L_8, /*hidden argument*/NULL); // Reset(); Buffer_Reset_m4C2A1304951AD6FF1B10E9C86E30331CA5C042CD(__this, /*hidden argument*/NULL); // return result; V_5 = L_9; IL2CPP_LEAVE(0x44, FINALLY_003a); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { bool L_10 = V_1; if (!L_10) { goto IL_0043; } } IL_003d: { Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_11 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_11, /*hidden argument*/NULL); } IL_0043: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { // } bool L_12 = V_5; return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_m4C2A1304951AD6FF1B10E9C86E30331CA5C042CD (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, const RuntimeMethod* method) { Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * V_0 = NULL; bool V_1 = false; int64_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // long count = Position; int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_2 = L_1; // Array.Clear(GetBuffer(), 0, (int)count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); int64_t L_3 = V_2; Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)L_3)), /*hidden argument*/NULL); // this.Position = 0L; VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, __this, ((int64_t)((int64_t)0))); // } IL2CPP_LEAVE(0x35, FINALLY_002b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0034; } } IL_002e: { Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0034: { IL2CPP_END_FINALLY(43) } }// end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x35, IL_0035) } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer__ctor_mA26341C9DBD51B3A156A65DEBA00C5404539348C (Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * __this, const RuntimeMethod* method) { { MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::GenerateSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Buffer_GenerateSignature_m45BA326E3675DA7ED39F34ECF455E0EBB82BD7AF (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey0, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_2 = L_1; // int count = (int)Position; int64_t L_2; L_2 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_3 = ((int32_t)((int32_t)L_2)); // byte[] signature = new byte[Ed25519PrivateKeyParameters.SignatureSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5_il2cpp_TypeInfo_var))->get_SignatureSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_4 = L_4; // privateKey.Sign(Ed25519.Algorithm.Ed25519ctx, publicKey, ctx, buf, 0, count, signature, 0); Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * L_5 = ___privateKey0; Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_6 = ___publicKey1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; int32_t L_9 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_4; NullCheck(L_5); Ed25519PrivateKeyParameters_Sign_m191987B9C83D2D9E5A0830B1F32C7E25CC85472C(L_5, 1, L_6, L_7, L_8, 0, L_9, L_10, 0, /*hidden argument*/NULL); // Reset(); Buffer_Reset_mD215F8C9094CAE8F241BCDEBCAB54133E213BE75(__this, /*hidden argument*/NULL); // return signature; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_4; V_5 = L_11; IL2CPP_LEAVE(0x4C, FINALLY_0042); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004b; } } IL_0045: { Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_5; return L_14; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::VerifySignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_VerifySignature_m62FC9805980E4AC0BA253207C70CC3E118D44464 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_2 = L_1; // int count = (int)Position; int64_t L_2; L_2 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_3 = ((int32_t)((int32_t)L_2)); // byte[] pk = publicKey.GetEncoded(); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_3 = ___publicKey0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37(L_3, /*hidden argument*/NULL); V_4 = L_4; // bool result = Ed25519.Verify(signature, 0, pk, 0, ctx, buf, 0, count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___signature2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ctx1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; int32_t L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Ed25519_t26FC3777F788A3A6D99D327EB70234FC6540902B_il2cpp_TypeInfo_var); bool L_10; L_10 = Ed25519_Verify_m328811E120517F3E0019811F700ADAF852E60E97(L_5, 0, L_6, 0, L_7, L_8, 0, L_9, /*hidden argument*/NULL); // Reset(); Buffer_Reset_mD215F8C9094CAE8F241BCDEBCAB54133E213BE75(__this, /*hidden argument*/NULL); // return result; V_5 = L_10; IL2CPP_LEAVE(0x45, FINALLY_003b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: {// begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_0044; } } IL_003e: { Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_0044: { IL2CPP_END_FINALLY(59) } }// end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { // } bool L_13 = V_5; return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_mD215F8C9094CAE8F241BCDEBCAB54133E213BE75 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, const RuntimeMethod* method) { Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * V_0 = NULL; bool V_1 = false; int64_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // long count = Position; int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_2 = L_1; // Array.Clear(GetBuffer(), 0, (int)count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); int64_t L_3 = V_2; Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)L_3)), /*hidden argument*/NULL); // this.Position = 0L; VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, __this, ((int64_t)((int64_t)0))); // } IL2CPP_LEAVE(0x35, FINALLY_002b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0034; } } IL_002e: { Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0034: { IL2CPP_END_FINALLY(43) } }// end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x35, IL_0035) } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer__ctor_mA1AC137E32F92EA694254035FBB2641D122989E7 (Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * __this, const RuntimeMethod* method) { { MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointExt::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointExt__ctor_m8F0C7FDD50FC3D37FAE2FCF177B9B98EDFDE9C24 (PointExt_t4CAFAC0FC4B7E0AA17B030C5B1F269027EC07BD6 * __this, const RuntimeMethod* method) { { // internal uint[] x = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); __this->set_x_0(L_0); // internal uint[] y = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); __this->set_y_1(L_1); // internal uint[] z = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2; L_2 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); __this->set_z_2(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Rfc8032.Ed448/PointPrecomp::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointPrecomp__ctor_m825649A4ACAF1FC561674F8D3A8B728449BD518D (PointPrecomp_tEE3272BCA4078160FB3C9680C0E7B09780A65005 * __this, const RuntimeMethod* method) { { // internal uint[] x = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); __this->set_x_0(L_0); // internal uint[] y = X448Field.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = X448Field_Create_m6C56688CDF326B005D9A26A1C0B95AFED20C93F8(/*hidden argument*/NULL); __this->set_y_1(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::GenerateSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Buffer_GenerateSignature_m0AF6606A8187B4C24FB1DBFC86FD0F1E32BFB880 (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * ___privateKey0, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_2 = L_1; // int count = (int)Position; int64_t L_2; L_2 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_3 = ((int32_t)((int32_t)L_2)); // byte[] signature = new byte[Ed448PrivateKeyParameters.SignatureSize]; IL2CPP_RUNTIME_CLASS_INIT(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var); int32_t L_3 = ((Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45_il2cpp_TypeInfo_var))->get_SignatureSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_4 = L_4; // privateKey.Sign(Ed448.Algorithm.Ed448, publicKey, ctx, buf, 0, count, signature, 0); Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * L_5 = ___privateKey0; Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_6 = ___publicKey1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ctx2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; int32_t L_9 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_4; NullCheck(L_5); Ed448PrivateKeyParameters_Sign_m65CF27471C45B1668FE51A602703A2BFA27B226F(L_5, 0, L_6, L_7, L_8, 0, L_9, L_10, 0, /*hidden argument*/NULL); // Reset(); Buffer_Reset_m81C9393836E0C8D10EB5F3C3955B93FE8E4697A1(__this, /*hidden argument*/NULL); // return signature; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_4; V_5 = L_11; IL2CPP_LEAVE(0x4C, FINALLY_0042); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004b; } } IL_0045: { Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_5; return L_14; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::VerifySignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_VerifySignature_m828B4C51C6927B14D73B42D53234721E4955539C (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ctx1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); V_2 = L_1; // int count = (int)Position; int64_t L_2; L_2 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_3 = ((int32_t)((int32_t)L_2)); // byte[] pk = publicKey.GetEncoded(); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_3 = ___publicKey0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A(L_3, /*hidden argument*/NULL); V_4 = L_4; // bool result = Ed448.Verify(signature, 0, pk, 0, ctx, buf, 0, count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___signature2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ctx1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; int32_t L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Ed448_tBE9E8CDEE2261FEC54B39B9564831424B7F1B159_il2cpp_TypeInfo_var); bool L_10; L_10 = Ed448_Verify_m5665C5F56B2A604F008E598A68A414C4F517D8A5(L_5, 0, L_6, 0, L_7, L_8, 0, L_9, /*hidden argument*/NULL); // Reset(); Buffer_Reset_m81C9393836E0C8D10EB5F3C3955B93FE8E4697A1(__this, /*hidden argument*/NULL); // return result; V_5 = L_10; IL2CPP_LEAVE(0x45, FINALLY_003b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: {// begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_0044; } } IL_003e: { Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_0044: { IL2CPP_END_FINALLY(59) } }// end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { // } bool L_13 = V_5; return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Reset_m81C9393836E0C8D10EB5F3C3955B93FE8E4697A1 (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, const RuntimeMethod* method) { Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * V_0 = NULL; bool V_1 = false; int64_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // long count = Position; int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this); V_2 = L_1; // Array.Clear(GetBuffer(), 0, (int)count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); int64_t L_3 = V_2; Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)((int32_t)L_3)), /*hidden argument*/NULL); // this.Position = 0L; VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, __this, ((int64_t)((int64_t)0))); // } IL2CPP_LEAVE(0x35, FINALLY_002b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0034; } } IL_002e: { Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0034: { IL2CPP_END_FINALLY(43) } }// end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x35, IL_0035) } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer__ctor_mA1FA0E0E4EBFECD7ED35746D8D62644BC87E15CB (Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * __this, const RuntimeMethod* method) { { MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void EmailValidateController/d__0::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0__ctor_m8522FB4614046BDFE6F908D3CF30A96ABF685171 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void EmailValidateController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0_System_IDisposable_Dispose_m2142B18F12256081E062A6A25DC71D262C05F09D (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CSendEmailValidateCodeU3Ed__0_U3CU3Em__Finally1_m796F9C97757F44D4FFF8D055F86CFDB7471463A2(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean EmailValidateController/d__0::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSendEmailValidateCodeU3Ed__0_MoveNext_m539D41B46E9ADABBFAC937E98EBFF40111801372 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA2D20C1F66D54A657DC0E2B3C4F2058DF08485F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0084; } } IL_000e: { V_0 = (bool)0; goto IL_00d0; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/emailValidate/sendEmailValidateCode"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_3; L_3 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteralAA2D20C1F66D54A657DC0E2B3C4F2058DF08485F, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("email", email); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_email_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C, L_7, /*hidden argument*/NULL); // form.AddField("language", (int)TextAutoLanguage2.GetLanguage()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); int32_t L_9; L_9 = TextAutoLanguage2_GetLanguage_mA69317E46E6A45650B6A58B0E162C35120B1BDE3(/*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_8, _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D, L_9, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_10 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_12; L_12 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_10, L_11, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4(L_12); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_13); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_14; L_14 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_13, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00d0; } IL_0084: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_15); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_16; L_16 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_18; L_18 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_17, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_18; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_19 = __this->get_callback_3(); if (!L_19) { goto IL_00b8; } } IL_00ab: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_20 = __this->get_callback_3(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21 = V_4; NullCheck(L_20); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_20, L_21, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00b8: { // } U3CSendEmailValidateCodeU3Ed__0_U3CU3Em__Finally1_m796F9C97757F44D4FFF8D055F86CFDB7471463A2(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00d0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00c9; } FAULT_00c9: {// begin fault (depth: 1) U3CSendEmailValidateCodeU3Ed__0_System_IDisposable_Dispose_m2142B18F12256081E062A6A25DC71D262C05F09D(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(201) }// end fault IL2CPP_CLEANUP(201) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d0: { bool L_22 = V_0; return L_22; } } // System.Void EmailValidateController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0_U3CU3Em__Finally1_m796F9C97757F44D4FFF8D055F86CFDB7471463A2 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_4(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object EmailValidateController/d__0::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSendEmailValidateCodeU3Ed__0_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2F6032335D3CF2C3001C938137FF51662D1E5574 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void EmailValidateController/d__0::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendEmailValidateCodeU3Ed__0_System_Collections_IEnumerator_Reset_m0FF16ED164EAD0C0FFC5EF920C4F805E74FB4EA3 (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSendEmailValidateCodeU3Ed__0_System_Collections_IEnumerator_Reset_m0FF16ED164EAD0C0FFC5EF920C4F805E74FB4EA3_RuntimeMethod_var))); } } // System.Object EmailValidateController/d__0::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSendEmailValidateCodeU3Ed__0_System_Collections_IEnumerator_get_Current_m81E887FF974FF9207554750722666F13DE33D12C (U3CSendEmailValidateCodeU3Ed__0_t735F7396310E265A9E57B78533A77A5840AC92B7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void EmailValidateController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1__ctor_mE782460FD5085D88A52337E57D5BE9EE0F34CF19 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void EmailValidateController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1_System_IDisposable_Dispose_m2B3333C0881F113DA4E9ACAD03F5D591F8707B71 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CValidateEmailU3Ed__1_U3CU3Em__Finally1_mAD2F4169E704FC07981895FE91F1AFB62D115525(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean EmailValidateController/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CValidateEmailU3Ed__1_MoveNext_m59B1794F04C78D404D1410EFED9B706CEDAD082D (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FFA066A28B2CC636DB84942D20A6D45C7C9609C); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0085; } } IL_000e: { V_0 = (bool)0; goto IL_00d1; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/emailValidate/validateEmail"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_3; L_3 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral7FFA066A28B2CC636DB84942D20A6D45C7C9609C, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("email", email); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_email_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C, L_7, /*hidden argument*/NULL); // form.AddField("code", code); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_code_3(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC, L_9, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_10 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_12; L_12 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_10, L_11, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5(L_12); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_13); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_14; L_14 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_13, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00d1; } IL_0085: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_15); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_16; L_16 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_18; L_18 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_17, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_18; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_19 = __this->get_callback_4(); if (!L_19) { goto IL_00b9; } } IL_00ac: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_20 = __this->get_callback_4(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21 = V_4; NullCheck(L_20); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_20, L_21, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00b9: { // } U3CValidateEmailU3Ed__1_U3CU3Em__Finally1_mAD2F4169E704FC07981895FE91F1AFB62D115525(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00d1; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00ca; } FAULT_00ca: {// begin fault (depth: 1) U3CValidateEmailU3Ed__1_System_IDisposable_Dispose_m2B3333C0881F113DA4E9ACAD03F5D591F8707B71(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(202) }// end fault IL2CPP_CLEANUP(202) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d1: { bool L_22 = V_0; return L_22; } } // System.Void EmailValidateController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1_U3CU3Em__Finally1_mAD2F4169E704FC07981895FE91F1AFB62D115525 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_5(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object EmailValidateController/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CValidateEmailU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA21A626BF1EE81AB12D484FED55AB58BA8E2A263 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void EmailValidateController/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidateEmailU3Ed__1_System_Collections_IEnumerator_Reset_m6337ECF72D67BE0F80E88C44DF938F05CC9FFCB1 (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CValidateEmailU3Ed__1_System_Collections_IEnumerator_Reset_m6337ECF72D67BE0F80E88C44DF938F05CC9FFCB1_RuntimeMethod_var))); } } // System.Object EmailValidateController/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CValidateEmailU3Ed__1_System_Collections_IEnumerator_get_Current_m512FF0A1147F98886BCF1393239AD9BF99F27C0D (U3CValidateEmailU3Ed__1_t3028959E05E33F1CBE395DB5DD4FF2F36F8472FC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Entry/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m20DDB1EEDB219E7DC74178139AD42012A36ACB14 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * L_0 = (U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB *)il2cpp_codegen_object_new(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m597ADAFF8DE75DF282D264DDD4EC2C31E87D35F6(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Entry/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m597ADAFF8DE75DF282D264DDD4EC2C31E87D35F6 (U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Entry/<>c::b__1_0(UnityEngine.SceneManagement.Scene) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__1_0_mCBEF2EF06AFEFB347290F51B33D2C994B9EDBFCB (U3CU3Ec_tF78C67D51EA1ACFDA6CFDAE7E33254813E0C5ABB * __this, Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE ___scene0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64CE760E4F7F841C3A91EC422BF6673C2A925248); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { // long t1 = JCUnityLib.TimeUtils.GetTimestamp(); int64_t L_0; L_0 = TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC(/*hidden argument*/NULL); V_0 = L_0; // Resources.UnloadUnusedAssets(); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_1; L_1 = Resources_UnloadUnusedAssets_m5BF7EFD195EFFE171CB47FF88CA880D76A751C70(/*hidden argument*/NULL); // System.GC.Collect(); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_Collect_m7123B87A55AA963ED9BD834B0C6933E927B791A9(/*hidden argument*/NULL); // long t2 = JCUnityLib.TimeUtils.GetTimestamp(); int64_t L_2; L_2 = TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC(/*hidden argument*/NULL); V_1 = L_2; // Debug.Log($"??{scene.name}??,?????GC??????={t2 - t1}ms"); String_t* L_3; L_3 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&___scene0), /*hidden argument*/NULL); int64_t L_4 = V_1; int64_t L_5 = V_0; int64_t L_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)L_5)); RuntimeObject * L_7 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_6); String_t* L_8; L_8 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral64CE760E4F7F841C3A91EC422BF6673C2A925248, L_3, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_8, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Entry/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncLoadSceneU3Ed__6__ctor_m208CB0EBA1F0EDCA05DCCF3A2477E53A9B9E72C7 (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Entry/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncLoadSceneU3Ed__6_System_IDisposable_Dispose_mAC1762264657225218589442A35FFB4FAF7FA3CF (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Entry/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CAsyncLoadSceneU3Ed__6_MoveNext_m02DAB9132D5DECDD1F4B768CF6B2BB81C2C8621A (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CD979583B209CE71603EFC4A398E6A9EFA8D872); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral399ABBEB13A916376FA9923A9BDE6EB693C011EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * V_1 = NULL; String_t* V_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_011c; } case 2: { goto IL_0180; } case 3: { goto IL_01df; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // countStr2 += "a"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_3 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = L_4->get_countStr2_10(); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_5, _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_countStr2_10(L_6); // timeOnStartLoadScene = Time.realtimeSinceStartup; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_7 = V_1; float L_8; L_8 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); NullCheck(L_7); L_7->set_timeOnStartLoadScene_6(L_8); // string sceneName = "Login"; V_2 = _stringLiteral2B3AD6333F669606E87648FD08F4CF7B98B051B5; // if (LoginMgr.HasToken()) { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); bool L_9; L_9 = LoginMgr_HasToken_m292A1410442A0D5A89D68D285E10833CE15724D8(/*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { // sceneName = "Home"; V_2 = _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F; } IL_0061: { // countStr2 += sceneName; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_10 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = L_11->get_countStr2_10(); String_t* L_13 = V_2; String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_countStr2_10(L_14); // AsyncOperation async = SceneManager.LoadSceneAsync(sceneName, LoadSceneMode.Single); String_t* L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_16; L_16 = SceneManager_LoadSceneAsync_mB19DC1ECA7304F9CB66976DADE6423777750B748(L_15, 0, /*hidden argument*/NULL); __this->set_U3CasyncU3E5__2_3(L_16); // countStr2 += "b"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_17 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = L_18->get_countStr2_10(); String_t* L_20; L_20 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_19, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_countStr2_10(L_20); // async.allowSceneActivation = false; AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_21 = __this->get_U3CasyncU3E5__2_3(); NullCheck(L_21); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_21, (bool)0, /*hidden argument*/NULL); // countStr2 += "c"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_22 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_23 = V_1; NullCheck(L_23); String_t* L_24 = L_23->get_countStr2_10(); String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_24, _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_countStr2_10(L_25); goto IL_0123; } IL_00ba: { // if (async.progress >= 0.9f) { AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_26 = __this->get_U3CasyncU3E5__2_3(); NullCheck(L_26); float L_27; L_27 = AsyncOperation_get_progress_m2471A0564D5C2207116737619E2CED05FBBC2D19(L_26, /*hidden argument*/NULL); if ((!(((float)L_27) >= ((float)(0.899999976f))))) { goto IL_00e4; } } { // countStr2 += "e"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_28 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_29 = V_1; NullCheck(L_29); String_t* L_30 = L_29->get_countStr2_10(); String_t* L_31; L_31 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_30, _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_countStr2_10(L_31); // break; goto IL_0130; } IL_00e4: { // if (!countStr2.Contains("d")) countStr2 += "d"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_32 = V_1; NullCheck(L_32); String_t* L_33 = L_32->get_countStr2_10(); NullCheck(L_33); bool L_34; L_34 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_33, _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03, /*hidden argument*/NULL); if (L_34) { goto IL_010c; } } { // if (!countStr2.Contains("d")) countStr2 += "d"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_35 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_36 = V_1; NullCheck(L_36); String_t* L_37 = L_36->get_countStr2_10(); String_t* L_38; L_38 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_37, _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_countStr2_10(L_38); } IL_010c: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_011c: { __this->set_U3CU3E1__state_0((-1)); } IL_0123: { // while (!async.isDone) { AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_39 = __this->get_U3CasyncU3E5__2_3(); NullCheck(L_39); bool L_40; L_40 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00ba; } } IL_0130: { // countStr2 += "f"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_41 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_42 = V_1; NullCheck(L_42); String_t* L_43 = L_42->get_countStr2_10(); String_t* L_44; L_44 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_43, _stringLiteral2C945D246C2B7897F000E1C591A686EB9EF010F0, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_countStr2_10(L_44); goto IL_0187; } IL_0148: { // if (!countStr2.Contains("@")) countStr2 += "@"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_45 = V_1; NullCheck(L_45); String_t* L_46 = L_45->get_countStr2_10(); NullCheck(L_46); bool L_47; L_47 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_46, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, /*hidden argument*/NULL); if (L_47) { goto IL_0170; } } { // if (!countStr2.Contains("@")) countStr2 += "@"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_48 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_49 = V_1; NullCheck(L_49); String_t* L_50 = L_49->get_countStr2_10(); String_t* L_51; L_51 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_50, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, /*hidden argument*/NULL); NullCheck(L_48); L_48->set_countStr2_10(L_51); } IL_0170: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0180: { __this->set_U3CU3E1__state_0((-1)); } IL_0187: { // while (!appVersionCheckOK) { Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_52 = V_1; NullCheck(L_52); bool L_53 = L_52->get_appVersionCheckOK_5(); if (!L_53) { goto IL_0148; } } { // countStr2 += "g"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_54 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_55 = V_1; NullCheck(L_55); String_t* L_56 = L_55->get_countStr2_10(); String_t* L_57; L_57 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_56, _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1, /*hidden argument*/NULL); NullCheck(L_54); L_54->set_countStr2_10(L_57); goto IL_01e6; } IL_01a7: { // if (!countStr2.Contains("%")) countStr2 += "%"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_58 = V_1; NullCheck(L_58); String_t* L_59 = L_58->get_countStr2_10(); NullCheck(L_59); bool L_60; L_60 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_59, _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710, /*hidden argument*/NULL); if (L_60) { goto IL_01cf; } } { // if (!countStr2.Contains("%")) countStr2 += "%"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_61 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_62 = V_1; NullCheck(L_62); String_t* L_63 = L_62->get_countStr2_10(); String_t* L_64; L_64 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_63, _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710, /*hidden argument*/NULL); NullCheck(L_61); L_61->set_countStr2_10(L_64); } IL_01cf: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_01df: { __this->set_U3CU3E1__state_0((-1)); } IL_01e6: { // while (Time.realtimeSinceStartup - timeOnStartLoadScene < 1.5) { float L_65; L_65 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_66 = V_1; NullCheck(L_66); float L_67 = L_66->get_timeOnStartLoadScene_6(); if ((((double)((double)((double)((float)il2cpp_codegen_subtract((float)L_65, (float)L_67))))) < ((double)(1.5)))) { goto IL_01a7; } } { // countStr2 += "h"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_68 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_69 = V_1; NullCheck(L_69); String_t* L_70 = L_69->get_countStr2_10(); String_t* L_71; L_71 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_70, _stringLiteral0CD979583B209CE71603EFC4A398E6A9EFA8D872, /*hidden argument*/NULL); NullCheck(L_68); L_68->set_countStr2_10(L_71); // async.allowSceneActivation = true; AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_72 = __this->get_U3CasyncU3E5__2_3(); NullCheck(L_72); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_72, (bool)1, /*hidden argument*/NULL); // countStr2 += "i"; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_73 = V_1; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_74 = V_1; NullCheck(L_74); String_t* L_75 = L_74->get_countStr2_10(); String_t* L_76; L_76 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_75, _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E, /*hidden argument*/NULL); NullCheck(L_73); L_73->set_countStr2_10(L_76); // Debug.Log("countStr2:" + countStr2); Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_77 = V_1; NullCheck(L_77); String_t* L_78 = L_77->get_countStr2_10(); String_t* L_79; L_79 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral399ABBEB13A916376FA9923A9BDE6EB693C011EF, L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_79, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Entry/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CAsyncLoadSceneU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA4D3F91CF72CE382F06A44AE3D451F6EDBD3CB14 (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Entry/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncLoadSceneU3Ed__6_System_Collections_IEnumerator_Reset_m9CE080104C15DE0E284026D7EBB1D0A92145E8F1 (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CAsyncLoadSceneU3Ed__6_System_Collections_IEnumerator_Reset_m9CE080104C15DE0E284026D7EBB1D0A92145E8F1_RuntimeMethod_var))); } } // System.Object Entry/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CAsyncLoadSceneU3Ed__6_System_Collections_IEnumerator_get_Current_mD1F7E2D456EE28C5B9EA4F152A835C51F14E54D2 (U3CAsyncLoadSceneU3Ed__6_tE5E41067C7CEC470E8C96403F1D80DE7168F2F9C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Entry/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ed__4__ctor_m53839143BA2DE23BDB874E25F80D77476FF7ABDF (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Entry/d__4::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ed__4_System_IDisposable_Dispose_m70746764BDD7D15BAC02798F68F71A1D202ADFE0 (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Entry/d__4::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckAppVersionU3Ed__4_MoveNext_mEB2D096BD1F6D0AF47BDF561D1802C929EAA5757 (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // appVersionCheckOK = true; Entry_tC7A533833E3F40F776DAC55C9DEFB0A76A87CCD3 * L_4 = V_1; NullCheck(L_4); L_4->set_appVersionCheckOK_5((bool)1); // } return (bool)0; } } // System.Object Entry/d__4::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAppVersionU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1B62EDF392A67F3DD6BA88327CC8D88568A04FA5 (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Entry/d__4::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAppVersionU3Ed__4_System_Collections_IEnumerator_Reset_mA0DA5449223CE94DE0CCD9916BEF2374036D71D2 (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCheckAppVersionU3Ed__4_System_Collections_IEnumerator_Reset_mA0DA5449223CE94DE0CCD9916BEF2374036D71D2_RuntimeMethod_var))); } } // System.Object Entry/d__4::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAppVersionU3Ed__4_System_Collections_IEnumerator_get_Current_m589FCCEADFC581F3340FEDBB3369DF56A96A7D3F (U3CCheckAppVersionU3Ed__4_tF51830A6B168AF7F6DD99C8D6125D55EA62883F0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_m3E68BBA6DF68F77E6627CA284C4CCA0A0FEA8DEF (U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.SocketIO.Events.EventTable/<>c__DisplayClass6_0::b__0(BestHTTP.SocketIO.Events.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_U3CRegisterU3Eb__0_m860C5E4FC6343E8CF2CF137FC1EC949532C2422B (U3CU3Ec__DisplayClass6_0_t526267A39AF0706B4C3DD931775FC983B2DD74B9 * __this, EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * ___d0, const RuntimeMethod* method) { { // var desc = events.Find((d) => d.OnlyOnce == onlyOnce && d.AutoDecodePayload == autoDecodePayload); EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_0 = ___d0; NullCheck(L_0); bool L_1; L_1 = EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4_inline(L_0, /*hidden argument*/NULL); bool L_2 = __this->get_onlyOnce_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_001d; } } { EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * L_3 = ___d0; NullCheck(L_3); bool L_4; L_4 = EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_autoDecodePayload_1(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001d: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4__ctor_m654866B338818A02D8A859C29170FA103BDF75D6 (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4_System_IDisposable_Dispose_mBE2A3DEE3789134E5B7D728FF7DAB247973A2EEA (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__4_MoveNext_mFB613C537051E474BD2F6D1C4B2FB4740E676045 (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_6; memset((&V_6), 0, sizeof(V_6)); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_7 = NULL; int32_t V_8 = 0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_9 = NULL; RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_10; memset((&V_10), 0, sizeof(V_10)); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 V_11; memset((&V_11), 0, sizeof(V_11)); RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_12; memset((&V_12), 0, sizeof(V_12)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00b2; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // float multiplier = GetComponent().multiplier; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_4 = V_1; NullCheck(L_4); ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372 * L_5; L_5 = Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93(L_4, /*hidden argument*/Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93_RuntimeMethod_var); NullCheck(L_5); float L_6 = L_5->get_multiplier_4(); __this->set_U3CmultiplierU3E5__2_3(L_6); // for (int n = 0; n < numDebrisPieces*multiplier; ++n) V_4 = 0; goto IL_008f; } IL_0037: { // var prefab = debrisPrefabs[Random.Range(0, debrisPrefabs.Length)]; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_7 = V_1; NullCheck(L_7); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_8 = L_7->get_debrisPrefabs_4(); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_9 = V_1; NullCheck(L_9); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_10 = L_9->get_debrisPrefabs_4(); NullCheck(L_10); int32_t L_11; L_11 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); NullCheck(L_8); int32_t L_12 = L_11; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = (L_8)->GetAt(static_cast(L_12)); // Vector3 pos = transform.position + Random.insideUnitSphere*3*multiplier; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_14 = V_1; NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_15, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Random_get_insideUnitSphere_m43E5AE1F6A6CFA892BAE6E3ED71BEBFCE308CE90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_17, (3.0f), /*hidden argument*/NULL); float L_19 = __this->get_U3CmultiplierU3E5__2_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_18, L_19, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_16, L_20, /*hidden argument*/NULL); V_5 = L_21; // Quaternion rot = Random.rotation; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22; L_22 = Random_get_rotation_m82FE89E3F983E0212C5D67ECFB8F2B179F1818E5(/*hidden argument*/NULL); V_6 = L_22; // Instantiate(prefab, pos, rot); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_5; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_24 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917(L_13, L_23, L_24, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var); // for (int n = 0; n < numDebrisPieces*multiplier; ++n) int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_008f: { // for (int n = 0; n < numDebrisPieces*multiplier; ++n) int32_t L_27 = V_4; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->get_numDebrisPieces_6(); float L_30 = __this->get_U3CmultiplierU3E5__2_3(); if ((((float)((float)((float)L_27))) < ((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_29)), (float)L_30))))) { goto IL_0037; } } { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00b2: { __this->set_U3CU3E1__state_0((-1)); // float r = 10*multiplier; float L_31 = __this->get_U3CmultiplierU3E5__2_3(); V_2 = ((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_31)); // var cols = Physics.OverlapSphere(transform.position, r); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_32 = V_1; NullCheck(L_32); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_32, /*hidden argument*/NULL); NullCheck(L_33); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_33, /*hidden argument*/NULL); float L_35 = V_2; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_36; L_36 = Physics_OverlapSphere_mE4A0577DF7C0681DE7FFC4F2A2C1BFB8D402CA0C(L_34, L_35, /*hidden argument*/NULL); // foreach (var col in cols) V_7 = L_36; V_8 = 0; goto IL_0159; } IL_00de: { // foreach (var col in cols) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_37 = V_7; int32_t L_38 = V_8; NullCheck(L_37); int32_t L_39 = L_38; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_40 = (L_37)->GetAt(static_cast(L_39)); V_9 = L_40; // if (numFires > 0) ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_41 = V_1; NullCheck(L_41); int32_t L_42 = L_41->get_numFires_7(); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_0153; } } { // Ray fireRay = new Ray(transform.position, col.transform.position - transform.position); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_43 = V_1; NullCheck(L_43); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_43, /*hidden argument*/NULL); NullCheck(L_44); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45; L_45 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_44, /*hidden argument*/NULL); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_46 = V_9; NullCheck(L_46); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_47; L_47 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_46, /*hidden argument*/NULL); NullCheck(L_47); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_47, /*hidden argument*/NULL); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_49 = V_1; NullCheck(L_49); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_50; L_50 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_49, /*hidden argument*/NULL); NullCheck(L_50); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_50, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_48, L_51, /*hidden argument*/NULL); Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)(&V_11), L_45, L_52, /*hidden argument*/NULL); // if (col.Raycast(fireRay, out fireHit, r)) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_53 = V_9; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_54 = V_11; float L_55 = V_2; NullCheck(L_53); bool L_56; L_56 = Collider_Raycast_m41CA5C3C07B92F5325CB81890BE3A611C3C70784(L_53, L_54, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_10), L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0153; } } { // AddFire(col.transform, fireHit.point, fireHit.normal); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_57 = V_1; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_58 = V_9; NullCheck(L_58); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_59; L_59 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_58, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60; L_60 = RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_10), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; L_61 = RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_10), /*hidden argument*/NULL); NullCheck(L_57); ExplosionFireAndDebris_AddFire_m425D0F537ADF0CA2858A3B8D9E177626AF849E84(L_57, L_59, L_60, L_61, /*hidden argument*/NULL); // numFires--; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_62 = V_1; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_63 = V_1; NullCheck(L_63); int32_t L_64 = L_63->get_numFires_7(); NullCheck(L_62); L_62->set_numFires_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1))); } IL_0153: { int32_t L_65 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0159: { // foreach (var col in cols) int32_t L_66 = V_8; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_67 = V_7; NullCheck(L_67); if ((((int32_t)L_66) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))))) { goto IL_00de; } } { // float testR = 0; V_3 = (0.0f); goto IL_01c2; } IL_016c: { // Ray fireRay = new Ray(transform.position + Vector3.up, Random.onUnitSphere); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_68 = V_1; NullCheck(L_68); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_69; L_69 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_68, /*hidden argument*/NULL); NullCheck(L_69); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70; L_70 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_69, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71; L_71 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72; L_72 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_70, L_71, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73; L_73 = Random_get_onUnitSphere_m909066B4EAF5EE0A05D3C1DCBDADC55A2D6A4EED(/*hidden argument*/NULL); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_74; memset((&L_74), 0, sizeof(L_74)); Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C((&L_74), L_72, L_73, /*hidden argument*/NULL); // if (Physics.Raycast(fireRay, out fireHit, testR)) float L_75 = V_3; bool L_76; L_76 = Physics_Raycast_mA64F8C30681E3A6A8F2B7EDE592FE7BBC0D354F4(L_74, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_12), L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01b8; } } { // AddFire(null, fireHit.point, fireHit.normal); ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_77 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_78; L_78 = RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_12), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_79; L_79 = RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_12), /*hidden argument*/NULL); NullCheck(L_77); ExplosionFireAndDebris_AddFire_m425D0F537ADF0CA2858A3B8D9E177626AF849E84(L_77, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, L_78, L_79, /*hidden argument*/NULL); // numFires--; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_80 = V_1; ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_81 = V_1; NullCheck(L_81); int32_t L_82 = L_81->get_numFires_7(); NullCheck(L_80); L_80->set_numFires_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)1))); } IL_01b8: { // testR += r*.1f; float L_83 = V_3; float L_84 = V_2; V_3 = ((float)il2cpp_codegen_add((float)L_83, (float)((float)il2cpp_codegen_multiply((float)L_84, (float)(0.100000001f))))); } IL_01c2: { // while (numFires > 0 && testR < r) ExplosionFireAndDebris_t6C2B40D7883D3A93C3C7F317A013AD06181A6372 * L_85 = V_1; NullCheck(L_85); int32_t L_86 = L_85->get_numFires_7(); if ((((int32_t)L_86) <= ((int32_t)0))) { goto IL_01cf; } } { float L_87 = V_3; float L_88 = V_2; if ((((float)L_87) < ((float)L_88))) { goto IL_016c; } } IL_01cf: { // } return (bool)0; } } // System.Object UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m73095AFAE33F9FDB419352040AAF4625E9B93C8C (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m1A46BFEF351A0D8D4460DEA6051CFDFA78200490 (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m1A46BFEF351A0D8D4460DEA6051CFDFA78200490_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Effects.ExplosionFireAndDebris/d__4::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__4_System_Collections_IEnumerator_get_Current_m39E21679BAA2E949AA925B01357FE7D766728DFF (U3CStartU3Ed__4_t4A3D8E2A46D6D6D7E774B7EB3A0CEFD21ACB710C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__1__ctor_m460DD3BF0681F7F816234BA6422A293452FDA130 (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__1_System_IDisposable_Dispose_m01622861FE6176F42905E610F84E19204C2C4E6C (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__1_MoveNext_m1082097E399D1772248C2916614291B1FFA52292 (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mD063033D29C6810CBD1812FDA6435F0CCF0C4F2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m910997103CB57F926E92B634C73F6DDAEA5E3C0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AD6660424ACAD76BF1EC2BF7F00510BF7326ED9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m6FA4392460B1CAC71952D49279908A2A0EB35750_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_mB04F863F01DA19ADD66AFE0F3E1DF8EA13AFD9AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE1BAF4C805FBEB22F804C23E38819535F93E0012_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA316739774ED7C47A232FC085A7152F59AF3A0C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * V_4 = NULL; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_5 = NULL; int32_t V_6 = 0; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * V_7 = NULL; Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A V_8; memset((&V_8), 0, sizeof(V_8)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // float multiplier = GetComponent().multiplier; ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * L_4 = V_1; NullCheck(L_4); ParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372 * L_5; L_5 = Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93(L_4, /*hidden argument*/Component_GetComponent_TisParticleSystemMultiplier_tF64154D58A295DB07871009BCB8997DA413C9372_m086D40182BA3795F0007ABA5A4377278A0507E93_RuntimeMethod_var); NullCheck(L_5); float L_6 = L_5->get_multiplier_4(); V_2 = L_6; // float r = 10*multiplier; float L_7 = V_2; V_3 = ((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_7)); // var cols = Physics.OverlapSphere(transform.position, r); ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * L_8 = V_1; NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); float L_11 = V_3; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_12; L_12 = Physics_OverlapSphere_mE4A0577DF7C0681DE7FFC4F2A2C1BFB8D402CA0C(L_10, L_11, /*hidden argument*/NULL); // var rigidbodies = new List(); List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * L_13 = (List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 *)il2cpp_codegen_object_new(List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8_il2cpp_TypeInfo_var); List_1__ctor_mA316739774ED7C47A232FC085A7152F59AF3A0C3(L_13, /*hidden argument*/List_1__ctor_mA316739774ED7C47A232FC085A7152F59AF3A0C3_RuntimeMethod_var); V_4 = L_13; // foreach (var col in cols) V_5 = L_12; V_6 = 0; goto IL_00a2; } IL_0068: { // foreach (var col in cols) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_14 = V_5; int32_t L_15 = V_6; NullCheck(L_14); int32_t L_16 = L_15; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_7 = L_17; // if (col.attachedRigidbody != null && !rigidbodies.Contains(col.attachedRigidbody)) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_18 = V_7; NullCheck(L_18); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_19; L_19 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_20; L_20 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_19, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_009c; } } { List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * L_21 = V_4; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_22 = V_7; NullCheck(L_22); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_23; L_23 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_22, /*hidden argument*/NULL); NullCheck(L_21); bool L_24; L_24 = List_1_Contains_mB04F863F01DA19ADD66AFE0F3E1DF8EA13AFD9AC(L_21, L_23, /*hidden argument*/List_1_Contains_mB04F863F01DA19ADD66AFE0F3E1DF8EA13AFD9AC_RuntimeMethod_var); if (L_24) { goto IL_009c; } } { // rigidbodies.Add(col.attachedRigidbody); List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * L_25 = V_4; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_26 = V_7; NullCheck(L_26); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_27; L_27 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_26, /*hidden argument*/NULL); NullCheck(L_25); List_1_Add_m6FA4392460B1CAC71952D49279908A2A0EB35750(L_25, L_27, /*hidden argument*/List_1_Add_m6FA4392460B1CAC71952D49279908A2A0EB35750_RuntimeMethod_var); } IL_009c: { int32_t L_28 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00a2: { // foreach (var col in cols) int32_t L_29 = V_6; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_30 = V_5; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_0068; } } { // foreach (var rb in rigidbodies) List_1_t3EA12E77BC5EB0B43A6F7186876385B3FB876CD8 * L_31 = V_4; NullCheck(L_31); Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A L_32; L_32 = List_1_GetEnumerator_mE1BAF4C805FBEB22F804C23E38819535F93E0012(L_31, /*hidden argument*/List_1_GetEnumerator_mE1BAF4C805FBEB22F804C23E38819535F93E0012_RuntimeMethod_var); V_8 = L_32; } IL_00b3: try {// begin try (depth: 1) { goto IL_00dd; } IL_00b5: { // foreach (var rb in rigidbodies) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_33; L_33 = Enumerator_get_Current_m4AD6660424ACAD76BF1EC2BF7F00510BF7326ED9_inline((Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A *)(&V_8), /*hidden argument*/Enumerator_get_Current_m4AD6660424ACAD76BF1EC2BF7F00510BF7326ED9_RuntimeMethod_var); // rb.AddExplosionForce(explosionForce*multiplier, transform.position, r, 1*multiplier, ForceMode.Impulse); ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * L_34 = V_1; NullCheck(L_34); float L_35 = L_34->get_explosionForce_4(); float L_36 = V_2; ExplosionPhysicsForce_t92F04E2EA5E8C95A9507142186FEA3A9B92D6249 * L_37 = V_1; NullCheck(L_37); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_37, /*hidden argument*/NULL); NullCheck(L_38); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_38, /*hidden argument*/NULL); float L_40 = V_3; float L_41 = V_2; NullCheck(L_33); Rigidbody_AddExplosionForce_mA81BFBF84914CEA89D18047ADE14B47D171280DD(L_33, ((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)), L_39, L_40, ((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_41)), 1, /*hidden argument*/NULL); } IL_00dd: { // foreach (var rb in rigidbodies) bool L_42; L_42 = Enumerator_MoveNext_m910997103CB57F926E92B634C73F6DDAEA5E3C0C((Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A *)(&V_8), /*hidden argument*/Enumerator_MoveNext_m910997103CB57F926E92B634C73F6DDAEA5E3C0C_RuntimeMethod_var); if (L_42) { goto IL_00b5; } } IL_00e6: { IL2CPP_LEAVE(0xF6, FINALLY_00e8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e8; } FINALLY_00e8: {// begin finally (depth: 1) Enumerator_Dispose_mD063033D29C6810CBD1812FDA6435F0CCF0C4F2A((Enumerator_t2B7031C1B295C2B6C995F2A9C0C5EB997E7E4F6A *)(&V_8), /*hidden argument*/Enumerator_Dispose_mD063033D29C6810CBD1812FDA6435F0CCF0C4F2A_RuntimeMethod_var); IL2CPP_END_FINALLY(232) }// end finally (depth: 1) IL2CPP_CLEANUP(232) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF6, IL_00f6) } IL_00f6: { // } return (bool)0; } } // System.Object UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mEB8947792CF4695EDBEB87F90688BB4ED6B95506 (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__1_System_Collections_IEnumerator_Reset_m887F7AE884FB48C61B7A5AED5FA58B2CAA37FC71 (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartU3Ed__1_System_Collections_IEnumerator_Reset_m887F7AE884FB48C61B7A5AED5FA58B2CAA37FC71_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Effects.ExplosionPhysicsForce/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__1_System_Collections_IEnumerator_get_Current_m44F967B0D8CBD51E7B9EDF332B3BFFF256DACEDC (U3CStartU3Ed__1_t24DE4184D83464B6FD686B53CCD077B6A766FB41 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.Explosive/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnCollisionEnterU3Ed__8__ctor_mCB962F88A6E714F58F10A2E5DCB6CE3062FEE0DD (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Effects.Explosive/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnCollisionEnterU3Ed__8_System_IDisposable_Dispose_m5CF5AFFB8CBAC1F29C0FAAEA1330E851BE0B161F (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Effects.Explosive/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3COnCollisionEnterU3Ed__8_MoveNext_m8AFE7BA66A5C3A481494AE72C63C4BAADCEBC938 (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral576ACDEAB8D545E1BF81B5822A74D4E20D12D841); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * V_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00fb; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // if (enabled) Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_4 = V_1; NullCheck(L_4); bool L_5; L_5 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00eb; } } { // if (col.contacts.Length > 0) Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_6 = __this->get_col_3(); NullCheck(L_6); ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* L_7; L_7 = Collision_get_contacts_m8C3D39F3332DD2AC623A9FB5F2127CE2754AF54B(L_6, /*hidden argument*/NULL); NullCheck(L_7); if (!(((RuntimeArray*)L_7)->max_length)) { goto IL_00eb; } } { // float velocityAlongCollisionNormal = // Vector3.Project(col.relativeVelocity, col.contacts[0].normal).magnitude; Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_8 = __this->get_col_3(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Collision_get_relativeVelocity_m0B0F8FA1AFAF7AB3B76083932D63A3FC1FA22442(L_8, /*hidden argument*/NULL); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_10 = __this->get_col_3(); NullCheck(L_10); ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* L_11; L_11 = Collision_get_contacts_m8C3D39F3332DD2AC623A9FB5F2127CE2754AF54B(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = ContactPoint_get_normal_m0561937E45F5356C7BB90D861422BD76B36D037A((ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 *)((L_11)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_Project_m57D54B16F36E620C294F4B209CD4C8E46A58D1B6(L_9, L_12, /*hidden argument*/NULL); V_2 = L_13; float L_14; L_14 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), /*hidden argument*/NULL); // if (velocityAlongCollisionNormal > detonationImpactVelocity || m_Exploded) Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_15 = V_1; NullCheck(L_15); float L_16 = L_15->get_detonationImpactVelocity_5(); if ((((float)L_14) > ((float)L_16))) { goto IL_007b; } } { Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_17 = V_1; NullCheck(L_17); bool L_18 = L_17->get_m_Exploded_9(); if (!L_18) { goto IL_00eb; } } IL_007b: { // if (!m_Exploded) Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_19 = V_1; NullCheck(L_19); bool L_20 = L_19->get_m_Exploded_9(); if (L_20) { goto IL_00eb; } } { // Instantiate(explosionPrefab, col.contacts[0].point, // Quaternion.LookRotation(col.contacts[0].normal)); Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_21 = V_1; NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22 = L_21->get_explosionPrefab_4(); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_23 = __this->get_col_3(); NullCheck(L_23); ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* L_24; L_24 = Collision_get_contacts_m8C3D39F3332DD2AC623A9FB5F2127CE2754AF54B(L_23, /*hidden argument*/NULL); NullCheck(L_24); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = ContactPoint_get_point_mEA976D5E3BC57FAB78F68BE0AA17A97293AEA5BC((ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 *)((L_24)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_26 = __this->get_col_3(); NullCheck(L_26); ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* L_27; L_27 = Collision_get_contacts_m8C3D39F3332DD2AC623A9FB5F2127CE2754AF54B(L_26, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = ContactPoint_get_normal_m0561937E45F5356C7BB90D861422BD76B36D037A((ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 *)((L_27)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_29; L_29 = Quaternion_LookRotation_m1B0BEBEBCC384324A6771B9EAC89761F73E1D6BF(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917(L_22, L_25, L_29, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m748821B299E8B2FAC05C55F2C8137BED1DB54917_RuntimeMethod_var); // m_Exploded = true; Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_31 = V_1; NullCheck(L_31); L_31->set_m_Exploded_9((bool)1); // SendMessage("Immobilize"); Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_32 = V_1; NullCheck(L_32); Component_SendMessage_m3B002D579E5933EEFCA4024A1845CACB4FBBC208(L_32, _stringLiteral576ACDEAB8D545E1BF81B5822A74D4E20D12D841, /*hidden argument*/NULL); // if (reset) Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_33 = V_1; NullCheck(L_33); bool L_34 = L_33->get_reset_7(); if (!L_34) { goto IL_00eb; } } { // m_ObjectResetter.DelayedReset(resetTimeDelay); Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_35 = V_1; NullCheck(L_35); ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_36 = L_35->get_m_ObjectResetter_10(); Explosive_tAD97F9156EA73DDC358D342C6E68855E59B8CB2C * L_37 = V_1; NullCheck(L_37); float L_38 = L_37->get_resetTimeDelay_8(); NullCheck(L_36); ObjectResetter_DelayedReset_m5EC530F19321F0B1345039F13B2C2656E1C3D55F(L_36, L_38, /*hidden argument*/NULL); } IL_00eb: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00fb: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object UnityStandardAssets.Effects.Explosive/d__8::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3COnCollisionEnterU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m53A8C41319889D0F3CEE1954D51680A84CFDC174 (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Effects.Explosive/d__8::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnCollisionEnterU3Ed__8_System_Collections_IEnumerator_Reset_m6B3902A22CF546D2EDC226E2D9A4D2DB0FDED820 (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3COnCollisionEnterU3Ed__8_System_Collections_IEnumerator_Reset_m6B3902A22CF546D2EDC226E2D9A4D2DB0FDED820_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Effects.Explosive/d__8::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3COnCollisionEnterU3Ed__8_System_Collections_IEnumerator_get_Current_m21F500127088FB6C437C59CA912F2FD2FA6EF3AE (U3COnCollisionEnterU3Ed__8_t9FB152379B5E04F1D009B37039FE8585CDE4B3AF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.Extensions/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mA996178CB531DC3AB354C5203C886EC33B818C13 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * L_0 = (U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 *)il2cpp_codegen_object_new(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mD1A505ECA2FFD28AE56802E89EE6E72EAF9D9167(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Extensions.Extensions/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD1A505ECA2FFD28AE56802E89EE6E72EAF9D9167 (U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.Extensions/<>c::b__21_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__21_0_m88334241248B53BC63AE8EF5EDFF55177452C87E (U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { // result = str.Read(ref pos, (ch) => ch != ',' && ch != ';'); Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)44)))) { goto IL_000e; } } { Il2CppChar L_1 = ___ch0; return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)59)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } // System.Boolean BestHTTP.Extensions.Extensions/<>c::b__25_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CParseOptionalHeaderU3Eb__25_0_m5806808F3BE435BB191168C3C3CBCFBC814FAEB2 (U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { // string key = str.Read(ref idx, (ch) => ch != '=' && ch != ',').TrimAndLower(); Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)61)))) { goto IL_000e; } } { Il2CppChar L_1 = ___ch0; return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)44)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } // System.Boolean BestHTTP.Extensions.Extensions/<>c::b__26_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CParseQualityParamsU3Eb__26_0_mDEC0D6445A3EADA7A6573CE27B3F631E116C9117 (U3CU3Ec_t5A09D0AE605963E9898852AE9E4C8B4895372CF9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { // string key = str.Read(ref idx, (ch) => ch != ',' && ch != ';').TrimAndLower(); Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)44)))) { goto IL_000e; } } { Il2CppChar L_1 = ___ch0; return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)59)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass19_0__ctor_mB640F8ADE57CB02D565058CBED936307A05026C0 (U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.Extensions/<>c__DisplayClass19_0::b__0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass19_0_U3CReadU3Eb__0_m96A03E97BCDC36AD899A1E622E79AA352D9FFEE1 (U3CU3Ec__DisplayClass19_0_tB7BAD64D9611CE200C5A2DAABA023EE8466BA2C1 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { // return str.Read(ref pos, (ch) => ch != block, needResult); Il2CppChar L_0 = ___ch0; Il2CppChar L_1 = __this->get_block_0(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve,System.Int64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultF2mLookupTable__ctor_m866C427D78771FE203B14435957DEF0D85BF0DF4 (DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C * __this, F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * ___outer0, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___table1, int32_t ___size2, const RuntimeMethod* method) { { // internal DefaultF2mLookupTable(F2mCurve outer, long[] table, int size) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_outer = outer; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_0 = ___outer0; __this->set_m_outer_0(L_0); // this.m_table = table; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_1 = ___table1; __this->set_m_table_1(L_1); // this.m_size = size; int32_t L_2 = ___size2; __this->set_m_size_2(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultF2mLookupTable_get_Size_m5EEDDB95EB86FBDECB06004501894DD4C5412747 (DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C * __this, const RuntimeMethod* method) { { // get { return m_size; } int32_t L_0 = __this->get_m_size_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.F2mCurve/DefaultF2mLookupTable::Lookup(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * DefaultF2mLookupTable_Lookup_mB33C6A750117B195D03FB1EF23387B519BDA28B9 (DefaultF2mLookupTable_tD2A1DEC8ECDF291787FA30630B2A4AF107126D0C * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; int32_t V_2 = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_3 = NULL; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_4 = NULL; int32_t V_5 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; int32_t V_8 = 0; int64_t V_9 = 0; int32_t V_10 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* G_B3_0 = NULL; { // int m = m_outer.m; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_0 = __this->get_m_outer_0(); NullCheck(L_0); int32_t L_1 = L_0->get_m_18(); V_0 = L_1; // int[] ks = m_outer.IsTrinomial() ? new int[]{ m_outer.k1 } : new int[]{ m_outer.k1, m_outer.k2, m_outer.k3 }; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_2 = __this->get_m_outer_0(); NullCheck(L_2); bool L_3; L_3 = F2mCurve_IsTrinomial_m73CEFD128C83489A9B572AF482F7DF6BFFDA3870(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_004b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_6 = __this->get_m_outer_0(); NullCheck(L_6); int32_t L_7 = L_6->get_k1_19(); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (int32_t)L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_5; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_9 = __this->get_m_outer_0(); NullCheck(L_9); int32_t L_10 = L_9->get_k2_20(); NullCheck(L_8); (L_8)->SetAt(static_cast(1), (int32_t)L_10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_8; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_12 = __this->get_m_outer_0(); NullCheck(L_12); int32_t L_13 = L_12->get_k3_21(); NullCheck(L_11); (L_11)->SetAt(static_cast(2), (int32_t)L_13); G_B3_0 = L_11; goto IL_005f; } IL_004b: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_16 = __this->get_m_outer_0(); NullCheck(L_16); int32_t L_17 = L_16->get_k1_19(); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (int32_t)L_17); G_B3_0 = L_15; } IL_005f: { V_1 = G_B3_0; // int FE_LONGS = (m_outer.m + 63) / 64; F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_18 = __this->get_m_outer_0(); NullCheck(L_18); int32_t L_19 = L_18->get_m_18(); V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)63)))/(int32_t)((int32_t)64))); // long[] x = new long[FE_LONGS], y = new long[FE_LONGS]; int32_t L_20 = V_2; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_21 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)L_20); V_3 = L_21; // long[] x = new long[FE_LONGS], y = new long[FE_LONGS]; int32_t L_22 = V_2; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_23 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)L_22); V_4 = L_23; // int pos = 0; V_5 = 0; // for (int i = 0; i < m_size; ++i) V_8 = 0; goto IL_00ec; } IL_0089: { // long MASK =((i ^ index) - 1) >> 31; int32_t L_24 = V_8; int32_t L_25 = ___index0; V_9 = ((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_24^(int32_t)L_25)), (int32_t)1))>>(int32_t)((int32_t)31))))); // for (int j = 0; j < FE_LONGS; ++j) V_10 = 0; goto IL_00d9; } IL_009a: { // x[j] ^= m_table[pos + j] & MASK; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_26 = V_3; int32_t L_27 = V_10; NullCheck(L_26); int64_t* L_28 = ((L_26)->GetAddressAt(static_cast(L_27))); int64_t L_29 = *((int64_t*)L_28); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_30 = __this->get_m_table_1(); int32_t L_31 = V_5; int32_t L_32 = V_10; NullCheck(L_30); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); int64_t L_34 = (L_30)->GetAt(static_cast(L_33)); int64_t L_35 = V_9; *((int64_t*)L_28) = (int64_t)((int64_t)((int64_t)L_29^(int64_t)((int64_t)((int64_t)L_34&(int64_t)L_35)))); // y[j] ^= m_table[pos + FE_LONGS + j] & MASK; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_36 = V_4; int32_t L_37 = V_10; NullCheck(L_36); int64_t* L_38 = ((L_36)->GetAddressAt(static_cast(L_37))); int64_t L_39 = *((int64_t*)L_38); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_40 = __this->get_m_table_1(); int32_t L_41 = V_5; int32_t L_42 = V_2; int32_t L_43 = V_10; NullCheck(L_40); int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)); int64_t L_45 = (L_40)->GetAt(static_cast(L_44)); int64_t L_46 = V_9; *((int64_t*)L_38) = (int64_t)((int64_t)((int64_t)L_39^(int64_t)((int64_t)((int64_t)L_45&(int64_t)L_46)))); // for (int j = 0; j < FE_LONGS; ++j) int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00d9: { // for (int j = 0; j < FE_LONGS; ++j) int32_t L_48 = V_10; int32_t L_49 = V_2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_009a; } } { // pos += (FE_LONGS * 2); int32_t L_50 = V_5; int32_t L_51 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_51, (int32_t)2)))); // for (int i = 0; i < m_size; ++i) int32_t L_52 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00ec: { // for (int i = 0; i < m_size; ++i) int32_t L_53 = V_8; int32_t L_54 = __this->get_m_size_2(); if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_0089; } } { // ECFieldElement X = new F2mFieldElement(m, ks, new LongArray(x)); int32_t L_55 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = V_1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_57 = V_3; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_58 = (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)il2cpp_codegen_object_new(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); LongArray__ctor_m062E28E1E6F19573F662346F39AFC7D8060568FF(L_58, L_57, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_59 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_59, L_55, L_56, L_58, /*hidden argument*/NULL); V_6 = L_59; // ECFieldElement Y = new F2mFieldElement(m, ks, new LongArray(y)); int32_t L_60 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_61 = V_1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_62 = V_4; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_63 = (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)il2cpp_codegen_object_new(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); LongArray__ctor_m062E28E1E6F19573F662346F39AFC7D8060568FF(L_63, L_62, /*hidden argument*/NULL); F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E * L_64 = (F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E *)il2cpp_codegen_object_new(F2mFieldElement_t3C569642A15A78530B72B61257476BF41C52797E_il2cpp_TypeInfo_var); F2mFieldElement__ctor_m866D66F72351DFEDC61133817A0274F0C6AB793A(L_64, L_60, L_61, L_63, /*hidden argument*/NULL); V_7 = L_64; // return m_outer.CreateRawPoint(X, Y, false); F2mCurve_t2D35B6577B3DDFE26FC95C22B4281D005BD97C15 * L_65 = __this->get_m_outer_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_7; NullCheck(L_65); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_68; L_68 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_65, L_66, L_67, (bool)0); return L_68; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.FOVKick/d__10::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickDownU3Ed__10__ctor_mD224B124C39C58E12A97C903679950D1DA896021 (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Utility.FOVKick/d__10::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickDownU3Ed__10_System_IDisposable_Dispose_m2E5B0C234FF88C0C4BAB260D0C220D0E4E416E8E (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Utility.FOVKick/d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFOVKickDownU3Ed__10_MoveNext_mBD3B663AFCDA2F1D51080784393CA95339E902AE (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009e; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // float t = Mathf.Abs((Camera.fieldOfView - originalFov)/FOVIncrease); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_4 = V_1; NullCheck(L_4); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = L_4->get_Camera_0(); NullCheck(L_5); float L_6; L_6 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_5, /*hidden argument*/NULL); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_originalFov_1(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_9 = V_1; NullCheck(L_9); float L_10 = L_9->get_FOVIncrease_2(); float L_11; L_11 = fabsf(((float)((float)((float)il2cpp_codegen_subtract((float)L_6, (float)L_8))/(float)L_10))); __this->set_U3CtU3E5__2_3(L_11); goto IL_00a5; } IL_0047: { // Camera.fieldOfView = originalFov + (IncreaseCurve.Evaluate(t/TimeToDecrease)*FOVIncrease); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_12 = V_1; NullCheck(L_12); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_13 = L_12->get_Camera_0(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_originalFov_1(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_16 = V_1; NullCheck(L_16); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_17 = L_16->get_IncreaseCurve_5(); float L_18 = __this->get_U3CtU3E5__2_3(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_19 = V_1; NullCheck(L_19); float L_20 = L_19->get_TimeToDecrease_4(); NullCheck(L_17); float L_21; L_21 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_17, ((float)((float)L_18/(float)L_20)), /*hidden argument*/NULL); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_22 = V_1; NullCheck(L_22); float L_23 = L_22->get_FOVIncrease_2(); NullCheck(L_13); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_13, ((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_21, (float)L_23)))), /*hidden argument*/NULL); // t -= Time.deltaTime; float L_24 = __this->get_U3CtU3E5__2_3(); float L_25; L_25 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_U3CtU3E5__2_3(((float)il2cpp_codegen_subtract((float)L_24, (float)L_25))); // yield return new WaitForEndOfFrame(); WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4 * L_26 = (WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4 *)il2cpp_codegen_object_new(WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4_il2cpp_TypeInfo_var); WaitForEndOfFrame__ctor_mEA41FB4A9236A64D566330BBE25F9902DEBB2EEA(L_26, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_26); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009e: { __this->set_U3CU3E1__state_0((-1)); } IL_00a5: { // while (t > 0) float L_27 = __this->get_U3CtU3E5__2_3(); if ((((float)L_27) > ((float)(0.0f)))) { goto IL_0047; } } { // Camera.fieldOfView = originalFov; FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_28 = V_1; NullCheck(L_28); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_29 = L_28->get_Camera_0(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_30 = V_1; NullCheck(L_30); float L_31 = L_30->get_originalFov_1(); NullCheck(L_29); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_29, L_31, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UnityStandardAssets.Utility.FOVKick/d__10::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFOVKickDownU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC0AC4D4E3816A3A21DE1158B6CF3888DF6F8C605 (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Utility.FOVKick/d__10::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickDownU3Ed__10_System_Collections_IEnumerator_Reset_m585DC08D5BFA86A02F337DD9BA5352C16340E5CA (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFOVKickDownU3Ed__10_System_Collections_IEnumerator_Reset_m585DC08D5BFA86A02F337DD9BA5352C16340E5CA_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Utility.FOVKick/d__10::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFOVKickDownU3Ed__10_System_Collections_IEnumerator_get_Current_mFAC92D730D3E14E822DAFB863DDBEA52DB5F36C0 (U3CFOVKickDownU3Ed__10_t2E9877E8BF39FD43B912F0631BA3AC4065CB8935 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.FOVKick/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickUpU3Ed__9__ctor_m1EF21E9B9DC9018D3B824D6DE00EB1E023012575 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Utility.FOVKick/d__9::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickUpU3Ed__9_System_IDisposable_Dispose_m48ABBE7212815A0CCF476B5B04AF9CD539247549 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Utility.FOVKick/d__9::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFOVKickUpU3Ed__9_MoveNext_mAA4C668C48D9643C4631119FCBA37FBEB6921AC9 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009e; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // float t = Mathf.Abs((Camera.fieldOfView - originalFov)/FOVIncrease); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_4 = V_1; NullCheck(L_4); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = L_4->get_Camera_0(); NullCheck(L_5); float L_6; L_6 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_5, /*hidden argument*/NULL); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_originalFov_1(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_9 = V_1; NullCheck(L_9); float L_10 = L_9->get_FOVIncrease_2(); float L_11; L_11 = fabsf(((float)((float)((float)il2cpp_codegen_subtract((float)L_6, (float)L_8))/(float)L_10))); __this->set_U3CtU3E5__2_3(L_11); goto IL_00a5; } IL_0047: { // Camera.fieldOfView = originalFov + (IncreaseCurve.Evaluate(t/TimeToIncrease)*FOVIncrease); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_12 = V_1; NullCheck(L_12); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_13 = L_12->get_Camera_0(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_originalFov_1(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_16 = V_1; NullCheck(L_16); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_17 = L_16->get_IncreaseCurve_5(); float L_18 = __this->get_U3CtU3E5__2_3(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_19 = V_1; NullCheck(L_19); float L_20 = L_19->get_TimeToIncrease_3(); NullCheck(L_17); float L_21; L_21 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_17, ((float)((float)L_18/(float)L_20)), /*hidden argument*/NULL); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_22 = V_1; NullCheck(L_22); float L_23 = L_22->get_FOVIncrease_2(); NullCheck(L_13); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_13, ((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_21, (float)L_23)))), /*hidden argument*/NULL); // t += Time.deltaTime; float L_24 = __this->get_U3CtU3E5__2_3(); float L_25; L_25 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_U3CtU3E5__2_3(((float)il2cpp_codegen_add((float)L_24, (float)L_25))); // yield return new WaitForEndOfFrame(); WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4 * L_26 = (WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4 *)il2cpp_codegen_object_new(WaitForEndOfFrame_t082FDFEAAFF92937632C357C39E55C84B8FD06D4_il2cpp_TypeInfo_var); WaitForEndOfFrame__ctor_mEA41FB4A9236A64D566330BBE25F9902DEBB2EEA(L_26, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_26); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009e: { __this->set_U3CU3E1__state_0((-1)); } IL_00a5: { // while (t < TimeToIncrease) float L_27 = __this->get_U3CtU3E5__2_3(); FOVKick_tC1EAC75550A553140A065F8F2B0281E17AEB4C6B * L_28 = V_1; NullCheck(L_28); float L_29 = L_28->get_TimeToIncrease_3(); if ((((float)L_27) < ((float)L_29))) { goto IL_0047; } } { // } return (bool)0; } } // System.Object UnityStandardAssets.Utility.FOVKick/d__9::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFOVKickUpU3Ed__9_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m99E4AABEA91319D0ED1D13D64B47B67105627012 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Utility.FOVKick/d__9::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFOVKickUpU3Ed__9_System_Collections_IEnumerator_Reset_mE35D0195678B040DBCF2A0AFD6B4A37FFB327AE9 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFOVKickUpU3Ed__9_System_Collections_IEnumerator_Reset_mE35D0195678B040DBCF2A0AFD6B4A37FFB327AE9_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Utility.FOVKick/d__9::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFOVKickUpU3Ed__9_System_Collections_IEnumerator_get_Current_mFA0758DEBD49BA5EB77D7056D77BDA66E1194770 (U3CFOVKickUpU3Ed__9_tD4A2A74803A7BAAF8D6971B2F49F7611E8E495EC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedPointCallback__ctor_m4ADB4B2B1DEA37C75163EBE6C494F1ED3400E4EF (FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method) { { // internal FixedPointCallback(ECPoint p) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_p = p; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p0; __this->set_m_p_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::Precompute(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FixedPointCallback_Precompute_m2BE0FE99B3ACCCE6B075CC6495682B39C488110A (FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C * __this, RuntimeObject* ___existing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixedPointUtilities_tD4D494075BD113C7535C0D3AD43D79B69C41E6E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * V_0 = NULL; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_6 = NULL; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * G_B3_0 = NULL; int32_t G_B6_0 = 0; { // FixedPointPreCompInfo existingFP = (existing is FixedPointPreCompInfo) ? (FixedPointPreCompInfo)existing : null; RuntimeObject* L_0 = ___existing0; if (((FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 *)IsInstClass((RuntimeObject*)L_0, FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9_il2cpp_TypeInfo_var))) { goto IL_000b; } } { G_B3_0 = ((FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 *)(NULL)); goto IL_0011; } IL_000b: { RuntimeObject* L_1 = ___existing0; G_B3_0 = ((FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 *)CastclassClass((RuntimeObject*)L_1, FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9_il2cpp_TypeInfo_var)); } IL_0011: { V_0 = G_B3_0; // ECCurve c = m_p.Curve; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = __this->get_m_p_0(); NullCheck(L_2); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3; L_3 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_2); V_1 = L_3; // int bits = FixedPointUtilities.GetCombSize(c); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(FixedPointUtilities_tD4D494075BD113C7535C0D3AD43D79B69C41E6E5_il2cpp_TypeInfo_var); int32_t L_5; L_5 = FixedPointUtilities_GetCombSize_mACFD0E4BED9F630E68C720B5998B8488C342F8B9(L_4, /*hidden argument*/NULL); V_2 = L_5; // int minWidth = bits > 250 ? 6 : 5; int32_t L_6 = V_2; if ((((int32_t)L_6) > ((int32_t)((int32_t)250)))) { goto IL_0030; } } { G_B6_0 = 5; goto IL_0031; } IL_0030: { G_B6_0 = 6; } IL_0031: { V_3 = G_B6_0; // int n = 1 << minWidth; int32_t L_7 = V_3; V_4 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)31))))); // if (CheckExisting(existingFP, n)) FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_8 = V_0; int32_t L_9 = V_4; bool L_10; L_10 = FixedPointCallback_CheckExisting_m83AC768102CA911AC10628228D9C572293FCDFCD(__this, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } { // return existingFP; FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_11 = V_0; return L_11; } IL_0047: { // int d = (bits + minWidth - 1) / minWidth; int32_t L_12 = V_2; int32_t L_13 = V_3; int32_t L_14 = V_3; V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)), (int32_t)1))/(int32_t)L_14)); // ECPoint[] pow2Table = new ECPoint[minWidth + 1]; int32_t L_15 = V_3; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_16 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); V_6 = L_16; // pow2Table[0] = m_p; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_17 = V_6; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18 = __this->get_m_p_0(); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_18); // for (int i = 1; i < minWidth; ++i) V_8 = 1; goto IL_0082; } IL_0069: { // pow2Table[i] = pow2Table[i - 1].TimesPow2(d); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_19 = V_6; int32_t L_20 = V_8; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_21 = V_6; int32_t L_22 = V_8; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_24 = (L_21)->GetAt(static_cast(L_23)); int32_t L_25 = V_5; NullCheck(L_24); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_26; L_26 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, int32_t >::Invoke(29 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::TimesPow2(System.Int32) */, L_24, L_25); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_26); (L_19)->SetAt(static_cast(L_20), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_26); // for (int i = 1; i < minWidth; ++i) int32_t L_27 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0082: { // for (int i = 1; i < minWidth; ++i) int32_t L_28 = V_8; int32_t L_29 = V_3; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0069; } } { // pow2Table[minWidth] = pow2Table[0].Subtract(pow2Table[1]); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_30 = V_6; int32_t L_31 = V_3; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_32 = V_6; NullCheck(L_32); int32_t L_33 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_34 = (L_32)->GetAt(static_cast(L_33)); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_35 = V_6; NullCheck(L_35); int32_t L_36 = 1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_34); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_38; L_38 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_34, L_37); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_38); (L_30)->SetAt(static_cast(L_31), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_38); // c.NormalizeAll(pow2Table); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_39 = V_1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_40 = V_6; NullCheck(L_39); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_39, L_40); // ECPoint[] lookupTable = new ECPoint[n]; int32_t L_41 = V_4; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_42 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)L_41); V_7 = L_42; // lookupTable[0] = pow2Table[0]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_43 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_44 = V_6; NullCheck(L_44); int32_t L_45 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_46 = (L_44)->GetAt(static_cast(L_45)); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(0), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_46); // for (int bit = minWidth - 1; bit >= 0; --bit) int32_t L_47 = V_3; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); goto IL_00f7; } IL_00b8: { // ECPoint pow2 = pow2Table[bit]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_48 = V_6; int32_t L_49 = V_9; NullCheck(L_48); int32_t L_50 = L_49; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_51 = (L_48)->GetAt(static_cast(L_50)); V_10 = L_51; // int step = 1 << bit; int32_t L_52 = V_9; V_11 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_52&(int32_t)((int32_t)31))))); // for (int i = step; i < n; i += (step << 1)) int32_t L_53 = V_11; V_12 = L_53; goto IL_00eb; } IL_00ce: { // lookupTable[i] = lookupTable[i - step].Add(pow2); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_54 = V_7; int32_t L_55 = V_12; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_56 = V_7; int32_t L_57 = V_12; int32_t L_58 = V_11; NullCheck(L_56); int32_t L_59 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60 = (L_56)->GetAt(static_cast(L_59)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_61 = V_10; NullCheck(L_60); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_62; L_62 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_60, L_61); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_62); (L_54)->SetAt(static_cast(L_55), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_62); // for (int i = step; i < n; i += (step << 1)) int32_t L_63 = V_12; int32_t L_64 = V_11; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)((int32_t)((int32_t)L_64<<(int32_t)1)))); } IL_00eb: { // for (int i = step; i < n; i += (step << 1)) int32_t L_65 = V_12; int32_t L_66 = V_4; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_00ce; } } { // for (int bit = minWidth - 1; bit >= 0; --bit) int32_t L_67 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)); } IL_00f7: { // for (int bit = minWidth - 1; bit >= 0; --bit) int32_t L_68 = V_9; if ((((int32_t)L_68) >= ((int32_t)0))) { goto IL_00b8; } } { // c.NormalizeAll(lookupTable); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_69 = V_1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_70 = V_7; NullCheck(L_69); VirtualActionInvoker1< ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::NormalizeAll(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[]) */, L_69, L_70); // FixedPointPreCompInfo result = new FixedPointPreCompInfo(); FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_71 = (FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 *)il2cpp_codegen_object_new(FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9_il2cpp_TypeInfo_var); FixedPointPreCompInfo__ctor_m461EFF214463DEE1F2F7B4390E71861CDA1CDD3E(L_71, /*hidden argument*/NULL); // result.LookupTable = c.CreateCacheSafeLookupTable(lookupTable, 0, lookupTable.Length); FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_72 = L_71; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_73 = V_1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_74 = V_7; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_75 = V_7; NullCheck(L_75); NullCheck(L_73); RuntimeObject* L_76; L_76 = VirtualFuncInvoker3< RuntimeObject*, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*, int32_t, int32_t >::Invoke(29 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) */, L_73, L_74, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))); NullCheck(L_72); VirtualActionInvoker1< RuntimeObject* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::set_LookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable) */, L_72, L_76); // result.Offset = pow2Table[minWidth]; FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_77 = L_72; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_78 = V_6; int32_t L_79 = V_3; NullCheck(L_78); int32_t L_80 = L_79; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_81 = (L_78)->GetAt(static_cast(L_80)); NullCheck(L_77); VirtualActionInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::set_Offset(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_77, L_81); // result.Width = minWidth; FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_82 = L_77; int32_t L_83 = V_3; NullCheck(L_82); VirtualActionInvoker1< int32_t >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::set_Width(System.Int32) */, L_82, L_83); // return result; return L_82; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::CheckExisting(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FixedPointCallback_CheckExisting_m83AC768102CA911AC10628228D9C572293FCDFCD (FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C * __this, FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * ___existingFP0, int32_t ___n1, const RuntimeMethod* method) { { // return existingFP != null && CheckTable(existingFP.LookupTable, n); FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_0 = ___existingFP0; if (!L_0) { goto IL_0011; } } { FixedPointPreCompInfo_t1D0BB3E1B155B00D400A0C8275695A69D78D2CA9 * L_1 = ___existingFP0; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo::get_LookupTable() */, L_1); int32_t L_3 = ___n1; bool L_4; L_4 = FixedPointCallback_CheckTable_mE8974BB46D2AF1F4893F187646117EA002D15C78(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0011: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.FixedPointUtilities/FixedPointCallback::CheckTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FixedPointCallback_CheckTable_mE8974BB46D2AF1F4893F187646117EA002D15C78 (FixedPointCallback_tECBD62E59E82A992AFEC2E6C112ABF6EFF4D9C3C * __this, RuntimeObject* ___table0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return table != null && table.Size >= n; RuntimeObject* L_0 = ___table0; if (!L_0) { goto IL_0010; } } { RuntimeObject* L_1 = ___table0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable::get_Size() */, ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601_il2cpp_TypeInfo_var, L_1); int32_t L_3 = ___n1; return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0010: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FriendView/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m661266C941199863A623B5FD7B6EFBC73E042B32 (U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void FriendView/<>c__DisplayClass12_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CEnterMyFriendBoxU3Eb__1_mE4A75C0C94EF5CB1CD873258AD96CE2B8AA894DA (U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_U3CEnterMyFriendBoxU3Eb__2_mB6C7E190405C6FACFA5F62946AC00FC1507DCA5A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA754CD48E2A5C14DBC6D94A6506EF60ACB7CEBF); s_Il2CppMethodInitialized = true; } Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * V_0 = NULL; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // Action cb = delegate(bool res) { // if (res) { // Destroy(o); // } // }; Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_1 = (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *)il2cpp_codegen_object_new(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83_il2cpp_TypeInfo_var); Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38(L_1, __this, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass12_0_U3CEnterMyFriendBoxU3Eb__2_mB6C7E190405C6FACFA5F62946AC00FC1507DCA5A_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2A1B34C27CAE6ED7FD924E5F59C0A1ACBBF22C38_RuntimeMethod_var); V_0 = L_1; // UserPlayer.ins.call("friendComp.deleteMyFriend", new object[]{friendID}, cb); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_2 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; int32_t L_5 = __this->get_friendID_1(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_8 = V_0; NullCheck(L_2); bool L_9; L_9 = JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0(L_2, _stringLiteralBA754CD48E2A5C14DBC6D94A6506EF60ACB7CEBF, L_4, L_8, /*hidden argument*/NULL); // }); return; } } // System.Void FriendView/<>c__DisplayClass12_0::b__2(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CEnterMyFriendBoxU3Eb__2_mB6C7E190405C6FACFA5F62946AC00FC1507DCA5A (U3CU3Ec__DisplayClass12_0_t9ABDEE966540B3D16B93C0314E4C94B14B64EC8D * __this, bool ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (res) { bool L_0 = ___res0; if (!L_0) { goto IL_000e; } } { // Destroy(o); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_o_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_1, /*hidden argument*/NULL); } IL_000e: { // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FriendView/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_mA849AA8E8D842492F8D413415A2B46D5430DC8B8 (U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void FriendView/<>c__DisplayClass16_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0_U3CEnterFriendRequestBoxU3Eb__1_m3DC585B8A2806564024D8541B625B2C4B4B01BA2 (U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral929B1E598207C42EBD5467A955FA2DA7A137403E); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // UserPlayer.ins.call("friendComp.decideAddFriend", new object[]{false, otherID}); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; bool L_4 = ((bool)0); RuntimeObject * L_5 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_3; int32_t L_7 = __this->get_otherID_0(); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_9); NullCheck(L_1); bool L_10; L_10 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_1, _stringLiteral929B1E598207C42EBD5467A955FA2DA7A137403E, L_6, /*hidden argument*/NULL); // Destroy(o); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_o_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_11, /*hidden argument*/NULL); // UserPlayer.ins.tempData.hasFriendRequest = GetFriendRequestItemParent().childCount - 1 > 1; UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_12 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_12); TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * L_13 = L_12->get_tempData_8(); FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * L_14 = __this->get_U3CU3E4__this_2(); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = FriendView_GetFriendRequestItemParent_mA940654CEEC13099EF8974BF05E56C6E29574146(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16; L_16 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_15, /*hidden argument*/NULL); NullCheck(L_13); TempData_set_hasFriendRequest_m9143063FBC9AE7361B696DDF35E86F5D7B9D96F1(L_13, (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))) > ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); // }); return; } } // System.Void FriendView/<>c__DisplayClass16_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0_U3CEnterFriendRequestBoxU3Eb__2_mE777B2B3939DDFE7CEB9EA77CFEDAF9867EE36EA (U3CU3Ec__DisplayClass16_0_tFBB7C91AE919F7330FA5B850A41054E0CCFEB07F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral929B1E598207C42EBD5467A955FA2DA7A137403E); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // UserPlayer.ins.call("friendComp.decideAddFriend", new object[]{true, otherID}); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; bool L_4 = ((bool)1); RuntimeObject * L_5 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_3; int32_t L_7 = __this->get_otherID_0(); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_9); NullCheck(L_1); bool L_10; L_10 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_1, _stringLiteral929B1E598207C42EBD5467A955FA2DA7A137403E, L_6, /*hidden argument*/NULL); // Destroy(o); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_o_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_11, /*hidden argument*/NULL); // UserPlayer.ins.tempData.hasFriendRequest = GetFriendRequestItemParent().childCount - 1 > 1; UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_12 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_12); TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * L_13 = L_12->get_tempData_8(); FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * L_14 = __this->get_U3CU3E4__this_2(); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = FriendView_GetFriendRequestItemParent_mA940654CEEC13099EF8974BF05E56C6E29574146(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16; L_16 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_15, /*hidden argument*/NULL); NullCheck(L_13); TempData_set_hasFriendRequest_m9143063FBC9AE7361B696DDF35E86F5D7B9D96F1(L_13, (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))) > ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FriendView/<>c__DisplayClass20_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_m9AC209233DB98C0909F41CC60009909B219F32DF (U3CU3Ec__DisplayClass20_0_t1B01058E2AF49746DED3976FDE2E7BCCD2A2EB83 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void FriendView/<>c__DisplayClass20_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0_U3CEnterFriendRecommendBoxU3Eb__1_mD1EA50E851FBFEBF0D524C7CF9ED6572359C63BC (U3CU3Ec__DisplayClass20_0_t1B01058E2AF49746DED3976FDE2E7BCCD2A2EB83 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15DD9669A2A96854111011DACCF24AC7BC4FDC9E); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // UserPlayer.ins.call("friendComp.requestAddFriend", userID); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; int32_t L_4 = __this->get_userID_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_6); NullCheck(L_1); bool L_7; L_7 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_1, _stringLiteral15DD9669A2A96854111011DACCF24AC7BC4FDC9E, L_3, /*hidden argument*/NULL); // btnYes.interactable = false; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_8 = __this->get_btnYes_1(); NullCheck(L_8); Selectable_set_interactable_mE6F57D33A9E0484377174D0F490C4372BF7F0D40(L_8, (bool)0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FriendView/<>c__DisplayClass27_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass27_0__ctor_m15E316A049FF6E86F80FEA120A7636C25D84E6C9 (U3CU3Ec__DisplayClass27_0_t9F014CCCAC1C155242176ED1AC1337F00E248CC1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void FriendView/<>c__DisplayClass27_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass27_0_U3CbtnEvent_SearchPlayerU3Eb__1_m5BCB171E3A9CA79917D38485EDC91479EB065044 (U3CU3Ec__DisplayClass27_0_t9F014CCCAC1C155242176ED1AC1337F00E248CC1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15DD9669A2A96854111011DACCF24AC7BC4FDC9E); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // UserPlayer.ins.call("friendComp.requestAddFriend", userID); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; int32_t L_4 = __this->get_userID_0(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_6); NullCheck(L_1); bool L_7; L_7 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_1, _stringLiteral15DD9669A2A96854111011DACCF24AC7BC4FDC9E, L_3, /*hidden argument*/NULL); // btnYes.interactable = false; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_8 = __this->get_btnYes_1(); NullCheck(L_8); Selectable_set_interactable_mE6F57D33A9E0484377174D0F490C4372BF7F0D40(L_8, (bool)0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FriendView/<>c__DisplayClass32_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0__ctor_m802DC2E4709ECDE1B852F3E76E263D6B16B3C71E (U3CU3Ec__DisplayClass32_0_t2E43DBFDB641B5A2A284B79C38DEE5CB0F2DA7F8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void FriendView/<>c__DisplayClass32_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0_U3CInitBtnTabsU3Eb__0_m033674253AE7132019AB29EA174D70D68D34957D (U3CU3Ec__DisplayClass32_0_t2E43DBFDB641B5A2A284B79C38DEE5CB0F2DA7F8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (!IsBtnTabSelected(btnTab)) { FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * L_1 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_2 = __this->get_btnTab_0(); NullCheck(L_1); bool L_3; L_3 = FriendView_IsBtnTabSelected_m2A97F4AA9C4E0E6928737009D7742A80E2FE7F15(L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002e; } } { // SetBtnTabSelected(btnTab); FriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C * L_4 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_5 = __this->get_btnTab_0(); NullCheck(L_4); FriendView_SetBtnTabSelected_m3EAB51304481B7478D26728176DCCB3FC008D2E2(L_4, L_5, /*hidden argument*/NULL); } IL_002e: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Holder__ctor_mD8825710E0D7959B1403EBFB3F3730063705A81C (SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8 * __this, const RuntimeMethod* method) { { // private SM2P256V1Holder() {} X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private SM2P256V1Holder() {} return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * SM2P256V1Holder_CreateParameters_m74E3431D7C84F54829A8DC88C3084D2ED0AE435E (SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A1B86B4BA0172AEF35B674EAA7A49B4B34F9913); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2946A39CD2848CEDBFE48FD71189EAB56B2E5C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B27F4F229A5F8A9312626520F2F90422C548848); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3D6827A767A5210243255E4075FA768A895D203); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDB4A6C8ADC0190F5700ACCE2A35FDCE10E7E6B8); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_5 = NULL; { // BigInteger p = FromHex("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFF"); IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteral2946A39CD2848CEDBFE48FD71189EAB56B2E5C84, /*hidden argument*/NULL); // BigInteger a = FromHex("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFC"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteralFDB4A6C8ADC0190F5700ACCE2A35FDCE10E7E6B8, /*hidden argument*/NULL); V_0 = L_1; // BigInteger b = FromHex("28E9FA9E9D9F5E344D5A9E4BCF6509A7F39789F515AB8F92DDBCBD414D940E93"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteral1A1B86B4BA0172AEF35B674EAA7A49B4B34F9913, /*hidden argument*/NULL); V_1 = L_2; // byte[] S = null; V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // BigInteger n = FromHex("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteralE3D6827A767A5210243255E4075FA768A895D203, /*hidden argument*/NULL); V_3 = L_3; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_4 = L_4; // ECCurve curve = ConfigureCurve(new FpCurve(p, a, b, n, h)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_4; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_9 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_9, L_0, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10; L_10 = GMNamedCurves_ConfigureCurve_m8ABA7EDE86A194B5B34C7845A72E32CB92459C5B(L_9, /*hidden argument*/NULL); // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7" // + "BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_11 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral8B27F4F229A5F8A9312626520F2F90422C548848, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_13 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_13, L_11, L_12, /*hidden argument*/NULL); V_5 = L_13; // return new X9ECParameters(curve, G, n, h, S); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_14 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_18 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_18, L_11, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/SM2P256V1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1Holder__cctor_mF6A5DEC9D300DD198766313D1C4127A27AD92FB6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new SM2P256V1Holder(); SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8 * L_0 = (SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8 *)il2cpp_codegen_object_new(SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_il2cpp_TypeInfo_var); SM2P256V1Holder__ctor_mD8825710E0D7959B1403EBFB3F3730063705A81C(L_0, /*hidden argument*/NULL); ((SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_StaticFields*)il2cpp_codegen_static_fields_for(SM2P256V1Holder_t32D6B43780F1484766C476DFC0D8D05897BBE9F8_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WapiP192V1Holder__ctor_m4790686B6BF1DBF4B97936DAEAD3ECC5CED632DC (WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137 * __this, const RuntimeMethod* method) { { // private WapiP192V1Holder() { } X9ECParametersHolder__ctor_m52A8D51881A4012562D94187793B1AB29ACD02C9(__this, /*hidden argument*/NULL); // private WapiP192V1Holder() { } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder::CreateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * WapiP192V1Holder_CreateParameters_m76522A6A5A3A7592B6FB80E0D696863E35BDFE6D (WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral233B7BE088FEC643322D0DD5ED52E6845359E0C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D7E2D99ECB90F89FEE060243FB151D95D792A6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral704CA78E19EBEAA6719C1D563FB83447F693AE0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral834AD08F31A7132F87EBBA24C17D421D7848CAF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8652F1942B0B2894776E46627480991C6F29057); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * V_5 = NULL; { // BigInteger p = FromHex("BDB6F4FE3E8B1D9E0DA8C0D46F4C318CEFE4AFE3B6B8551F"); IL2CPP_RUNTIME_CLASS_INIT(GMNamedCurves_t562F1F8CF7D370CB447076E253AF25767BC18606_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteral704CA78E19EBEAA6719C1D563FB83447F693AE0A, /*hidden argument*/NULL); // BigInteger a = FromHex("BB8E5E8FBC115E139FE6A814FE48AAA6F0ADA1AA5DF91985"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteral834AD08F31A7132F87EBBA24C17D421D7848CAF0, /*hidden argument*/NULL); V_0 = L_1; // BigInteger b = FromHex("1854BEBDC31B21B7AEFC80AB0ECD10D5B1B3308E6DBF11C1"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteral6D7E2D99ECB90F89FEE060243FB151D95D792A6D, /*hidden argument*/NULL); V_1 = L_2; // byte[] S = null; V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // BigInteger n = FromHex("BDB6F4FE3E8B1D9E0DA8C0D40FC962195DFAE76F56564677"); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = GMNamedCurves_FromHex_mB1A4CB38B661D3A92D3139410DCF6653F18CE8FF(_stringLiteralA8652F1942B0B2894776E46627480991C6F29057, /*hidden argument*/NULL); V_3 = L_3; // BigInteger h = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); V_4 = L_4; // ECCurve curve = ConfigureCurve(new FpCurve(p, a, b, n, h)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = V_4; FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 * L_9 = (FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8 *)il2cpp_codegen_object_new(FpCurve_t9368FE54C52A7B5966A8B814B739D287356B93B8_il2cpp_TypeInfo_var); FpCurve__ctor_m2BBC566CAC9C3F165A2311D6287A1E639468ED67(L_9, L_0, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_10; L_10 = GMNamedCurves_ConfigureCurve_m8ABA7EDE86A194B5B34C7845A72E32CB92459C5B(L_9, /*hidden argument*/NULL); // X9ECPoint G = new X9ECPoint(curve, Hex.Decode("04" // + "4AD5F7048DE709AD51236DE6" + "5E4D4B482C836DC6E4106640" // + "02BB3A02D4AAADACAE24817A" + "4CA3A1B014B5270432DB27D2")); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_11 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral233B7BE088FEC643322D0DD5ED52E6845359E0C7, /*hidden argument*/NULL); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_13 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_mF5AFC1B759EE7CC4B9EF5E474819892C76A8D7EB(L_13, L_11, L_12, /*hidden argument*/NULL); V_5 = L_13; // return new X9ECParameters(curve, G, n, h, S); X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_14 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_18 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m6A7AF27CFE350EE199022E32754A845EBF2E4D0C(L_18, L_11, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.GM.GMNamedCurves/WapiP192V1Holder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WapiP192V1Holder__cctor_m35A3AD75B5744ADA33F82C708BC950D531E5A7B5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly X9ECParametersHolder Instance = new WapiP192V1Holder(); WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137 * L_0 = (WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137 *)il2cpp_codegen_object_new(WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_il2cpp_TypeInfo_var); WapiP192V1Holder__ctor_m4790686B6BF1DBF4B97936DAEAD3ECC5CED632DC(L_0, /*hidden argument*/NULL); ((WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_StaticFields*)il2cpp_codegen_static_fields_for(WapiP192V1Holder_t9F345595F223E9082ECA38A975AD4C8154ECC137_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D (ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D * __this, String_t* ___resultString0, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___resultString0' to native representation char* ____resultString0_marshaled = NULL; ____resultString0_marshaled = il2cpp_codegen_marshal_string(___resultString0); // Native function invocation il2cppPInvokeFunc(____resultString0_marshaled); // Marshaling cleanup of parameter '___resultString0' native representation il2cpp_codegen_marshal_free(____resultString0_marshaled); ____resultString0_marshaled = NULL; } // System.Void GPSTool/ResultHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultHandler__ctor_mE44C92952A4E473BBF6E821017BF04535C21C896 (ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void GPSTool/ResultHandler::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultHandler_Invoke_m310CD93DE3B40D710F3DBEBAD0AE1FFE99D9A1A1 (ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D * __this, String_t* ___resultString0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resultString0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___resultString0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___resultString0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___resultString0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___resultString0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___resultString0); } } else { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resultString0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___resultString0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___resultString0, targetMethod); } } } } // System.IAsyncResult GPSTool/ResultHandler::BeginInvoke(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResultHandler_BeginInvoke_m0747D74E49DDE5B6C2CDD3D9675113028190EEA7 (ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D * __this, String_t* ___resultString0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___resultString0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void GPSTool/ResultHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResultHandler_EndInvoke_m8A711B361877C023B03608591E03F3D041B90045 (ResultHandler_t17C3B8ED6E91F2BB3CD8D961E94F0F6DE237687D * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GameAssistUI/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m928823701157FBC25C297BF8AB558600049271D8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * L_0 = (U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 *)il2cpp_codegen_object_new(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m1D550711FDBA9BA76FF8EA3C4DE21B09EBABC96A(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void GameAssistUI/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1D550711FDBA9BA76FF8EA3C4DE21B09EBABC96A (U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void GameAssistUI/<>c::b__9_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__9_0_m062F9B242FE14226CFF0180ADD87789070FF702A (U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameRuleView_t5F9D6F1A590D9368D937276F534F645B57AFD7A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // GameRuleView.Create(); IL2CPP_RUNTIME_CLASS_INIT(GameRuleView_t5F9D6F1A590D9368D937276F534F645B57AFD7A0_il2cpp_TypeInfo_var); GameRuleView_Create_mA9F3F67E610100E6C7D2482026E9DE4536551631(/*hidden argument*/NULL); // }); return; } } // System.Void GameAssistUI/<>c::b__9_5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__9_5_mD0B41370748F5496C8771775711D8E17CDEEDD3A (U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (SB_EventSystem.ins) SB_EventSystem.ins.AwakenSimulateMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_1 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { // if (SB_EventSystem.ins) SB_EventSystem.ins.AwakenSimulateMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_3 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_3); SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A(L_3, /*hidden argument*/NULL); } IL_0020: { // }; return; } } // System.Void GameAssistUI/<>c::b__9_4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__9_4_m21F477C2DC741780C784F72C57A29A037A63EC89 (U3CU3Ec_t61F2B33F815FF213A60DC9A0C2AFCE7494476462 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // TargetView.ins.ReverseActive(); IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_1; L_1 = TargetView_get_ins_m46BFFE528F9DBBEB178082B66D0FFB5C9707D137(/*hidden argument*/NULL); NullCheck(L_1); TargetView_ReverseActive_mA8F1CBA58061146F2BD6550299DA4C27756C01CE(L_1, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void GameAssistUI/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mD4DFD50791132A0B69C826782DEA4CEBE213DBF5 (U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void GameAssistUI/<>c__DisplayClass9_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CStartU3Eb__1_m089D82259D8160D2AEFA5305E31645BC67BB6ADA (U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (btnScaleAim.GetComponentInChildren().material == outlight) { GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_1 = __this->get_U3CU3E4__this_0(); NullCheck(L_1); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_2 = L_1->get_btnScaleAim_7(); NullCheck(L_2); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_3; L_3 = Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3(L_2, /*hidden argument*/Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3_RuntimeMethod_var); NullCheck(L_3); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = VirtualFuncInvoker0< Material_t8927C00353A72755313F046D0CE85178AE8218EE * >::Invoke(32 /* UnityEngine.Material UnityEngine.UI.Graphic::get_material() */, L_3); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_5 = __this->get_U3CU3E4__this_0(); NullCheck(L_5); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = L_5->get_outlight_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } { // closeScaleAim(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_8 = __this->get_U3CU3E4__this_0(); NullCheck(L_8); GameAssistUI_closeScaleAim_mEA235D3E33BC6E65179AEF518AAFE9D2219466B6(L_8, /*hidden argument*/NULL); // } else { return; } IL_003d: { // bool success = openScaleAim(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_9 = __this->get_U3CU3E4__this_0(); NullCheck(L_9); bool L_10; L_10 = GameAssistUI_openScaleAim_m48EEE61D7116FCB1BF31B0124219212F766D485E(L_9, /*hidden argument*/NULL); // if (!success) ShowOpenScaleAimFailTip(); if (L_10) { goto IL_0055; } } { // if (!success) ShowOpenScaleAimFailTip(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_11 = __this->get_U3CU3E4__this_0(); NullCheck(L_11); GameAssistUI_ShowOpenScaleAimFailTip_mF9748FC0E60C33BACB7242A16CEDE5EBC57C4970(L_11, /*hidden argument*/NULL); } IL_0055: { // }); return; } } // System.Void GameAssistUI/<>c__DisplayClass9_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CStartU3Eb__2_mB0C509E6BD11499FAF5BBE2EBB19512BAF4EE18A (U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (btnScaleShoot.GetComponentInChildren().material == outlight) { GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_1 = __this->get_U3CU3E4__this_0(); NullCheck(L_1); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_2 = L_1->get_btnScaleShoot_8(); NullCheck(L_2); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_3; L_3 = Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3(L_2, /*hidden argument*/Component_GetComponentInChildren_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_mAB59168FF5CE480AE7CAD8C1D1581BB4AA29F2C3_RuntimeMethod_var); NullCheck(L_3); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = VirtualFuncInvoker0< Material_t8927C00353A72755313F046D0CE85178AE8218EE * >::Invoke(32 /* UnityEngine.Material UnityEngine.UI.Graphic::get_material() */, L_3); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_5 = __this->get_U3CU3E4__this_0(); NullCheck(L_5); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = L_5->get_outlight_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } { // closeScaleShoot(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_8 = __this->get_U3CU3E4__this_0(); NullCheck(L_8); GameAssistUI_closeScaleShoot_m08FAE94331F69E54770F71F107618B5DC41BF543(L_8, /*hidden argument*/NULL); // } else { return; } IL_003d: { // bool success = openScaleShoot(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_9 = __this->get_U3CU3E4__this_0(); NullCheck(L_9); bool L_10; L_10 = GameAssistUI_openScaleShoot_m4E779A74772634472E1118C9E5B310CE9AB702EB(L_9, /*hidden argument*/NULL); // if (!success) ShowOpenScaleShootFailTip(); if (L_10) { goto IL_0055; } } { // if (!success) ShowOpenScaleShootFailTip(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_11 = __this->get_U3CU3E4__this_0(); NullCheck(L_11); GameAssistUI_ShowOpenScaleShootFailTip_m9BF354377C8058B303E967A90F0F8DF3A40A10B1(L_11, /*hidden argument*/NULL); } IL_0055: { // }); return; } } // System.Void GameAssistUI/<>c__DisplayClass9_0::b__3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CStartU3Eb__3_m57915193C921A9E5888B012FACB9CC0D16DD40F6 (U3CU3Ec__DisplayClass9_0_t06ECD99D8AC4E4C43F3C6B18180E94B4C87A9E0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04_m10D664ECCA469FA0C45D7BBF075DFC8D9C1D1E56_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B4_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B3_0 = NULL; { // if (btnIdentity.GetComponent().isLongPress) return; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_0 = __this->get_btnIdentity_1(); NullCheck(L_0); LongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04 * L_1; L_1 = Component_GetComponent_TisLongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04_m10D664ECCA469FA0C45D7BBF075DFC8D9C1D1E56(L_0, /*hidden argument*/Component_GetComponent_TisLongPressMonitor_t358B8C181C178D44BDD4E1D7D80E6D4C840CEC04_m10D664ECCA469FA0C45D7BBF075DFC8D9C1D1E56_RuntimeMethod_var); NullCheck(L_1); bool L_2 = L_1->get_isLongPress_8(); if (!L_2) { goto IL_0013; } } { // if (btnIdentity.GetComponent().isLongPress) return; return; } IL_0013: { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_3 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_3); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_3, /*hidden argument*/NULL); // AutoResetView.DoIdentity(); AutoResetView_DoIdentity_m7A6F852B6956F613DC324F0FCF26F3CEBEE0BD2E(/*hidden argument*/NULL); // action_OnClickBtnIdentity?.Invoke(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_4 = __this->get_U3CU3E4__this_0(); NullCheck(L_4); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = L_4->get_action_OnClickBtnIdentity_9(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = L_5; G_B3_0 = L_6; if (L_6) { G_B4_0 = L_6; goto IL_0032; } } { return; } IL_0032: { NullCheck(G_B4_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B4_0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_Bluetooth/<>c__DisplayClass25_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_mCAC6F5E70CEA33D9CFA666CE20431ACE4AD73476 (U3CU3Ec__DisplayClass25_0_t64D8C395B552D60CA41D39FD659B3676B96697B7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_Bluetooth/<>c__DisplayClass25_0::b__3(ArduinoBluetoothAPI.BluetoothHelper,System.Collections.Generic.LinkedList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0_U3CConnectBleHelperU3Eb__3_m7A59D791A0A9640F3A2FE47501C6F1868908E5E5 (U3CU3Ec__DisplayClass25_0_t64D8C395B552D60CA41D39FD659B3676B96697B7 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___nearbyDevices1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418); s_Il2CppMethodInitialized = true; } Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C V_0; memset((&V_0), 0, sizeof(V_0)); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B5_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B4_0 = NULL; { // foreach (BluetoothDevice device in nearbyDevices) LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_0 = ___nearbyDevices1; NullCheck(L_0); Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C L_1; L_1 = LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D(L_0, /*hidden argument*/LinkedList_1_GetEnumerator_m7CD424254EE034F9000A65B37138F7E65671A93D_RuntimeMethod_var); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0088; } IL_0009: { // foreach (BluetoothDevice device in nearbyDevices) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_2; L_2 = Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_inline((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_get_Current_mF652148744C107B4E5E2EC2819567EA9E3A1A908_RuntimeMethod_var); V_1 = L_2; // Log("???? " + device.DeviceName); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_3 = __this->get_U3CU3E4__this_1(); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralD0A224CF92537EBBE2BFF191C46130B26CEBB418, L_5, /*hidden argument*/NULL); NullCheck(L_3); HRB_Bluetooth_Log_mFAC5D03F7EBAA03BBC516167F66379A7798D460D(L_3, L_6, /*hidden argument*/NULL); // if (device.DeviceName == targetDeviceName) BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_7, /*hidden argument*/NULL); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_9 = __this->get_U3CU3E4__this_1(); NullCheck(L_9); String_t* L_10 = L_9->get_targetDeviceName_4(); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0088; } } IL_0044: { // deviceName = device.DeviceName; HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_12 = __this->get_U3CU3E4__this_1(); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_deviceName_8(L_14); // Log("???? " + device.DeviceName); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_15 = __this->get_U3CU3E4__this_1(); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_16, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC34F0C78DCF067F75DC293DA919D1E399235D783, L_17, /*hidden argument*/NULL); NullCheck(L_15); HRB_Bluetooth_Log_mFAC5D03F7EBAA03BBC516167F66379A7798D460D(L_15, L_18, /*hidden argument*/NULL); // onFindTargetDevice?.Invoke(); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_19 = __this->get_U3CU3E4__this_1(); NullCheck(L_19); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = L_19->get_onFindTargetDevice_12(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = L_20; G_B4_0 = L_21; if (L_21) { G_B5_0 = L_21; goto IL_0081; } } IL_007e: { IL2CPP_LEAVE(0xF7, FINALLY_0096); } IL_0081: { NullCheck(G_B5_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B5_0, /*hidden argument*/NULL); // return; IL2CPP_LEAVE(0xF7, FINALLY_0096); } IL_0088: { // foreach (BluetoothDevice device in nearbyDevices) bool L_22; L_22 = Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF2A6BD3C195DA9FFE0274399367CD54107955D04_RuntimeMethod_var); if (L_22) { goto IL_0009; } } IL_0094: { IL2CPP_LEAVE(0xA4, FINALLY_0096); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0096; } FINALLY_0096: {// begin finally (depth: 1) Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8((Enumerator_tB8435DC08192064E7C40B0293BAE118A8A976F0C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0F88FC09031BE68C6AB95C881613603F0BA5C2C8_RuntimeMethod_var); IL2CPP_END_FINALLY(150) }// end finally (depth: 1) IL2CPP_CLEANUP(150) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF7, IL_00f7) IL2CPP_JUMP_TBL(0xA4, IL_00a4) } IL_00a4: { // if (scanCount < 3) int32_t L_23 = __this->get_scanCount_0(); if ((((int32_t)L_23) >= ((int32_t)3))) { goto IL_00cf; } } { // scanCount++; int32_t L_24 = __this->get_scanCount_0(); V_2 = L_24; int32_t L_25 = V_2; __this->set_scanCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); // bluetoothHelper.ScanNearbyDevices(); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_26 = __this->get_U3CU3E4__this_1(); NullCheck(L_26); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_27 = L_26->get_bluetoothHelper_5(); NullCheck(L_27); bool L_28; L_28 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ScanNearbyDevices() */, L_27); // } return; } IL_00cf: { // canConnect = true; HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_29 = __this->get_U3CU3E4__this_1(); NullCheck(L_29); L_29->set_canConnect_9((bool)1); // Log("??????"); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_30 = __this->get_U3CU3E4__this_1(); NullCheck(L_30); HRB_Bluetooth_Log_mFAC5D03F7EBAA03BBC516167F66379A7798D460D(L_30, _stringLiteral657F91D97ADEEC648B9C03B9E5A7800EAD7F5CEE, /*hidden argument*/NULL); // SetStatus(BluetoothStatusEnum.ConnectFail); HRB_Bluetooth_tBA38D0E88AE73203949999A4098ED6FB91A9C55D * L_31 = __this->get_U3CU3E4__this_1(); NullCheck(L_31); HRB_Bluetooth_SetStatus_mB80187534C079863DD305CA8EAAF2004682D0339(L_31, 4, /*hidden argument*/NULL); } IL_00f7: { // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_Controller/d__0::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CgetUserInfoU3Ed__0__ctor_m13C419D3DB5AA9227A3ABFAF90480C2402BD9B14 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HRB_Controller/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CgetUserInfoU3Ed__0_System_IDisposable_Dispose_mAD3B89C72BD57112C2864090920DA394F272D887 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CgetUserInfoU3Ed__0_U3CU3Em__Finally1_m13F33998C298E2425FDE453D44E5ADD9BA1B8F74(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean HRB_Controller/d__0::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CgetUserInfoU3Ed__0_MoveNext_m9D7C6549F17F771CB0B75E2C7CF92DB2F5F8BE54 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4CA80F82FEEE90A6187C52A0292D5E261726529); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_007d; } } IL_000e: { V_0 = (bool)0; goto IL_00c9; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/hrb/getUserInfo"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_3; L_3 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteralB4CA80F82FEEE90A6187C52A0292D5E261726529, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("token", PlayerPrefs.GetString(LoginMgr.LoginTokenKey, "")); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7; L_7 = PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, L_7, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_8 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_9 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_10; L_10 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_8, L_9, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3(L_10); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_11 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_11); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_12; L_12 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_11, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_12); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00c9; } IL_007d: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_13); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_14; L_14 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15; L_15 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_16; L_16 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_15, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_16; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_17 = __this->get_callback_2(); if (!L_17) { goto IL_00b1; } } IL_00a4: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_18 = __this->get_callback_2(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_19 = V_4; NullCheck(L_18); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_18, L_19, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00b1: { // } U3CgetUserInfoU3Ed__0_U3CU3Em__Finally1_m13F33998C298E2425FDE453D44E5ADD9BA1B8F74(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00c9; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00c2; } FAULT_00c2: {// begin fault (depth: 1) U3CgetUserInfoU3Ed__0_System_IDisposable_Dispose_mAD3B89C72BD57112C2864090920DA394F272D887(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(194) }// end fault IL2CPP_CLEANUP(194) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c9: { bool L_20 = V_0; return L_20; } } // System.Void HRB_Controller/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CgetUserInfoU3Ed__0_U3CU3Em__Finally1_m13F33998C298E2425FDE453D44E5ADD9BA1B8F74 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_3(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object HRB_Controller/d__0::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CgetUserInfoU3Ed__0_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0544593E82BED4E8B1A21952DBFFB2CAED129299 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HRB_Controller/d__0::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CgetUserInfoU3Ed__0_System_Collections_IEnumerator_Reset_mF166A7BCEDB58D55824D70070C9F200904341572 (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CgetUserInfoU3Ed__0_System_Collections_IEnumerator_Reset_mF166A7BCEDB58D55824D70070C9F200904341572_RuntimeMethod_var))); } } // System.Object HRB_Controller/d__0::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CgetUserInfoU3Ed__0_System_Collections_IEnumerator_get_Current_m45FAC085426C90C68B2EFE08DB8776F55EAFDAFB (U3CgetUserInfoU3Ed__0_tBD35BE495BE4163DEDADF5A235B0855C5F764FDD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_Controller/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CsaveUserInfoU3Ed__1__ctor_m4AECFFD56B06756D1121AE2E8B3B9698D0499B18 (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HRB_Controller/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CsaveUserInfoU3Ed__1_System_IDisposable_Dispose_mD3DB1ECBAF6D04197451B0F27A85731C65CC780D (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: {// begin finally (depth: 1) U3CsaveUserInfoU3Ed__1_U3CU3Em__Finally1_m06129E052001D6E44C12B1F4449F866944AF70F1(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) }// end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1A, IL_001a) } IL_001a: { return; } } // System.Boolean HRB_Controller/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CsaveUserInfoU3Ed__1_MoveNext_m71424FCAC8DE00C7706A02F836B12C26421CA2A2 (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral112AF564A3ADF7DB847A702B4083E68CE6D4D0D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF60B511DF6B31AFFAC8737D6810657B347F63636); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0018; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0096; } } IL_0011: { V_0 = (bool)0; goto IL_00e2; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/hrb/saveUserInfo"; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_3; L_3 = CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088(/*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteralF60B511DF6B31AFFAC8737D6810657B347F63636, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("token", PlayerPrefs.GetString(LoginMgr.LoginTokenKey, "")); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7; L_7 = PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, L_7, /*hidden argument*/NULL); // form.AddField("userInfoJSON", JsonConvert.SerializeObject(userInfo)); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_9 = __this->get_userInfo_2(); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_10; L_10 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0(L_9, /*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteral112AF564A3ADF7DB847A702B4083E68CE6D4D0D7, L_10, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_11 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_12 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13; L_13 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_11, L_12, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4(L_13); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_14 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_14); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_15; L_15 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_14, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_15); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00e2; } IL_0096: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_16 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_16); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_17; L_17 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_19; L_19 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_18, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_19; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_20 = __this->get_callback_3(); if (!L_20) { goto IL_00ca; } } IL_00bd: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_21 = __this->get_callback_3(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_22 = V_4; NullCheck(L_21); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_21, L_22, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00ca: { // } U3CsaveUserInfoU3Ed__1_U3CU3Em__Finally1_m06129E052001D6E44C12B1F4449F866944AF70F1(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00e2; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00db; } FAULT_00db: {// begin fault (depth: 1) U3CsaveUserInfoU3Ed__1_System_IDisposable_Dispose_mD3DB1ECBAF6D04197451B0F27A85731C65CC780D(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(219) }// end fault IL2CPP_CLEANUP(219) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e2: { bool L_23 = V_0; return L_23; } } // System.Void HRB_Controller/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CsaveUserInfoU3Ed__1_U3CU3Em__Finally1_m06129E052001D6E44C12B1F4449F866944AF70F1 (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_4(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object HRB_Controller/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CsaveUserInfoU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m27C11C6AFB5FDB9E2A794D11D673BB36AF88636C (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HRB_Controller/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CsaveUserInfoU3Ed__1_System_Collections_IEnumerator_Reset_m1D65F390CEB131F177B095EF12FCBA75A7D36689 (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CsaveUserInfoU3Ed__1_System_Collections_IEnumerator_Reset_m1D65F390CEB131F177B095EF12FCBA75A7D36689_RuntimeMethod_var))); } } // System.Object HRB_Controller/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CsaveUserInfoU3Ed__1_System_Collections_IEnumerator_get_Current_m60FA32F1C4B074A33FB81DB40D3B0CA9EEF7F359 (U3CsaveUserInfoU3Ed__1_t33EC474A0E07837222472BE5DE956D54E775BEE7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_DegreaseView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD21B142B9EC353B512896CB37A31AFD820F4DFBF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * L_0 = (U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 *)il2cpp_codegen_object_new(U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mBDC09653DF745CA23F61B9A1C6D38683D3889BBE(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void HRB_DegreaseView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mBDC09653DF745CA23F61B9A1C6D38683D3889BBE (U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean HRB_DegreaseView/<>c::b__4_0(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CStartU3Eb__4_0_mD78A8CE66B50D23A8C68B72C1FFADE68C7CF5436 (U3CU3Ec_t5DC7D2574DC64DC3DA01783058EC97AA3F171420 * __this, bool ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // return true; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_HomeView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m95E8D45052E033486C0045ECDC95523327EE6FDA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * L_0 = (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 *)il2cpp_codegen_object_new(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mE8AAF46EC3A702DA6661D04379AB4F2A91AAFDA8(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void HRB_HomeView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE8AAF46EC3A702DA6661D04379AB4F2A91AAFDA8 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_HomeView/<>c::b__2_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_0_m07BA7B8BC6B0650D822422B9B7230615777BE56C (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHRB_DegreaseView_tBFDCE6B3DF07E6FBF2F3EF05AE4AD2B9481183BD_m2042AEF3BAD9F33FAC5E3FA3266DA94D40A3FE42_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // HRB_ViewMgr.Instance.ShowView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_1; L_1 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHRB_DegreaseView_tBFDCE6B3DF07E6FBF2F3EF05AE4AD2B9481183BD_m2042AEF3BAD9F33FAC5E3FA3266DA94D40A3FE42_RuntimeMethod_var, L_1, L_2); // }); return; } } // System.Void HRB_HomeView/<>c::b__2_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_1_m97A6037F5E84E36B50C9DE0C9D74FCF888431FC4 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3_mE703B46EC55D3F8B4857D27D0171815C46100C6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // HRB_ViewMgr.Instance.ShowView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_1; L_1 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3_mE703B46EC55D3F8B4857D27D0171815C46100C6B_RuntimeMethod_var, L_1, L_2); // }); return; } } // System.Void HRB_HomeView/<>c::b__2_2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_2_m46DD4176A2DEF0FEC0B7057C24508399773F3F52 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76_m3BCC9F97EDF911626F6A5F3D7108C9EF88F34830_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // HRB_ViewMgr.Instance.ShowView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_1; L_1 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76_m3BCC9F97EDF911626F6A5F3D7108C9EF88F34830_RuntimeMethod_var, L_1, L_2); // }); return; } } // System.Void HRB_HomeView/<>c::b__2_4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_4_m311A825D9FF4D5B1B4B5994B0D888315D33DACF0 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__2_5_m028111CA87FD90C255405861E009ADAD6EE09012_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7457C72D49385DF1E5CAF9FA95C44141593BC418); s_Il2CppMethodInitialized = true; } TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * G_B2_0 = NULL; float G_B2_1 = 0.0f; TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * G_B1_0 = NULL; float G_B1_1 = 0.0f; { // PopupMgr.ins.ShowTip("??????"); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, _stringLiteral7457C72D49385DF1E5CAF9FA95C44141593BC418, /*hidden argument*/NULL); // DoTweenUtil.CallDelay(1.5f, () => { // PlayerPrefs.SetInt("CanGoToApp", 1); // SceneManager.LoadScene("Entry"); // Destroy(HRB_ViewMgr.Instance.gameObject); // }); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_1 = ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->get_U3CU3E9__2_5_4(); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_2 = L_1; G_B1_0 = L_2; G_B1_1 = (1.5f); if (L_2) { G_B2_0 = L_2; G_B2_1 = (1.5f); goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * L_3 = ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_4 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__2_5_m028111CA87FD90C255405861E009ADAD6EE09012_RuntimeMethod_var), /*hidden argument*/NULL); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_5 = L_4; ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->set_U3CU3E9__2_5_4(L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0033: { DoTweenUtil_CallDelay_mC5557030978189F7F93173D4E6F513BFB7DE2C9A(G_B2_1, G_B2_0, /*hidden argument*/NULL); // }; return; } } // System.Void HRB_HomeView/<>c::b__2_5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_5_m028111CA87FD90C255405861E009ADAD6EE09012 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral621320233B929A13E7EB6A3B36D72297AD274D11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE34610F2930546A8C84BD2FFFD42D09B5511F89); s_Il2CppMethodInitialized = true; } { // PlayerPrefs.SetInt("CanGoToApp", 1); PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteral621320233B929A13E7EB6A3B36D72297AD274D11, 1, /*hidden argument*/NULL); // SceneManager.LoadScene("Entry"); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092(_stringLiteralEE34610F2930546A8C84BD2FFFD42D09B5511F89, /*hidden argument*/NULL); // Destroy(HRB_ViewMgr.Instance.gameObject); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_0; L_0 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_1, /*hidden argument*/NULL); // }); return; } } // System.Void HRB_HomeView/<>c::b__4_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CLoadUserInfoU3Eb__4_1_mF8CA0AAC9FC6AFBD0D0606D61836884B3E08FD75 (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CLoadUserInfoU3Eb__4_2_m8BF5BF5A9A711B81778C6D2B81C859848C32667F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * G_B2_0 = NULL; Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * G_B1_0 = NULL; { // GPSTool.GetAddress((address) => { // if (address != null) { // Debug.Log("????????????" + string.Join(" ", address)); // if (HRB_UserInfo.current.country == address[0] // && HRB_UserInfo.current.state == address[1] // && HRB_UserInfo.current.city == address[2] // ) return; // HRB_UserInfo.current.country = address[0]; // HRB_UserInfo.current.state = address[1]; // HRB_UserInfo.current.city = address[2]; // HRB_UserInfo.current.Save(false); // } // }); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_0 = ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->get_U3CU3E9__4_2_6(); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var); U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * L_2 = ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_3 = (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 *)il2cpp_codegen_object_new(Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var); Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3CLoadUserInfoU3Eb__4_2_m8BF5BF5A9A711B81778C6D2B81C859848C32667F_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var); Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * L_4 = L_3; ((U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25_il2cpp_TypeInfo_var))->set_U3CU3E9__4_2_6(L_4); G_B2_0 = L_4; } IL_001f: { GPSTool_GetAddress_mD068B33B06551CD714AD087C776F7915D9786CA1(G_B2_0, /*hidden argument*/NULL); // }; return; } } // System.Void HRB_HomeView/<>c::b__4_2(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CLoadUserInfoU3Eb__4_2_m8BF5BF5A9A711B81778C6D2B81C859848C32667F (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB369CB3DFBC93075663A59BFA4894E53BD7CD17); s_Il2CppMethodInitialized = true; } { // if (address != null) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___address0; if (!L_0) { goto IL_008f; } } { // Debug.Log("????????????" + string.Join(" ", address)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___address0; String_t* L_2; L_2 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralFB369CB3DFBC93075663A59BFA4894E53BD7CD17, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_3, /*hidden argument*/NULL); // if (HRB_UserInfo.current.country == address[0] // && HRB_UserInfo.current.state == address[1] // && HRB_UserInfo.current.city == address[2] // ) return; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_4; L_4 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = L_4->get_country_5(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = ___address0; NullCheck(L_6); int32_t L_7 = 0; String_t* L_8 = (L_6)->GetAt(static_cast(L_7)); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_10; L_10 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = L_10->get_state_6(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = ___address0; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_16; L_16 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = L_16->get_city_7(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = ___address0; NullCheck(L_18); int32_t L_19 = 2; String_t* L_20 = (L_18)->GetAt(static_cast(L_19)); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_005d; } } { // ) return; return; } IL_005d: { // HRB_UserInfo.current.country = address[0]; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_22; L_22 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = ___address0; NullCheck(L_23); int32_t L_24 = 0; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_22); L_22->set_country_5(L_25); // HRB_UserInfo.current.state = address[1]; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_26; L_26 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = ___address0; NullCheck(L_27); int32_t L_28 = 1; String_t* L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_26); L_26->set_state_6(L_29); // HRB_UserInfo.current.city = address[2]; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_30; L_30 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = ___address0; NullCheck(L_31); int32_t L_32 = 2; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); NullCheck(L_30); L_30->set_city_7(L_33); // HRB_UserInfo.current.Save(false); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_34; L_34 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_34); HRB_UserInfo_Save_mE8EBFE983241379E7CDD02947FBFFE61F944EFAC(L_34, (bool)0, /*hidden argument*/NULL); } IL_008f: { // }); return; } } // System.Void HRB_HomeView/<>c::b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3ChandleAuthExpireU3Eb__5_0_m98935C1E4475FA23D8A2490DBB9E2AC6A9AA7E9F (U3CU3Ec_tC9CA1F190489ACBCFFA6F74F6E2FD42F7755CA25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHRB_LoginView_tAB63EA9B74F3B36084D0BEFF7E1F1C66212D2A07_m77B63A7919D9B293E9BC7978240154E86B7316F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (AuthLoginMask.ins) Destroy(AuthLoginMask.ins.gameObject); AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * L_0 = ((AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields*)il2cpp_codegen_static_fields_for(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { // if (AuthLoginMask.ins) Destroy(AuthLoginMask.ins.gameObject); AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962 * L_2 = ((AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_StaticFields*)il2cpp_codegen_static_fields_for(AuthLoginMask_t5885C21EF2FAB0AE37931AB74598E783A4925962_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_3, /*hidden argument*/NULL); } IL_001b: { // HRB_ViewMgr.Instance.DestroyAllViews(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_4; L_4 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5; L_5 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_4); VirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(17 /* System.Void JCUnityLib.ViewManager`1::DestroyAllViews(System.Object[]) */, L_4, L_5); // HRB_ViewMgr.Instance.ShowView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_6; L_6 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_6); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHRB_LoginView_tAB63EA9B74F3B36084D0BEFF7E1F1C66212D2A07_m77B63A7919D9B293E9BC7978240154E86B7316F8_RuntimeMethod_var, L_6, L_7); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_HomeView/<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_mC20FE58E0D5183F0538B0F79B5A361FB8A1736C1 (U3CU3Ec__DisplayClass11_0_tCA0E8647AB76DCC40237EF0A7E428BBB40B30192 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_HomeView/<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CInitButtonABU3Eb__0_m28F9CFF7B7F3D8674B6456619D262693AC393963 (U3CU3Ec__DisplayClass11_0_tCA0E8647AB76DCC40237EF0A7E428BBB40B30192 * __this, const RuntimeMethod* method) { { // foreach (var item in buttonAB) item.onClick.AddListener(() => OnClick_SwitchAB(item)); HRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0 * L_0 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_1 = __this->get_item_0(); NullCheck(L_0); HRB_HomeView_OnClick_SwitchAB_mD83856BCEA655BF494B2FE7AFAD8E236EFE136FD(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_LoginView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB0D607CFF868A438FA67D2F68A69AA51FF7F5E5D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * L_0 = (U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C *)il2cpp_codegen_object_new(U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m0FFA2313085A9F4373C7502F94871F60A44EFBAE(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void HRB_LoginView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0FFA2313085A9F4373C7502F94871F60A44EFBAE (U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_LoginView/<>c::b__13_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CLoginNormalU3Eb__13_0_m6F894AC2F3CA46FE52DE234A07459A0A64D447B9 (U3CU3Ec_t4821039A08A297D8BE843F00EADC90D4F881AA8C * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisHRB_LoginView_tAB63EA9B74F3B36084D0BEFF7E1F1C66212D2A07_mD2F966966F47ED9D972090C8A44FE671CD5DD418_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0_mBAFF060C334FFE9F73A5664E4C7975172E19BB4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (res.code == 0) { RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_0 = ___res0; NullCheck(L_0); int32_t L_1 = L_0->get_code_0(); if (L_1) { goto IL_0056; } } { // string loginToken = (string)res.data; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_2 = ___res0; NullCheck(L_2); RuntimeObject * L_3 = L_2->get_data_1(); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); // CommonConfig.businessServerWsURL = loginToken.Split('&')[2]; String_t* L_4 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7; L_7 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_4, L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = 2; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_businessServerWsURL_13(L_9); // PlayerPrefs.SetString(LoginMgr.LoginTokenKey, loginToken); String_t* L_10 = V_0; PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, L_10, /*hidden argument*/NULL); // HRB_ViewMgr.Instance.DestroyView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_11; L_11 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12; L_12 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_11); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisHRB_LoginView_tAB63EA9B74F3B36084D0BEFF7E1F1C66212D2A07_mD2F966966F47ED9D972090C8A44FE671CD5DD418_RuntimeMethod_var, L_11, L_12); // HRB_ViewMgr.Instance.ShowView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_13; L_13 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14; L_14 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_13); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHRB_HomeView_t287CA33A5A196A46E071D4C02FE00DF5C3C4C9F0_mBAFF060C334FFE9F73A5664E4C7975172E19BB4E_RuntimeMethod_var, L_13, L_14); // } else { return; } IL_0056: { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey(res.msg)); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_15; L_15 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_16 = ___res0; NullCheck(L_16); String_t* L_17 = L_16->get_msg_2(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_18; L_18 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(L_17, /*hidden argument*/NULL); NullCheck(L_15); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_15, L_18, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_LoginView/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m1FF60C4CDB8C56793E7CEAEE2E37951E35180E11 (U3CU3Ec__DisplayClass9_0_t47B31812D03B51989C4B01F90B8B9946E74041BB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_LoginView/<>c__DisplayClass9_0::b__0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CInitInputLimitU3Eb__0_mF9CF9DD4751C16EF5001A7BF196411182D02F9C7 (U3CU3Ec__DisplayClass9_0_t47B31812D03B51989C4B01F90B8B9946E74041BB * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { // Match match = new Regex("[^A-Za-z0-9]").Match(text); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_0, _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41, /*hidden argument*/NULL); String_t* L_1 = ___text0; NullCheck(L_0); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_2; L_2 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (match.Success) { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { // inputField.text = text.Replace(match.Value, ""); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_5 = __this->get_inputField_0(); String_t* L_6 = ___text0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_6, L_8, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_5); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_5, L_9, /*hidden argument*/NULL); } IL_0035: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_MeView/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_mE24186D8F12CFE07E320E20AF28E40011AC484D2 (U3CU3Ec__DisplayClass12_0_tD686DEAD8544F1FF6ED0EC5C8AFE469538015B2F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean HRB_MeView/<>c__DisplayClass12_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass12_0_U3CExcuteLogic_SaveUserInfoU3Eb__0_mBF18BF00E607B4F7DC87605804A0CC4E0897C5C7 (U3CU3Ec__DisplayClass12_0_tD686DEAD8544F1FF6ED0EC5C8AFE469538015B2F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC77703C85D26BD8ACE24CD7C1F39C6792D57FF8E); s_Il2CppMethodInitialized = true; } { // if (string.IsNullOrEmpty(meUserInfo.nickname)) { HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * L_1 = L_0->get_meUserInfo_17(); NullCheck(L_1); String_t* L_2 = L_1->get_nickname_1(); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_4; L_4 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_5; L_5 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteralC77703C85D26BD8ACE24CD7C1F39C6792D57FF8E, /*hidden argument*/NULL); NullCheck(L_4); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_4, L_5, /*hidden argument*/NULL); // return true; return (bool)1; } IL_002d: { // if (useThrottler && throttlerSave.CanPass() == false) { bool L_6 = __this->get_useThrottler_1(); if (!L_6) { goto IL_005d; } } { HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_7 = __this->get_U3CU3E4__this_0(); NullCheck(L_7); Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * L_8 = L_7->get_throttlerSave_9(); NullCheck(L_8); bool L_9; L_9 = Throttler_CanPass_m080D5F98049F0E4E2E401080CAB6AD14C50DF76C(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005d; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_10; L_10 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_11; L_11 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C, /*hidden argument*/NULL); NullCheck(L_10); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_10, L_11, /*hidden argument*/NULL); // return true; return (bool)1; } IL_005d: { // return false; return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_MeView/<>c__DisplayClass24_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_0__ctor_m69A0D5039FD30803AAD5C2285E3D6C641A7F2CAA (U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_MeView/<>c__DisplayClass24_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_1__ctor_mAC255A4B1EB77B5522D4BCBA932D9CD8BDF54DA5 (U3CU3Ec__DisplayClass24_1_t767CEE21DB2453E00C5135DDD61D958CCD4DA0AC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_MeView/<>c__DisplayClass24_1::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_1_U3CShowAvatarSelectViewU3Eb__0_mADA99AA8D0A4FF98B632729A447DA3DC4D5194B5 (U3CU3Ec__DisplayClass24_1_t767CEE21DB2453E00C5135DDD61D958CCD4DA0AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // curAvatarSelectID = aid; U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * L_1 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_1); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_2 = L_1->get_U3CU3E4__this_0(); int32_t L_3 = __this->get_aid_0(); NullCheck(L_2); L_2->set_curAvatarSelectID_16(L_3); // for (int i = 0; i < gridLayoutGroup.transform.childCount; i++) { V_0 = 0; goto IL_0076; } IL_0024: { // Transform item = gridLayoutGroup.transform.GetChild(i); U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * L_4 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_4); GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * L_5 = L_4->get_gridLayoutGroup_1(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_6, L_7, /*hidden argument*/NULL); // int theAvatarID = int.Parse(item.gameObject.name); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = L_8; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_10, /*hidden argument*/NULL); int32_t L_12; L_12 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_11, /*hidden argument*/NULL); V_1 = L_12; // item.Find("Check").gameObject.SetActive(theAvatarID == curAvatarSelectID); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2, /*hidden argument*/NULL); NullCheck(L_13); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14; L_14 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_13, /*hidden argument*/NULL); int32_t L_15 = V_1; U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * L_16 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_16); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_17 = L_16->get_U3CU3E4__this_0(); NullCheck(L_17); int32_t L_18 = L_17->get_curAvatarSelectID_16(); NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)((((int32_t)L_15) == ((int32_t)L_18))? 1 : 0), /*hidden argument*/NULL); // for (int i = 0; i < gridLayoutGroup.transform.childCount; i++) { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0076: { // for (int i = 0; i < gridLayoutGroup.transform.childCount; i++) { int32_t L_20 = V_0; U3CU3Ec__DisplayClass24_0_t01B1FD0D637D7AE431CBAF412D97D15EE230D59B * L_21 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_21); GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * L_22 = L_21->get_gridLayoutGroup_1(); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_23, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)L_24))) { goto IL_0024; } } { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_MeView/MeUserInfo::.ctor(HRB_MeView) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo__ctor_m5F3535338F6A81B407E3DD0342D5A2A5346BEBA3 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * ___context0, const RuntimeMethod* method) { { // public MeUserInfo(HRB_MeView context) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_context = context; HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_0 = ___context0; __this->set_m_context_0(L_0); // } return; } } // System.Void HRB_MeView/MeUserInfo::RefreshValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_RefreshValues_m590CC73A5A9C99B6F8FBC6F2C838C1D1D738AB40 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * V_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_3 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; int32_t G_B3_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_1 = NULL; String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; { // string[] texts = new string[7]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); V_0 = L_0; // for (int i = 0; i < m_context.inputs.transform.childCount; i++) V_1 = 0; goto IL_0088; } IL_000b: { // if (i == 3) { int32_t L_1 = V_1; if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0054; } } { // Transform toggleGroup = m_context.inputs.transform.GetChild(i).Find("ToggleGroup"); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_2 = __this->get_m_context_0(); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = L_2->get_inputs_8(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); int32_t L_5 = V_1; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_6, _stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69, /*hidden argument*/NULL); V_3 = L_7; // texts[i] = toggleGroup.GetChild(0).GetComponent().isOn ? "1" : "2"; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_0; int32_t L_9 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = V_3; NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_10, 0, /*hidden argument*/NULL); NullCheck(L_11); Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * L_12; L_12 = Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844(L_11, /*hidden argument*/Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var); NullCheck(L_12); bool L_13; L_13 = Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline(L_12, /*hidden argument*/NULL); G_B3_0 = L_9; G_B3_1 = L_8; if (L_13) { G_B4_0 = L_9; G_B4_1 = L_8; goto IL_004c; } } { G_B5_0 = _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0051; } IL_004c: { G_B5_0 = _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0051: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (String_t*)G_B5_0); // continue; goto IL_0084; } IL_0054: { // InputField inputField = m_context.GetInputField(m_context.inputs.transform.GetChild(i)); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_14 = __this->get_m_context_0(); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_15 = __this->get_m_context_0(); NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = L_15->get_inputs_8(); NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_16, /*hidden argument*/NULL); int32_t L_18 = V_1; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_14); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_20; L_20 = HRB_MeView_GetInputField_m45B995481B17EB270FEB3E85A365B1C19E2B2F54(L_14, L_19, /*hidden argument*/NULL); V_2 = L_20; // texts[i] = inputField.text.Trim(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_0; int32_t L_22 = V_1; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_23 = V_2; NullCheck(L_23); String_t* L_24; L_24 = InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25; L_25 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_24, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(L_22), (String_t*)L_25); } IL_0084: { // for (int i = 0; i < m_context.inputs.transform.childCount; i++) int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0088: { // for (int i = 0; i < m_context.inputs.transform.childCount; i++) int32_t L_27 = V_1; HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_28 = __this->get_m_context_0(); NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = L_28->get_inputs_8(); NullCheck(L_29); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31; L_31 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_30, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_31))) { goto IL_000b; } } { // this.nickname = texts[1]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = V_0; NullCheck(L_32); int32_t L_33 = 1; String_t* L_34 = (L_32)->GetAt(static_cast(L_33)); __this->set_nickname_1(L_34); // this.gender = int.Parse(texts[3]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = V_0; NullCheck(L_35); int32_t L_36 = 3; String_t* L_37 = (L_35)->GetAt(static_cast(L_36)); int32_t L_38; L_38 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_37, /*hidden argument*/NULL); __this->set_gender_2(L_38); // this.birthday = texts[4]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = V_0; NullCheck(L_39); int32_t L_40 = 4; String_t* L_41 = (L_39)->GetAt(static_cast(L_40)); __this->set_birthday_3(L_41); // this.country = m_context.countryCode; HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_42 = __this->get_m_context_0(); NullCheck(L_42); String_t* L_43 = L_42->get_countryCode_12(); __this->set_country_4(L_43); // this.state = m_context.stateCode; HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_44 = __this->get_m_context_0(); NullCheck(L_44); String_t* L_45 = L_44->get_stateCode_13(); __this->set_state_5(L_45); // this.city = m_context.cityCode; HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_46 = __this->get_m_context_0(); NullCheck(L_46); String_t* L_47 = L_46->get_cityCode_14(); __this->set_city_6(L_47); // } return; } } // System.Boolean HRB_MeView/MeUserInfo::Save(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_Save_m67A8B96E0F5EAEB672F98A38ED54D2230267D983 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___interceptor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RefreshValues(); MeUserInfo_RefreshValues_m590CC73A5A9C99B6F8FBC6F2C838C1D1D738AB40(__this, /*hidden argument*/NULL); // if (interceptor != null) { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = ___interceptor0; if (!L_0) { goto IL_0013; } } { // if (interceptor.Invoke()) return false; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_1 = ___interceptor0; NullCheck(L_1); bool L_2; L_2 = Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79(L_1, /*hidden argument*/Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); if (!L_2) { goto IL_0013; } } { // if (interceptor.Invoke()) return false; return (bool)0; } IL_0013: { // HRB_UserInfo.current.nickname = this.nickname; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_3; L_3 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_4 = __this->get_nickname_1(); NullCheck(L_3); L_3->set_nickname_2(L_4); // HRB_UserInfo.current.gender = this.gender; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_5; L_5 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); int32_t L_6 = __this->get_gender_2(); NullCheck(L_5); L_5->set_gender_3(L_6); // HRB_UserInfo.current.birthday = this.birthday; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_7; L_7 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_8 = __this->get_birthday_3(); NullCheck(L_7); L_7->set_birthday_4(L_8); // HRB_UserInfo.current.country = this.country; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_9; L_9 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_10 = __this->get_country_4(); NullCheck(L_9); L_9->set_country_5(L_10); // HRB_UserInfo.current.state = this.state; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_11; L_11 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_12 = __this->get_state_5(); NullCheck(L_11); L_11->set_state_6(L_12); // HRB_UserInfo.current.city = this.city; HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_13; L_13 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_14 = __this->get_city_6(); NullCheck(L_13); L_13->set_city_7(L_14); // HRB_UserInfo.current.Save(); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_15; L_15 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_15); HRB_UserInfo_Save_mE8EBFE983241379E7CDD02947FBFFE61F944EFAC(L_15, (bool)1, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Boolean HRB_MeView/MeUserInfo::IsEqualOrigin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_IsEqualOrigin_mDCA9746564AEF0FD91A36C56CEF9BDEDB6D32A71 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return // HRB_UserInfo.current.nickname == this.nickname && // HRB_UserInfo.current.gender == this.gender && // HRB_UserInfo.current.birthday == this.birthday && // HRB_UserInfo.current.country == this.country && // HRB_UserInfo.current.state == this.state && // HRB_UserInfo.current.city == this.city; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_0; L_0 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = L_0->get_nickname_2(); String_t* L_2 = __this->get_nickname_1(); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_4; L_4 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = L_4->get_gender_3(); int32_t L_6 = __this->get_gender_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_7; L_7 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = L_7->get_birthday_4(); String_t* L_9 = __this->get_birthday_3(); bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_11; L_11 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = L_11->get_country_5(); String_t* L_13 = __this->get_country_4(); bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_15; L_15 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = L_15->get_state_6(); String_t* L_17 = __this->get_state_5(); bool L_18; L_18 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_19; L_19 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = L_19->get_city_7(); String_t* L_21 = __this->get_city_6(); bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_0084: { return (bool)0; } } // System.Boolean HRB_MeView/MeUserInfo::ShowModalForSave() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_ShowModalForSave_mC0327B0F8D76DA81E7D4C55BC502AA31D2399F4C (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m1387607D451730B0049AFB85E988EE35A1520932_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeUserInfo_U3CShowModalForSaveU3Eb__12_1_mDD3EDB059E4E8CBE96546B5729683C2D1942314B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCF160F0C9991A2EEF7923C292DD01F9EF8AE496); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF670845214D31BAA1D7A0C05C8C5C3D23FB5E589); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF2E7A6136AC44D2366B770F6194566A67F6ECC1); s_Il2CppMethodInitialized = true; } { // RefreshValues(); MeUserInfo_RefreshValues_m590CC73A5A9C99B6F8FBC6F2C838C1D1D738AB40(__this, /*hidden argument*/NULL); // if (IsEqualOrigin()) return false; bool L_0; L_0 = MeUserInfo_IsEqualOrigin_mDCA9746564AEF0FD91A36C56CEF9BDEDB6D32A71(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { // if (IsEqualOrigin()) return false; return (bool)0; } IL_0010: { // if (!modalViewForSave) { ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_1 = __this->get_modalViewForSave_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0086; } } { // modalViewForSave = ModalView.Show(); ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_3; L_3 = ModalView_Show_m134B5CE4B44DA6C193FC9C619568D7CD042CE36D(/*hidden argument*/NULL); __this->set_modalViewForSave_7(L_3); // modalViewForSave.textKey= "me_askSave"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_4 = __this->get_modalViewForSave_7(); NullCheck(L_4); L_4->set_textKey_5(_stringLiteralFF2E7A6136AC44D2366B770F6194566A67F6ECC1); // modalViewForSave.onAgreeTextKey = "common_yes"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_5 = __this->get_modalViewForSave_7(); NullCheck(L_5); L_5->set_onAgreeTextKey_8(_stringLiteralF670845214D31BAA1D7A0C05C8C5C3D23FB5E589); // modalViewForSave.onRejectTextKey = "common_no"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_6 = __this->get_modalViewForSave_7(); NullCheck(L_6); L_6->set_onRejectTextKey_10(_stringLiteralDCF160F0C9991A2EEF7923C292DD01F9EF8AE496); // modalViewForSave.onAgree = () => { // bool res = m_context.ExcuteLogic_SaveUserInfo(false); // if (res) { // m_context.ExcuteLogic_Destroy(); // } // }; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_7 = __this->get_modalViewForSave_7(); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_8 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_8, __this, (intptr_t)((intptr_t)MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m1387607D451730B0049AFB85E988EE35A1520932_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); L_7->set_onAgree_7(L_8); // modalViewForSave.onReject = () => m_context.ExcuteLogic_Destroy(); ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_9 = __this->get_modalViewForSave_7(); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_10 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_10, __this, (intptr_t)((intptr_t)MeUserInfo_U3CShowModalForSaveU3Eb__12_1_mDD3EDB059E4E8CBE96546B5729683C2D1942314B_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); L_9->set_onReject_9(L_10); } IL_0086: { // return true; return (bool)1; } } // System.Void HRB_MeView/MeUserInfo::b__12_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m1387607D451730B0049AFB85E988EE35A1520932 (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method) { { // bool res = m_context.ExcuteLogic_SaveUserInfo(false); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_0 = __this->get_m_context_0(); NullCheck(L_0); bool L_1; L_1 = HRB_MeView_ExcuteLogic_SaveUserInfo_m86B0B5239C9DFB1107117108C32514C349649F42(L_0, (bool)0, /*hidden argument*/NULL); // if (res) { if (!L_1) { goto IL_0019; } } { // m_context.ExcuteLogic_Destroy(); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_2 = __this->get_m_context_0(); NullCheck(L_2); HRB_MeView_ExcuteLogic_Destroy_m16490771A675BA612A68D93D4239DE64B63DD96D(L_2, /*hidden argument*/NULL); } IL_0019: { // }; return; } } // System.Void HRB_MeView/MeUserInfo::b__12_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_U3CShowModalForSaveU3Eb__12_1_mDD3EDB059E4E8CBE96546B5729683C2D1942314B (MeUserInfo_t908ED54BB1E8C15D78C04BA32BB12B06CF0DC94E * __this, const RuntimeMethod* method) { { // modalViewForSave.onReject = () => m_context.ExcuteLogic_Destroy(); HRB_MeView_t6E8399EB5C5A369A0E043C949BB4F953DF0A9C76 * L_0 = __this->get_m_context_0(); NullCheck(L_0); HRB_MeView_ExcuteLogic_Destroy_m16490771A675BA612A68D93D4239DE64B63DD96D(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_PlanView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m87A66BD6C4691E68F958FB227423F50C103B369B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * L_0 = (U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B *)il2cpp_codegen_object_new(U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mB56E4564E2293045A0A400BF2439C214695DC2FD(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void HRB_PlanView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB56E4564E2293045A0A400BF2439C214695DC2FD (U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_PlanView/<>c::b__2_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__2_0_m91E59088CFBC292A47A62F664FA73475B2B7625E (U3CU3Ec_t97622A578CEC824E2AA4A6C3797EB9B24F75CD3B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisHRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3_m8FEA6A575C72997BCFB782BADABE03F54A755D03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // HRB_ViewMgr.Instance.DestroyView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_1; L_1 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisHRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3_m8FEA6A575C72997BCFB782BADABE03F54A755D03_RuntimeMethod_var, L_1, L_2); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_PlanView/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mF59CD8A032ED9D8D5CF319484D0F8F701858C53B (U3CU3Ec__DisplayClass14_0_t09BB7C4820DB6D3313FE63075C68D3DA6C7DB0CC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_PlanView/<>c__DisplayClass14_0::b__0(JC.Unity.Picker.DatePickerGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3COpenDatePickerU3Eb__0_m2A66F3A7C4F25C770D877DD397097646FAEF7CE2 (U3CU3Ec__DisplayClass14_0_t09BB7C4820DB6D3313FE63075C68D3DA6C7DB0CC * __this, DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 * ___picker0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string dateStr = picker.GetSelectDateStr(); DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 * L_0 = ___picker0; NullCheck(L_0); String_t* L_1; L_1 = DatePickerGroup_GetSelectDateStr_m4B905F0247BD4E57EC2E65AEDB65095D4E72EA43(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (type == 0) int32_t L_2 = __this->get_type_0(); if (L_2) { goto IL_0031; } } { // HRB_UserInfo.current.planDateStart = dateStr; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_3; L_3 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); L_3->set_planDateStart_11(L_4); // HRB_UserInfo.current.SaveLocalData(); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_5; L_5 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_5); HRB_UserInfo_SaveLocalData_m0FDC10F2A01C77444840F9CF56AB582E3347A1C1(L_5, /*hidden argument*/NULL); // RenderPlanDateStart(); HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * L_6 = __this->get_U3CU3E4__this_1(); NullCheck(L_6); HRB_PlanView_RenderPlanDateStart_m8096181E9E7E67B5E73BCA1DD136EF7B38B6BACC(L_6, /*hidden argument*/NULL); // } goto IL_005a; } IL_0031: { // else if (type == 1) int32_t L_7 = __this->get_type_0(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_005a; } } { // HRB_UserInfo.current.planDateEnd = dateStr; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_8; L_8 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); String_t* L_9 = V_0; NullCheck(L_8); L_8->set_planDateEnd_12(L_9); // HRB_UserInfo.current.SaveLocalData(); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_10; L_10 = HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline(/*hidden argument*/NULL); NullCheck(L_10); HRB_UserInfo_SaveLocalData_m0FDC10F2A01C77444840F9CF56AB582E3347A1C1(L_10, /*hidden argument*/NULL); // RenderPlanDateEnd(); HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * L_11 = __this->get_U3CU3E4__this_1(); NullCheck(L_11); HRB_PlanView_RenderPlanDateEnd_mA05A648ED925067E42FA96B2D6D494B5C0131BE6(L_11, /*hidden argument*/NULL); } IL_005a: { // RenderPlanDayCount(); HRB_PlanView_t5BDCE3FB207F5302CCB99DF4865485D4F727F9D3 * L_12 = __this->get_U3CU3E4__this_1(); NullCheck(L_12); HRB_PlanView_RenderPlanDayCount_mA816E09CC76EAB10208A475833FBA32CBBA6872D(L_12, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_RegisterView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDBF2850AA10323BE1697005F82369E27B953EF21 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * L_0 = (U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 *)il2cpp_codegen_object_new(U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m8DE12519AC4A2E5C6565074D2878CD6CAE69BB41(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void HRB_RegisterView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m8DE12519AC4A2E5C6565074D2878CD6CAE69BB41 (U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_RegisterView/<>c::b__13_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CStartU3Eb__13_0_m49BC46E9E6430DA42E21A895B32E1E11A5D3DE39 (U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // HRB_ViewMgr.Instance.DestroyView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_0; L_0 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var, L_0, L_1); // }); return; } } // System.Void HRB_RegisterView/<>c::b__23_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterSaveU3Eb__23_0_m1979876548F0F6F5B35162848559BB60A3052A75 (U3CU3Ec_t5082C83EC78057089793CE3AC4CC48A75616DE21 * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey(res.msg)); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_1 = ___res0; NullCheck(L_1); String_t* L_2 = L_1->get_msg_2(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(L_2, /*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_3, /*hidden argument*/NULL); // if (res.code == 0) { RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_4 = ___res0; NullCheck(L_4); int32_t L_5 = L_4->get_code_0(); if (L_5) { goto IL_002c; } } { // HRB_ViewMgr.Instance.DestroyView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_6; L_6 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_6); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var, L_6, L_7); } IL_002c: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_RegisterView/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m59EC130153A8B1D28991BF351F792B6CF94B5626 (U3CU3Ec__DisplayClass12_0_t4C6405DB73B24A09203B2F40BA909F3226A3A110 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_RegisterView/<>c__DisplayClass12_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3COnEnableU3Eb__0_mC8C9BFCB47DBEAF8949BC955724B13434A9B3071 (U3CU3Ec__DisplayClass12_0_t4C6405DB73B24A09203B2F40BA909F3226A3A110 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // agreementPopup.onDisagree = null; AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * L_0 = __this->get_agreementPopup_0(); NullCheck(L_0); L_0->set_onDisagree_4((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)NULL); // HRB_ViewMgr.Instance.DestroyView(); HRB_ViewMgr_tA45A4A89DBF774D4F4AEFF894E68F37285F780FC * L_1; L_1 = ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86(/*hidden argument*/ViewManager_1_get_Instance_m98EFADBB86F374A94E5D44239185F5148030CE86_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisHRB_RegisterView_t359F235962408A9007BD942F4F568BC3DFBB2D3D_m1359DC12FFAB9B2DBCA6D487568D766BBC7C2CB4_RuntimeMethod_var, L_1, L_2); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_RegisterView/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m626EE47A3AD2DEE28FDDDADC134E6019D098C001 (U3CU3Ec__DisplayClass14_0_t43C7855FC73760DB1B2FC4A67D1168EC2E935372 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_RegisterView/<>c__DisplayClass14_0::b__0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CInitInputLimitU3Eb__0_m3EFEAE76F0BD938EF1F9D197879B8D3F89008C13 (U3CU3Ec__DisplayClass14_0_t43C7855FC73760DB1B2FC4A67D1168EC2E935372 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { // Match match = new Regex("[^A-Za-z0-9]").Match(text); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_0, _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41, /*hidden argument*/NULL); String_t* L_1 = ___text0; NullCheck(L_0); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_2; L_2 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (match.Success) { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { // inputField.text = text.Replace(match.Value, ""); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_5 = __this->get_inputField_0(); String_t* L_6 = ___text0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_6, L_8, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_5); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_5, L_9, /*hidden argument*/NULL); } IL_0035: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HRB_UserInfo/<>c__DisplayClass21_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_mA80E89B8E1E9F77FDDB25FEAE55FCD000471D764 (U3CU3Ec__DisplayClass21_0_tAD8B65444910AC8D8907AF555A90618FF1A2FDBA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HRB_UserInfo/<>c__DisplayClass21_0::b__0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0_U3CSaveU3Eb__0_mD0C0D984CCC0B4F24571439595A9C8CBA80F3D79 (U3CU3Ec__DisplayClass21_0_tAD8B65444910AC8D8907AF555A90618FF1A2FDBA * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B8CDE697E612C12788519A26652CF773708DB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral892E1AB895E27AFF8AB5474D79F8D5C76BE64F01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91D927507F28A9603EDE93DD58C82DB5A90A24D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B2_1 = NULL; String_t* G_B1_0 = NULL; String_t* G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; { // Debug.Log(this.GetType().Name + "??" + (res.code == 0 ? "??" : "??")); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_3 = ___res0; NullCheck(L_3); int32_t L_4 = L_3->get_code_0(); G_B1_0 = _stringLiteral91D927507F28A9603EDE93DD58C82DB5A90A24D3; G_B1_1 = L_2; if (!L_4) { G_B2_0 = _stringLiteral91D927507F28A9603EDE93DD58C82DB5A90A24D3; G_B2_1 = L_2; goto IL_0024; } } { G_B3_0 = _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0029; } IL_0024: { G_B3_0 = _stringLiteral892E1AB895E27AFF8AB5474D79F8D5C76BE64F01; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0029: { String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_5, /*hidden argument*/NULL); // if (res.code == 0 && showTip) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("????")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_6 = ___res0; NullCheck(L_6); int32_t L_7 = L_6->get_code_0(); bool L_8 = __this->get_showTip_1(); if (!((int32_t)((int32_t)((((int32_t)L_7) == ((int32_t)0))? 1 : 0)&(int32_t)L_8))) { goto IL_0059; } } { // if (res.code == 0 && showTip) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_9; L_9 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_10; L_10 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral09B8CDE697E612C12788519A26652CF773708DB8, /*hidden argument*/NULL); NullCheck(L_9); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_9, L_10, /*hidden argument*/NULL); } IL_0059: { // })); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Caching.HTTPCacheService/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m79F7715A00EE82D43BE819FBF1F1F9650DF07C4E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * L_0 = (U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD *)il2cpp_codegen_object_new(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mA298BEDC2B800B5F36ECED5022CF15599A292B9C(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Caching.HTTPCacheService/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mA298BEDC2B800B5F36ECED5022CF15599A292B9C (U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Caching.HTTPCacheService/<>c::b__30_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CIsCachebleU3Eb__30_0_mE57589B189591EE9EA4AD9402A03C0FA1ACF4B5F (U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * __this, String_t* ___headerValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7B0F4ACED547143938EBDAEE8F8D62CD030806); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string value = headerValue.ToLower(); String_t* L_0 = ___headerValue0; NullCheck(L_0); String_t* L_1; L_1 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_0, /*hidden argument*/NULL); V_0 = L_1; // return value.Contains("no-store") || value.Contains("no-cache"); String_t* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_2, _stringLiteral3D7B0F4ACED547143938EBDAEE8F8D62CD030806, /*hidden argument*/NULL); if (L_3) { goto IL_0020; } } { String_t* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_4, _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6, /*hidden argument*/NULL); return L_5; } IL_0020: { return (bool)1; } } // System.Boolean BestHTTP.Caching.HTTPCacheService/<>c::b__30_1(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CIsCachebleU3Eb__30_1_m7CC48A0B56EDCB8DCC8235258F47F26BA5CACB8A (U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * __this, String_t* ___headerValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7B0F4ACED547143938EBDAEE8F8D62CD030806); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string value = headerValue.ToLower(); String_t* L_0 = ___headerValue0; NullCheck(L_0); String_t* L_1; L_1 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_0, /*hidden argument*/NULL); V_0 = L_1; // return value.Contains("no-store") || value.Contains("no-cache"); String_t* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_2, _stringLiteral3D7B0F4ACED547143938EBDAEE8F8D62CD030806, /*hidden argument*/NULL); if (L_3) { goto IL_0020; } } { String_t* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_4, _stringLiteral49A5E5D5C3052C967822E9AFB58039CD9FB0FBC6, /*hidden argument*/NULL); return L_5; } IL_0020: { return (bool)1; } } // System.Void BestHTTP.Caching.HTTPCacheService/<>c::b__33_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CBeginClearU3Eb__33_0_mCB7C00A4062A5CBF42484709799E77015930A2C3 (U3CU3Ec_t55914FC9E856D6A6CF25337EA096A6B258C8CFCD * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ThreadPool.QueueUserWorkItem(new WaitCallback((param) => ClearImpl(param))); RuntimeObject * L_0 = ___param0; IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); HTTPCacheService_ClearImpl_m84F7F3D59E5FB975C3CB12DC9E133820B1AAAAD8(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Caching.HTTPCacheService/<>c__DisplayClass35_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0__ctor_mC426DB51EE98A48DD31B758A30E1A4BE5B3590DF (U3CU3Ec__DisplayClass35_0_tE3A988AF6E5AF47AD8FE5A1AB5407A8B1CFFFC51 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Caching.HTTPCacheService/<>c__DisplayClass35_0::b__0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass35_0_U3CBeginMaintainenceU3Eb__0_mF7546985FFE5555AB01442D5C556E828E3B20E43 (U3CU3Ec__DisplayClass35_0_tE3A988AF6E5AF47AD8FE5A1AB5407A8B1CFFFC51 * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m48BA884F96EE5E0F2B9409D760A44C965A2D1821_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mA3BB03F883AD372BD401E6906D155ADA09E59A9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mA54F0C33E27B7C9F11741297888910B0FC090E25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m62FE9F5F821F062C8DCBC73D9CAFB704516FF5BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m467E1AE1C9307015E0AE182815D75AF878D00A25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mE55087F0BC6828810D3EA56FE2343DF5B704E9B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m450892EF7B967B674D52E7659C9BDD42C68C2708_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB4DE23059FF356A69BA5B28F32985F0E75DF8F93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * V_0 = NULL; bool V_1 = false; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * V_3 = NULL; uint64_t V_4 = 0; Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 V_5; memset((&V_5), 0, sizeof(V_5)); KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * V_8 = NULL; int32_t V_9 = 0; KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 V_10; memset((&V_10), 0, sizeof(V_10)); uint64_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // lock (Library) IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_0; L_0 = HTTPCacheService_get_Library_m0D6A9D6FA06DC84D5AF016C1459A9AA5D5FFD4A6(/*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 2) { Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // DateTime deleteOlderAccessed = DateTime.UtcNow - maintananceParam.DeleteOlder; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * L_3 = __this->get_maintananceParam_0(); NullCheck(L_3); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = HTTPCacheMaintananceParams_get_DeleteOlder_m93699DDE915369D41F52034872DB3965036DD322_inline(L_3, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_2, L_4, /*hidden argument*/NULL); V_2 = L_5; // List removedEntities = new List(); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_6 = (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *)il2cpp_codegen_object_new(List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F_il2cpp_TypeInfo_var); List_1__ctor_m450892EF7B967B674D52E7659C9BDD42C68C2708(L_6, /*hidden argument*/List_1__ctor_m450892EF7B967B674D52E7659C9BDD42C68C2708_RuntimeMethod_var); V_3 = L_6; // foreach (var kvp in Library) IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_7; L_7 = HTTPCacheService_get_Library_m0D6A9D6FA06DC84D5AF016C1459A9AA5D5FFD4A6(/*hidden argument*/NULL); NullCheck(L_7); Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 L_8; L_8 = Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C_RuntimeMethod_var); V_5 = L_8; } IL_0038: try {// begin try (depth: 3) { goto IL_0073; } IL_003a: { // foreach (var kvp in Library) KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 L_9; L_9 = Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_inline((Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *)(&V_5), /*hidden argument*/Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_RuntimeMethod_var); V_6 = L_9; // if (kvp.Value.LastAccess < deleteOlderAccessed) HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_10; L_10 = KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_inline((KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_RuntimeMethod_var); NullCheck(L_10); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = HTTPCacheFileInfo_get_LastAccess_m661E5CC1286B43F9A2B860215FB44EF65DDE8B89_inline(L_10, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_13; L_13 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0073; } } IL_0057: { // if (DeleteEntity(kvp.Key, false)) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_14; L_14 = KeyValuePair_2_get_Key_m62FE9F5F821F062C8DCBC73D9CAFB704516FF5BE_inline((KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m62FE9F5F821F062C8DCBC73D9CAFB704516FF5BE_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); bool L_15; L_15 = HTTPCacheService_DeleteEntity_m772DCA747FA87E7289BF42582D87C2ED4B391045(L_14, (bool)0, /*hidden argument*/NULL); if (!L_15) { goto IL_0073; } } IL_0066: { // removedEntities.Add(kvp.Value); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_16 = V_3; HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_17; L_17 = KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_inline((KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_RuntimeMethod_var); NullCheck(L_16); List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D(L_16, L_17, /*hidden argument*/List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D_RuntimeMethod_var); } IL_0073: { // foreach (var kvp in Library) bool L_18; L_18 = Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51((Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51_RuntimeMethod_var); if (L_18) { goto IL_003a; } } IL_007c: { IL2CPP_LEAVE(0x8C, FINALLY_007e); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: {// begin finally (depth: 3) Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA((Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA_RuntimeMethod_var); IL2CPP_END_FINALLY(126) }// end finally (depth: 3) IL2CPP_CLEANUP(126) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8C, IL_008c) } IL_008c: { // for (int i = 0; i < removedEntities.Count; ++i) V_7 = 0; goto IL_00c7; } IL_0091: { // Library.Remove(removedEntities[i].Uri); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_19; L_19 = HTTPCacheService_get_Library_m0D6A9D6FA06DC84D5AF016C1459A9AA5D5FFD4A6(/*hidden argument*/NULL); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_20 = V_3; int32_t L_21 = V_7; NullCheck(L_20); HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_22; L_22 = List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_inline(L_20, L_21, /*hidden argument*/List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_RuntimeMethod_var); NullCheck(L_22); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_23; L_23 = HTTPCacheFileInfo_get_Uri_m9C793B3F45973147C699113E2575C5D4C329E3FB_inline(L_22, /*hidden argument*/NULL); NullCheck(L_19); bool L_24; L_24 = Dictionary_2_Remove_m48BA884F96EE5E0F2B9409D760A44C965A2D1821(L_19, L_23, /*hidden argument*/Dictionary_2_Remove_m48BA884F96EE5E0F2B9409D760A44C965A2D1821_RuntimeMethod_var); // UsedIndexes.Remove(removedEntities[i].MappedNameIDX); Dictionary_2_tA951181AD5BB597EA527552FB0018E7527A392E6 * L_25 = ((HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields*)il2cpp_codegen_static_fields_for(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var))->get_UsedIndexes_4(); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_26 = V_3; int32_t L_27 = V_7; NullCheck(L_26); HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_28; L_28 = List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_inline(L_26, L_27, /*hidden argument*/List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_RuntimeMethod_var); NullCheck(L_28); uint64_t L_29; L_29 = HTTPCacheFileInfo_get_MappedNameIDX_mF1ABB712655C4DE19316AD1CFC347BB24BE55C00_inline(L_28, /*hidden argument*/NULL); NullCheck(L_25); bool L_30; L_30 = Dictionary_2_Remove_mA3BB03F883AD372BD401E6906D155ADA09E59A9C(L_25, L_29, /*hidden argument*/Dictionary_2_Remove_mA3BB03F883AD372BD401E6906D155ADA09E59A9C_RuntimeMethod_var); // for (int i = 0; i < removedEntities.Count; ++i) int32_t L_31 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00c7: { // for (int i = 0; i < removedEntities.Count; ++i) int32_t L_32 = V_7; List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_33 = V_3; NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_inline(L_33, /*hidden argument*/List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0091; } } IL_00d1: { // removedEntities.Clear(); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_35 = V_3; NullCheck(L_35); List_1_Clear_m467E1AE1C9307015E0AE182815D75AF878D00A25(L_35, /*hidden argument*/List_1_Clear_m467E1AE1C9307015E0AE182815D75AF878D00A25_RuntimeMethod_var); // ulong cacheSize = GetCacheSize(); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); uint64_t L_36; L_36 = HTTPCacheService_GetCacheSize_mEA87317D4E0B6C2130CAA0498EB529B1C32EBFB4(/*hidden argument*/NULL); V_4 = L_36; // if (cacheSize > maintananceParam.MaxCacheSize) uint64_t L_37 = V_4; HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * L_38 = __this->get_maintananceParam_0(); NullCheck(L_38); uint64_t L_39; L_39 = HTTPCacheMaintananceParams_get_MaxCacheSize_m1BBDE7BA099449DB684CFF994867856EFE54A984_inline(L_38, /*hidden argument*/NULL); if ((!(((uint64_t)L_37) > ((uint64_t)L_39)))) { goto IL_0197; } } IL_00f0: { // List fileInfos = new List(library.Count); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_40 = ((HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields*)il2cpp_codegen_static_fields_for(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var))->get_library_3(); NullCheck(L_40); int32_t L_41; L_41 = Dictionary_2_get_Count_mA54F0C33E27B7C9F11741297888910B0FC090E25(L_40, /*hidden argument*/Dictionary_2_get_Count_mA54F0C33E27B7C9F11741297888910B0FC090E25_RuntimeMethod_var); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_42 = (List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F *)il2cpp_codegen_object_new(List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F_il2cpp_TypeInfo_var); List_1__ctor_mB4DE23059FF356A69BA5B28F32985F0E75DF8F93(L_42, L_41, /*hidden argument*/List_1__ctor_mB4DE23059FF356A69BA5B28F32985F0E75DF8F93_RuntimeMethod_var); V_8 = L_42; // foreach(var kvp in library) Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_43 = ((HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields*)il2cpp_codegen_static_fields_for(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var))->get_library_3(); NullCheck(L_43); Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 L_44; L_44 = Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C(L_43, /*hidden argument*/Dictionary_2_GetEnumerator_m97BBE95772CC2AD6D101ACCE613DF87A6000138C_RuntimeMethod_var); V_5 = L_44; } IL_010d: try {// begin try (depth: 3) { goto IL_0126; } IL_010f: { // foreach(var kvp in library) KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 L_45; L_45 = Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_inline((Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *)(&V_5), /*hidden argument*/Enumerator_get_Current_mEDC92D5DB9288950853C1011506D2A07DF370A9B_RuntimeMethod_var); V_10 = L_45; // fileInfos.Add(kvp.Value); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_46 = V_8; HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_47; L_47 = KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_inline((KeyValuePair_2_tA61128FB2E93C19D2A93737C07B7B96AE2F20634 *)(&V_10), /*hidden argument*/KeyValuePair_2_get_Value_m5676458050DF65C737F3AAA71CF4A9D3A501A246_RuntimeMethod_var); NullCheck(L_46); List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D(L_46, L_47, /*hidden argument*/List_1_Add_m1CD1DE3908A7C91C0270D7CA42E0F8DD8115AA8D_RuntimeMethod_var); } IL_0126: { // foreach(var kvp in library) bool L_48; L_48 = Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51((Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_m21AC06A8444695DC5021B1592115B9010824AD51_RuntimeMethod_var); if (L_48) { goto IL_010f; } } IL_012f: { IL2CPP_LEAVE(0x13F, FINALLY_0131); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0131; } FINALLY_0131: {// begin finally (depth: 3) Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA((Enumerator_t38BE2B834827855AC34872152506CFEEF8E92C28 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m1135FF0F4A98F6B0E8F1FF4BA70785D00B0EEECA_RuntimeMethod_var); IL2CPP_END_FINALLY(305) }// end finally (depth: 3) IL2CPP_CLEANUP(305) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13F, IL_013f) } IL_013f: { // fileInfos.Sort(); List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_49 = V_8; NullCheck(L_49); List_1_Sort_mE55087F0BC6828810D3EA56FE2343DF5B704E9B3(L_49, /*hidden argument*/List_1_Sort_mE55087F0BC6828810D3EA56FE2343DF5B704E9B3_RuntimeMethod_var); // int idx = 0; V_9 = 0; goto IL_017d; } IL_014b: { } IL_014c: try {// begin try (depth: 3) try {// begin try (depth: 4) // var fi = fileInfos[idx]; List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_50 = V_8; int32_t L_51 = V_9; NullCheck(L_50); HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_52; L_52 = List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_inline(L_50, L_51, /*hidden argument*/List_1_get_Item_m9694271D51EE3C866C0F6201460A6C9180918FA0_RuntimeMethod_var); // ulong length = (ulong)fi.BodyLength; HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_53 = L_52; NullCheck(L_53); int32_t L_54; L_54 = HTTPCacheFileInfo_get_BodyLength_m17A90CD59E2F0F9F761C5211F6724305DB779943_inline(L_53, /*hidden argument*/NULL); V_11 = ((int64_t)((int64_t)L_54)); // DeleteEntity(fi.Uri); NullCheck(L_53); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_55; L_55 = HTTPCacheFileInfo_get_Uri_m9C793B3F45973147C699113E2575C5D4C329E3FB_inline(L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); bool L_56; L_56 = HTTPCacheService_DeleteEntity_m772DCA747FA87E7289BF42582D87C2ED4B391045(L_55, (bool)1, /*hidden argument*/NULL); // cacheSize -= length; uint64_t L_57 = V_4; uint64_t L_58 = V_11; V_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_57, (int64_t)L_58)); // } IL2CPP_LEAVE(0x17D, FINALLY_0176); }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0173; } throw e; } CATCH_0173: {// begin catch(System.Object) // catch // {} IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x17D, FINALLY_0176); }// end catch (depth: 4) }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0176; } FINALLY_0176: {// begin finally (depth: 3) // ++idx; int32_t L_59 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); // } IL2CPP_END_FINALLY(374) }// end finally (depth: 3) IL2CPP_CLEANUP(374) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x17D, IL_017d) } IL_017d: { // while (cacheSize >= maintananceParam.MaxCacheSize && idx < fileInfos.Count) uint64_t L_60 = V_4; HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * L_61 = __this->get_maintananceParam_0(); NullCheck(L_61); uint64_t L_62; L_62 = HTTPCacheMaintananceParams_get_MaxCacheSize_m1BBDE7BA099449DB684CFF994867856EFE54A984_inline(L_61, /*hidden argument*/NULL); if ((!(((uint64_t)L_60) >= ((uint64_t)L_62)))) { goto IL_0197; } } IL_018c: { int32_t L_63 = V_9; List_1_tC9CE434B8D43FD3593B3BDB5CB8D700271DB400F * L_64 = V_8; NullCheck(L_64); int32_t L_65; L_65 = List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_inline(L_64, /*hidden argument*/List_1_get_Count_m0DC5F6B476D86FB5A7930A5083A7D7413D349C9F_RuntimeMethod_var); if ((((int32_t)L_63) < ((int32_t)L_65))) { goto IL_014b; } } IL_0197: { // } IL2CPP_LEAVE(0x1AF, FINALLY_0199); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0199; } FINALLY_0199: {// begin finally (depth: 2) { bool L_66 = V_1; if (!L_66) { goto IL_01a2; } } IL_019c: { Dictionary_2_tF5B4A5A925F35194AB6289544146EEDFF54229AC * L_67 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_67, /*hidden argument*/NULL); } IL_01a2: { IL2CPP_END_FINALLY(409) } }// end finally (depth: 2) IL2CPP_CLEANUP(409) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x1AF, FINALLY_01a3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a3; } FINALLY_01a3: {// begin finally (depth: 1) // SaveLibrary(); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); HTTPCacheService_SaveLibrary_m0AEDEBFC66DA9572E91F8BC8537B980D5A88EECF(/*hidden argument*/NULL); // InMaintainenceThread = false; ((HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_StaticFields*)il2cpp_codegen_static_fields_for(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var))->set_InMaintainenceThread_8((bool)0); // } IL2CPP_END_FINALLY(419) }// end finally (depth: 1) IL2CPP_CLEANUP(419) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1AF, IL_01af) } IL_01af: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothHelperCharacteristic_getName_m59316C36B56D20C5176500C1A3D4B8CBD9825E5E_inline (BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32_inline (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // return id; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * __this, const RuntimeMethod* method) { { // get { return _out; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__out_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeviceNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * Image_get_sprite_mA6FB016B4E3FE5EFFAE4B3AEE2D2DF89C61E0AF3_inline (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, const RuntimeMethod* method) { { // get { return m_Sprite; } Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_0 = __this->get_m_Sprite_37(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { { // get { return _useDerForCerts; } bool L_0 = __this->get__useDerForCerts_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { { // get { return _useDerForCrls; } bool L_0 = __this->get__useDerForCrls_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method) { { // return info; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_0 = __this->get_info_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualAxis_set_name_mE474E7B124D3E784ADF9D3532BC0A75F2684A2A2_inline (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = ___value0; __this->set_U3CnameU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualAxis_set_matchWithInputManager_m61D9709975B67900CAD15101BF9C3AD57D2D88D0_inline (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool matchWithInputManager { get; private set; } bool L_0 = ___value0; __this->set_U3CmatchWithInputManagerU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* VirtualAxis_get_name_mBBB8C139AABF771FC91A61B8444F835908F25A39_inline (VirtualAxis_tB79E3702DD586E4586AADDF0EA2D60A3ABDBD1C7 * __this, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualButton_set_name_mEF2365424C0A01C48B1D95066D01E5DC0B5B6DFA_inline (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = ___value0; __this->set_U3CnameU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VirtualButton_set_matchWithInputManager_m371812D456658C76DBC0128EC168A3091BBDF5C0_inline (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool matchWithInputManager { get; private set; } bool L_0 = ___value0; __this->set_U3CmatchWithInputManagerU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* VirtualButton_get_name_m0B8D3FE4453224CE39D4316089F38D80399B449C_inline (VirtualButton_t164FA94D32D1260D0E4B691D4B09F1ACFF2A4D48 * __this, const RuntimeMethod* method) { { // public string name { get; private set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tween_get_active_m3E5C04BBDC64A92E4488ECF48BFF68B9E62FF21C_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CactiveU3Ek__BackingField_38(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Tween_get_position_mD6398F29BFD354FE9D8C9A6870EF82FD6E879C0C_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_U3CpositionU3Ek__BackingField_46(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tween_get_playedOnce_mFA82C31BFA8C147EEE916A0C92FD3A705F717F20_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CplayedOnceU3Ek__BackingField_45(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tween_get_isRelative_m2B8146895940DCFAA932D083B4DD54AE5620C7D3_inline (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CisRelativeU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___v0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___v0; float L_3 = L_2.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Shadow_get_effectColor_m00C1776542129598C244BB469E7128D60F6BCAC2_inline (Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E * __this, const RuntimeMethod* method) { { // get { return m_EffectColor; } Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = __this->get_m_EffectColor_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Shadow_get_effectDistance_mD0C417FD305D3F674FB111F38B41C9B94808E7C0_inline (Shadow_t96D9C6FC7BB4D9CBEB5788F2333125365DE12F8E * __this, const RuntimeMethod* method) { { // get { return m_EffectDistance; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_m_EffectDistance_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Image_get_fillAmount_mA6F275C1167931E2F166EA85058EF181D8008B09_inline (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, const RuntimeMethod* method) { { // public float fillAmount { get { return m_FillAmount; } set { if (SetPropertyUtility.SetStruct(ref m_FillAmount, Mathf.Clamp01(value))) SetVerticesDirty(); } } float L_0 = __this->get_m_FillAmount_43(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___a0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___b1; float L_3 = L_2.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___a0; float L_5 = L_4.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___b1; float L_7 = L_6.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_8), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Subtraction_m6E536A8C72FEAA37FF8D5E26E11D6E71EB59599A_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___a0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___b1; float L_3 = L_2.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___a0; float L_5 = L_4.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___b1; float L_7 = L_6.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_8), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Debugger_get_logPriority_m8CA78A93CFEB3EC46A12E57B52D5199D9C2E503A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ((Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t2D5E755BBD72BE29AB5ECA77979DC4B945BD573F_il2cpp_TypeInfo_var))->get__logPriority_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasFailed_m301EA8F475C52D26B11C8F2363FB7C4C865BA7C2_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method) { { // return failed; bool L_0 = __this->get_failed_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasCurveEquationPassed_mD35E531C3D389105AEA4B3A1591715826B5EA39B_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method) { { // return curveEquationPassed; bool L_0 = __this->get_curveEquationPassed_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidityPreCompInfo_HasOrderPassed_mFC912DF6A60C38167CAAA6C4E89A6532F46A8EAE_inline (ValidityPreCompInfo_tB894A2011A054065CF8661992E440751D03FF366 * __this, const RuntimeMethod* method) { { // return orderPassed; bool L_0 = __this->get_orderPassed_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_OnlyOnce_mFBD85AEE0A80C2E6099CBB42911657A7F41889B4_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public bool OnlyOnce { get; private set; } bool L_0 = __this->get_U3COnlyOnceU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EventDescriptor_get_AutoDecodePayload_mAC54D034196B63010CF12B8AF7862F7A732A49E9_inline (EventDescriptor_t6ABF8EBB2AC5ADE0BB6E7422D28CECC5E12706AC * __this, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; private set; } bool L_0 = __this->get_U3CAutoDecodePayloadU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * HRB_UserInfo_get_current_mBA02B26AFBC97BCA26DEB3F43605BBA6C0696AFB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get => _current; IL2CPP_RUNTIME_CLASS_INIT(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var); HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9 * L_0 = ((HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_StaticFields*)il2cpp_codegen_static_fields_for(HRB_UserInfo_t33A1D91CD880DFDBEF533505A82350E3D3C8B6A9_il2cpp_TypeInfo_var))->get__current_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline (Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * __this, const RuntimeMethod* method) { { // get { return m_IsOn; } bool L_0 = __this->get_m_IsOn_24(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method) { { // return m_Text; String_t* L_0 = __this->get_m_Text_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HTTPCacheMaintananceParams_get_DeleteOlder_m93699DDE915369D41F52034872DB3965036DD322_inline (HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * __this, const RuntimeMethod* method) { { // public TimeSpan DeleteOlder { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CDeleteOlderU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 HTTPCacheFileInfo_get_LastAccess_m661E5CC1286B43F9A2B860215FB44EF65DDE8B89_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method) { { // internal DateTime LastAccess { get; set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_U3CLastAccessU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPCacheFileInfo_get_Uri_m9C793B3F45973147C699113E2575C5D4C329E3FB_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method) { { // internal Uri Uri { get; set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HTTPCacheFileInfo_get_MappedNameIDX_mF1ABB712655C4DE19316AD1CFC347BB24BE55C00_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method) { { // internal UInt64 MappedNameIDX { get; set; } uint64_t L_0 = __this->get_U3CMappedNameIDXU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HTTPCacheMaintananceParams_get_MaxCacheSize_m1BBDE7BA099449DB684CFF994867856EFE54A984_inline (HTTPCacheMaintananceParams_t3C1DDABAF1478424BBFF3E0EEFDF7E81843C8142 * __this, const RuntimeMethod* method) { { // public ulong MaxCacheSize { get; private set; } uint64_t L_0 = __this->get_U3CMaxCacheSizeU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPCacheFileInfo_get_BodyLength_m17A90CD59E2F0F9F761C5211F6724305DB779943_inline (HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * __this, const RuntimeMethod* method) { { // public int BodyLength { get; set; } int32_t L_0 = __this->get_U3CBodyLengthU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m404B81639163579E072762AABE402383137A46B4_gshared_inline (Enumerator_tA78524CF62808F0D1DD3A7AD17E0E8BBE0166A4B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } }